summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Post release version bump to 2.21.2Gian Mario Tagliaretti2010-01-021-1/+1
|
* Post release version bump to 2.21.1Gian Mario Tagliaretti2009-12-251-1/+1
|
* Bump required glib version to 2.22.4Gian Mario Tagliaretti2009-12-171-3/+3
| | | | | I've committed a patch to glib which will be released in the stable branch. Without the patch the unix module will fail, so I'm forced to bump.
* Remove the girepository moduleSimon van der Linden2009-11-231-17/+0
|
* Add capabilities to import wrappers from pygiSimon van der Linden2009-11-091-0/+8
| | | | | | | | | | At instance creation for boxed and pointers, at lookup for objects, when the gtype has no wrapper yet, a wrapper may be imported from pygi. The feature is turned on at configure time by --enable-pygi. Because we couldn't create a circular build dependency, PyGI's import function and API definition had to be copied in this tree.
* Fix girpository build setupSimon van der Linden2009-11-071-8/+13
|
* Post release version bump to 2.21.0Gian Mario Tagliaretti2009-09-251-1/+1
|
* Bump version to 2.20.0Gian Mario Tagliaretti2009-09-231-1/+1
|
* Introduces the girepository module from the former PyBank.Simon van der Linden2009-06-081-0/+12
|
* Post release version bump 2.19.0Gian Mario Tagliaretti2009-05-251-1/+1
|
* Update NEWS, release 2.18.0PYGOBJECT_2_18_0Gian Mario Tagliaretti2009-05-241-2/+2
|
* Add Python version into installed libpyglib nameEmilio Pozuelo Monfort2009-05-241-0/+2
| | | | | Do this now, while no-one (as far as we know) links to the library besides PyGObject itself. Bug #550235.
* post release version bump to 2.17.1Gian Mario Tagliaretti2009-05-021-1/+1
|
* Bug 550231 – missing dep on libffi in pygobject-2.0.pcGötz Waschk2009-04-141-0/+2
| | | | | | | | | | | | | 2009-04-15 Götz Waschk <waschk@mandriva.org> Bug 550231 – missing dep on libffi in pygobject-2.0.pc * configure.ac: Define `LIBFFI_PC' subst. * pygobject-2.0.pc.in: * pygobject-2.0-uninstalled.pc.in: Use it. svn path=/trunk/; revision=1065
* Bug 564018 – pygobject libtool-2.2 patchPaul Pogonyshev2009-01-041-0/+2
| | | | | | | | | | | 2009-01-04 Paul Pogonyshev <pogonyshev@gmx.net> Bug 564018 – pygobject libtool-2.2 patch * configure.ac: Apply the patch provided by Cygwin Ports maintainer. svn path=/trunk/; revision=988
* Branch, bump version to 2.17.0.Paul Pogonyshev2009-01-041-2/+2
| | | | | | | | 2009-01-04 Paul Pogonyshev <pogonyshev@gmx.net> * configure.ac: Branch, bump version to 2.17.0. svn path=/trunk/; revision=987
* Bug 551227 – Missing AC_CONFIG_MACRO_DIR([m4])Loïc Minier2008-09-081-0/+1
| | | | | | | | | | 2008-09-09 Loïc Minier <lool@dooz.org> Bug 551227 – Missing AC_CONFIG_MACRO_DIR([m4]) * configure.ac: Add AC_CONFIG_MACRO_DIR. svn path=/trunk/; revision=968
* Post release version bumpJohan Dahlin2008-09-031-1/+1
| | | | | | | | | | 2008-09-03 Johan Dahlin <johan@gnome.org> * configure.ac: Post release version bump svn path=/trunk/; revision=964
* Post release version bumpJohan Dahlin2008-08-311-1/+1
| | | | | | | | | | 2008-08-31 Johan Dahlin <johan@gnome.org> * configure.ac: Post release version bump svn path=/trunk/; revision=959
* Add macros which are compatible with python > 2.6.Johan Dahlin2008-07-261-4/+4
| | | | | | | | | | | 2008-07-26 Johan Dahlin <johan@gnome.org> * configure.ac: * m4/python.m4: Add macros which are compatible with python > 2.6. svn path=/trunk/; revision=869
* Post release version bumpJohan Dahlin2008-07-261-1/+1
| | | | | | | | | | 2008-07-26 Johan Dahlin <johan@gnome.org> * configure.ac: Post release version bump svn path=/trunk/; revision=868
* Only bump to 2.14, not 2.16Johan Dahlin2008-07-261-1/+1
| | | | svn path=/trunk/; revision=857
* Bump required glib version to 2.16Johan Dahlin2008-07-261-1/+1
| | | | | | | | | | | 2008-07-26 Johan Dahlin <johan@gnome.org> * README: * configure.ac: Bump required glib version to 2.16 svn path=/trunk/; revision=856
* Use yes/no instead of true/false. Avoid bashism. Fix another logic bug,Johan Dahlin2008-07-211-4/+4
| | | | | | | | | | | 2008-07-21 Johan Dahlin <johan@gnome.org> * configure.ac: Use yes/no instead of true/false. Avoid bashism. Fix another logic bug, and let's hope I didn't break anything svn path=/trunk/; revision=845
* Fix libffi check logic.Paul Pogonyshev2008-07-201-1/+2
| | | | | | | | | 2008-07-20 Paul Pogonyshev <pogonyshev@gmx.net> * configure.ac (pygobject_CODEGEN_DEFINES): Fix libffi check logic. svn path=/trunk/; revision=844
* Use pkg-config to check for libffi again.Johan Dahlin2008-07-201-28/+15
| | | | | | | | | | | 2008-07-20 Johan Dahlin <johan@gnome.org> * configure.ac: * gobject/Makefile.am: Use pkg-config to check for libffi again. svn path=/trunk/; revision=841
* Add glib bindings, currently not installed or used. Add some internal APIJohan Dahlin2008-07-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-07-20 Johan Dahlin <johan@gnome.org> * Makefile.am: * configure.ac: * glib/Makefile.am: * glib/__init__.py: * glib/glibmodule.c (pyg_destroy_notify), (get_handler_priority), (pyg_handler_marshal), (pyg_idle_add), (pyg_timeout_add), (pyg_timeout_add_seconds), (iowatch_marshal), (pyg_io_add_watch), (pyg_source_remove), (pyg_main_context_default), (child_watch_func), (child_watch_dnotify), (pyg_child_watch_add), (pyg_markup_escape_text), (pyg_get_current_time), (pyg_main_depth), (pyg_filename_display_name), (pyg_filename_display_basename), (pyg_filename_from_utf8), (pyg_get_application_name), (pyg_set_application_name), (pyg_get_prgname), (pyg_set_prgname), (pyg_register_api), (pyg_register_error), (pyg_register_version_tuples), (init_glib): * glib/pyglib-private.h: * glib/pyglib.c (pyglib_init), (pyglib_init_internal), (pyglib_gil_state_ensure), (pyglib_gil_state_release), (pyglib_enable_threads), (pyglib_gil_state_ensure_py23), (pyglib_gil_state_release_py23), (pyglib_error_check): * glib/pyglib.h: * glib/pygspawn.c (pyg_pid_close), (pyg_pid_free), (pyg_pid_tp_init), (pyg_pid_new), (_pyg_spawn_async_callback), (pyglib_spawn_async), (pyg_spawn_register_types): * glib/pygspawn.h: Add glib bindings, currently not installed or used. Add some internal API and move over a couple of functions from the gobject module. Still very much a work in progress. svn path=/trunk/; revision=839
* Post release version bumpJohan Dahlin2008-07-161-1/+1
| | | | | | | | | 2008-07-16 Johan Dahlin <johan@gnome.org> * configure.ac: Post release version bump svn path=/trunk/; revision=816
* Rename from 'pygtk-codegen-2.0.in'.Paul Pogonyshev2008-07-151-1/+1
| | | | | | | | | | | | 2008-07-15 Paul Pogonyshev <pogonyshev@gmx.net> * codegen/pygobject-codegen-2.0.in: Rename from 'pygtk-codegen-2.0.in'. * configure.ac: * codegen/Makefile.am: Update accordingly. svn path=/trunk/; revision=813
* Post release version bumpJohan Dahlin2008-07-141-1/+1
| | | | | | | | | 2008-07-15 Johan Dahlin <johan@gnome.org> * configure.ac: Post release version bump svn path=/trunk/; revision=812
* Bug 471559 – add AM_PROG_CC_C_O to configure.ac for recent automakeJohan Dahlin2008-07-141-0/+1
| | | | | | | | | | | 2008-07-14 Johan Dahlin <johan@gnome.org> Bug 471559 – add AM_PROG_CC_C_O to configure.ac for recent automake * configure.ac: Patch by Tim Mooney svn path=/trunk/; revision=806
* Bug 448173 – use python-config to get python includesJohan Dahlin2008-07-141-2/+6
| | | | | | | | | | | | 2008-07-14 Johan Dahlin <johan@gnome.org> Bug 448173 – use python-config to get python includes * configure.ac: Really close the by, patch by Matthias Klose svn path=/trunk/; revision=805
* Require gio and giounix 2.15.7.Johan Dahlin2008-03-091-2/+2
| | | | | | | | | 2008-03-10 Johan Dahlin <johan@gnome.org> * configure.ac: Require gio and giounix 2.15.7. svn path=/trunk/; revision=751
* Import codegen from pygtk. Add initial gio and gio.unix bindings.Johan Dahlin2008-01-191-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-01-19 Johan Dahlin <johan@gnome.org> * Makefile.am: * codegen/Makefile.am: * codegen/README.defs: * codegen/__init__.py: * codegen/argtypes.py: * codegen/code-coverage.py: * codegen/codegen.py: * codegen/createdefs.py: * codegen/definitions.py: * codegen/defsconvert.py: * codegen/defsgen.py: * codegen/defsparser.py: * codegen/docextract.py: * codegen/docextract_to_xml.py: * codegen/docgen.py: * codegen/h2def.py: * codegen/mergedefs.py: * codegen/missingdefs.py: * codegen/mkskel.py: * codegen/override.py: * codegen/pygtk-codegen-2.0.in: * codegen/reversewrapper.py: * codegen/scanvirtuals.py: * codegen/scmexpr.py: * configure.ac: * gio/Makefile.am: * gio/__init__.py: * gio/gio-types.defs: * gio/gio.defs: * gio/gio.override: * gio/giomodule.c: (init_gio): * gio/unix-types.defs: * gio/unix.defs: * gio/unix.override: * gio/unixmodule.c: (initunix): Import codegen from pygtk. Add initial gio and gio.unix bindings. svn path=/trunk/; revision=730
* Don't link against libffi if we cannot find libffi on the system.Johan Dahlin2008-01-111-4/+27
| | | | | | | | | | 2008-01-11 Johan Dahlin <johan@gnome.org> * configure.ac: Don't link against libffi if we cannot find libffi on the system. (#496006, Ed Catmur) svn path=/trunk/; revision=729
* Include -Wall and -Werror when checking for PySignal_SetWakeupFdJohan Dahlin2008-01-031-1/+1
| | | | | | | | * configure.ac (CPPFLAGS): Include -Wall and -Werror when checking for PySignal_SetWakeupFd svn path=/trunk/; revision=725
* Reviewed by: GustavoJohan Dahlin2008-01-031-0/+16
| | | | | | | | | | | | | | | 2008-01-03 Johan Dahlin <johan@gnome.org> Reviewed by: Gustavo * configure.ac: * gobject/pygmainloop.c (pyg_signal_watch_prepare): Optinally use PySignal_SetWakeupFd to avoid having to do a timeout to find out if there are any pending signals from python. Fixes #481569 svn path=/trunk/; revision=723
* Add pyg_option_group_new to the public APIJohan Dahlin2007-11-051-2/+2
| | | | | | | | | | | | | 2007-11-05 Johan Dahlin <johan@gnome.org> * gobject/pygobject.h: * gobject/gobjectmodule.c: Add pyg_option_group_new to the public API * configure.ac: Branch, bump version to 2.15.0. svn path=/trunk/; revision=714
* post-relase bumpGustavo J. A. M. Carneiro2007-09-161-1/+1
| | | | svn path=/trunk/; revision=709
* 2.14.0PYGOBJECT_2_14_0Gustavo J. A. M. Carneiro2007-09-161-2/+2
| | | | svn path=/trunk/; revision=707
* Bug 339924 – pygobject doesn't compile on opensolarisGustavo J. A. M. Carneiro2007-08-271-1/+9
| | | | svn path=/trunk/; revision=696
* bump versionGustavo J. A. M. Carneiro2007-07-071-1/+1
| | | | svn path=/trunk/; revision=688
* Bug 339924 – pygobject doesn't compile on opensolarisGustavo J. A. M. Carneiro2007-07-071-3/+5
| | | | svn path=/trunk/; revision=685
* Post-release version bump.Johan Dahlin2007-05-021-1/+1
| | | | | | * configure.ac: Post-release version bump. svn path=/trunk/; revision=671
* reviewed by: Johan Dahlin <johan@gnome.org>Damien Carbery2007-04-291-0/+1
| | | | | | | | | | | | | | 2007-04-29 Damien Carbery <damien.carbery@sun.com> reviewed by: Johan Dahlin <johan@gnome.org> * configure.ac: * pygobject-2.0-uninstalled.pc.in: Add an uninstalled pkg-config file, fixes #385129 svn path=/trunk/; revision=652
* Add a generic CClosure marshaller based on ffi. This makes it possible toJohan Dahlin2007-04-291-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | 2007-04-29 Johan Dahlin <jdahlin@async.com.br> * README: * configure.ac: * gobject/Makefile.am: * gobject/ffi-marshaller.c: (g_value_to_ffi_type), (g_value_from_ffi_type), (g_cclosure_marshal_generic_ffi): * gobject/ffi-marshaller.h: * gobject/gobjectmodule.c: (create_signal), (init_gobject): * pygobject-2.0.pc.in: * tests/test_signal.py: * tests/testhelpermodule.c: (test1_callback), (test1_callback_swapped), (test2_callback), (test3_callback), (test4_callback), (test_float_callback), (test_double_callback), (test_string_callback), (test_object_callback), (connectcallbacks), (_wrap_connectcallbacks), (inittesthelper): Add a generic CClosure marshaller based on ffi. This makes it possible to connect to signals on PyGObjects from C. libffi is now an optional dependency Fixes #353816 (Edward Hervey) svn path=/trunk/; revision=651
* release bumpGustavo J. A. M. Carneiro2007-04-231-1/+1
| | | | svn path=/trunk/; revision=650
* 2.13.0PYGOBJECT_2_13_0Gustavo J. A. M. Carneiro2007-04-231-2/+2
| | | | svn path=/trunk/; revision=648
* Fix the docs option so that it's possible to disable building the docs.Richard Hult2007-03-061-1/+1
| | | | | | | | | 2007-03-06 Richard Hult <richard@imendio.com> * configure.ac: Fix the docs option so that it's possible to disable building the docs. svn path=/trunk/; revision=639
* treat --enable-docs like in gtk+, closes #361722Gustavo J. A. M. Carneiro2007-01-091-2/+2
| | | | svn path=/trunk/; revision=635