Skip to content
  1. Apr 26, 2011
    • Colin Walters's avatar
      acinclude.m4: Rip out crappy python-finding code and just use pkg-config · 77cca7ce
      Colin Walters authored
      The code for trying to find the Python library is not multilib (lib64)
      aware, and besides that is just plain hideous.
      
      We already hard require pkg-config installed to find pygobject, so
      use it for Python too.  (If python.pc doesn't come on Windows, pygobject
      should really start shipping it, because they can't link to different
      versions of Python).
      77cca7ce
  2. Nov 07, 2010
    • Murray Cumming's avatar
      Remove pygda. It is now in a separate pygda git repository. · 7684237b
      Murray Cumming authored
      * examples/gda/list_api.py:
      * examples/gda/list_data_sources.py:
      * examples/gda/select.py:
      * gda/.cvsignore:
      * gda/Makefile.am:
      * gda/gda-arg-types.py:
      * gda/gda.defs:
      * gda/gda.override:
      * gda/gda_defs_interface.patch:
      * gda/gdaglue.h:
      * gda/gdamodule.c:
      * gda/pygda-4.0.pc.in:
      * gda/pygdavalue_conversions.[h|cc]: Removed.
      * configure.ac:
      * Makefile.am:
      * README:
      * COPYING: Adapted.
      7684237b
  3. Sep 27, 2010
  4. May 03, 2010
    • Murray Cumming's avatar
      Gda: Regenerate .defs. · 5207857b
      Murray Cumming authored
      * gda/gda.defs: Regenerated again, removing all private API and
      including new API that requires the renamed get_type() functions
      in latest libgda for GdaSqlParser API.
      5207857b
  5. May 02, 2010
    • Murray Cumming's avatar
      Use pygobject-codegen-2.0 instead of deprecated pygtk-codegen-2.0. · 6cb4b530
      Murray Cumming authored
      * configure.ac: Check for pygobject-codegen-2.0 instead of pygtk-codegen-2.0.
      Rename the automake variables.
      * egg/recent/Makefile.am:
      * egg/tray/Makefile.am:
      * gda/Makefile.am:
      * gdl/Makefile.am:
      * gksu/Makefile.am:
      * gksu2/Makefile.am:
      * gtkhtml2/Makefile.am:
      * gtkmozembed/Makefile.am: Use the renamed variables.
      6cb4b530
  6. May 01, 2010
    • Murray Cumming's avatar
      Gda: Updated · 9301bcf0
      Murray Cumming authored
      * gda/gda.defs: Regenerated with small corrections, against libgda-4.0 (not 4.2)
      * gda/gda.override: Added gda-sql-parser headers, though the API does not
      seem to be generated yet.
      9301bcf0
  7. Sep 08, 2009
  8. Jun 24, 2009
  9. Mar 10, 2009
  10. Mar 08, 2009
  11. Feb 15, 2009
  12. Feb 06, 2009
  13. Jan 30, 2009
  14. Jan 22, 2009
  15. Jan 21, 2009
  16. Jan 04, 2009
  17. Dec 18, 2008
  18. Nov 17, 2008
  19. Oct 27, 2008
    • Murray Cumming's avatar
      Initial port to libgda-4.0. · b886dcf2
      Murray Cumming authored
      2008-10-27  Murray Cumming  <murrayc@murrayc.com>
      
      * configure.ac:
      * gda/Makefile.am:
      * gda/gda.defs:
      * gda/gda.override:
      * gda/gdamodule.c:
      * gda/pygda-3.0.pc.in:
      * gda/pygda-4.0.pc.in:
      Initial port to libgda-4.0.
      
      svn path=/trunk/; revision=438
      b886dcf2
  20. May 24, 2008
  21. Mar 02, 2008
  22. Jan 02, 2008
    • Armin Burgmeier's avatar
      Detect if we are on Win32. · e2da34bb
      Armin Burgmeier authored
      2008-02-02  Armin Burgmeier  <armin@openismus.com>
      
      	* configure.ac: Detect if we are on Win32.
      
      	* gda/Makefile.am: Rename gda.dll to gda.pyd when installing because
      	this is what python looks for.
      
      svn path=/trunk/; revision=432
      e2da34bb
  23. Dec 30, 2007
    • Armin Burgmeier's avatar
      Detect python library to link against. · 74b2b930
      Armin Burgmeier authored
      2007-12-30  Armin Burgmeier  <armin@openismus.com>
      
      	* acinclude.m4: Detect python library to link against.
      
      	* configure.ac: Added AC_LIBTOOL_WIN32_DLL to create DLL files on
      	Windows, instead of static libraries.
      
      	* gda/Makefile.am: Added the -no-undefined linker flag and link against
      	libpython, so that all references are resolved. This is required to
      	create a shared library on Windows.
      
      svn path=/trunk/; revision=431
      74b2b930
  24. Dec 29, 2007
  25. Dec 15, 2007
  26. Sep 01, 2007
  27. Aug 07, 2007
  28. Jul 08, 2007
  29. Jun 18, 2007
  30. Jun 05, 2007
  31. Jun 02, 2007
  32. May 22, 2007
  33. Apr 09, 2007
  34. Apr 01, 2007