Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 1.37.6GOBJECT_INTROSPECTION_1_37_6 | Colin Walters | 2013-08-20 | 1 | -1/+1 |
| | |||||
* | Release 1.37.4GOBJECT_INTROSPECTION_1_37_4 | Colin Walters | 2013-07-10 | 1 | -1/+1 |
| | |||||
* | Release 1.37.1GOBJECT_INTROSPECTION_1_37_1 | Colin Walters | 2013-05-28 | 1 | -2/+2 |
| | |||||
* | build: require Python 2.6 from now on | Dieter Verfaillie | 2013-04-22 | 1 | -1/+1 |
| | | | | | | | | Nobody is really known to still use g-i with python 2.5, support for 2.5 gets broken every now and then in the tree because nobody is paying much attention any more so just drop it. https://bugzilla.gnome.org/show_bug.cgi?id=698617 | ||||
* | remove ./configure summary | Dieter Verfaillie | 2013-04-21 | 1 | -7/+0 |
| | | | | | | | ${enable_tests} was removed in f5631640751b5a998b3616db78dd5dcd9ee62126 so there's nothing left to report about... https://bugzilla.gnome.org/show_bug.cgi?id=697669 | ||||
* | Release 1.36.0GOBJECT_INTROSPECTION_1_36_0gnome-3-8 | Colin Walters | 2013-03-25 | 1 | -3/+3 |
| | |||||
* | build: Bump version and GLib requirement in preparation for release | Colin Walters | 2013-03-05 | 1 | -2/+2 |
| | |||||
* | tests: Be compatible with Automake 1.11, 1.12 and 1.13, and the future, ↵ | Colin Walters | 2013-02-19 | 1 | -1/+1 |
| | | | | | | | | hopefully Automake only sees it as one test now, but eh, who cares. https://bugzilla.gnome.org/show_bug.cgi?id=694198 | ||||
* | tests: Be compatible with both Automake 1.12 and 1.13 | Colin Walters | 2013-02-19 | 1 | -1/+1 |
| | | | | | | | Revert to using the serial test driver, as that's the easiest path for now, unless we generated a binary to run each warn test. https://bugzilla.gnome.org/693539 | ||||
* | Release 1.35.8GOBJECT_INTROSPECTION_1_35_8 | Colin Walters | 2013-02-19 | 1 | -1/+1 |
| | |||||
* | tests: Use Regress GIR for doctool | Jasper St. Pierre | 2013-02-11 | 1 | -1/+0 |
| | | | | | | This makes us test a lot more functionality in the doc tool, and removes the need to have a lot of different test libraries, and different test infrastructure. | ||||
* | build: Enable g-ir-doctool if mako is found | Colin Walters | 2013-02-11 | 1 | -4/+10 |
| | | | | Let's lift it out of the disabled-by-default ghetto. | ||||
* | Post-release version bump | Colin Walters | 2013-01-15 | 1 | -1/+1 |
| | |||||
* | Release 1.35.4GOBJECT_INTROSPECTION_1_35_4 | Colin Walters | 2013-01-15 | 1 | -1/+1 |
| | |||||
* | build: Fix previous commit | Colin Walters | 2013-01-07 | 1 | -3/+1 |
| | |||||
* | Clean up cairo handling somewhat | Colin Walters | 2013-01-07 | 1 | -14/+10 |
| | | | | | | | | | | | | I'm building on RHEL6 which doesn't have cairo-gobject. Now, we tried to support this in that 'make' would succeed, but 'make check' would blow up. This patch allows more of 'make check' to succeed - I just need to figure out how to make the diff against the -expected.gir work. What's more important though, is this will allow gjs to also #define _GI_DISABLE_CAIRO. | ||||
* | Release 1.35.3GOBJECT_INTROSPECTION_1_35_3 | Colin Walters | 2012-12-18 | 1 | -1/+1 |
| | |||||
* | build: Use -Bsymbolic-functions by default if available | Colin Walters | 2012-12-05 | 1 | -0/+21 |
| | | | | | | | | | While we have much larger performance problems right now, using -Bsymbolic-functions to avoid internal PLT indirection is an easy win. This is the same code that both GLib and GTK+ have. https://bugzilla.gnome.org/show_bug.cgi?id=689456 | ||||
* | tests: fix incremental build | Dieter Verfaillie | 2012-12-03 | 1 | -0/+1 |
| | | | | | | | | Running make multiple times caused "mkdir" to complain that it could not create those directories because they where already there... https://bugzilla.gnome.org/show_bug.cgi?id=689570 | ||||
* | Bump version to 1.35.2GOBJECT_INTROSPECTION_1_35_2 | Martin Pitt | 2012-11-19 | 1 | -2/+2 |
| | | | | | Our configure.ac still said 1.34.0, which is even older than the stable gnome-3-6 branch. Bump it to 1.35.2 so that pygobject can depend on >= 1.34.2. | ||||
* | Update autotools for Visual C++ projects creation | Chun-wei Fan | 2012-10-27 | 1 | -1/+6 |
| | | | | | | | | | -Add Makefile-msvcproj.am to fill in the cmph, girepository and g-ir-compiler projects -Add various Makefile.am's under build/ to distribute the Visual C++-related files. https://bugzilla.gnome.org/show_bug.cgi?id=681820 | ||||
* | Drop calls to g_type_init() | Colin Walters | 2012-10-16 | 1 | -1/+1 |
| | | | | And bump our GLib requirement. | ||||
* | Make gtk-doc not a hard dependency of gobject-introspection | Javier Jardón | 2012-09-27 | 1 | -1/+7 |
| | | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=684795 | ||||
* | Release 1.34.0GOBJECT_INTROSPECTION_1_34_0 | Colin Walters | 2012-09-24 | 1 | -2/+2 |
| | |||||
* | configure: Post-release version bump | Colin Walters | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | Release 1.33.14GOBJECT_INTROSPECTION_1_33_14 | Colin Walters | 2012-09-18 | 1 | -1/+1 |
| | |||||
* | Post-release version bump | Colin Walters | 2012-08-20 | 1 | -1/+1 |
| | |||||
* | Release 1.33.9GOBJECT_INTROSPECTION_1_33_9 | Colin Walters | 2012-08-20 | 1 | -1/+1 |
| | |||||
* | build: Ensure cairo-gobject always ends up in cairo.gir | Colin Walters | 2012-08-14 | 1 | -46/+40 |
| | | | | | | | | | | | We were conditionalizing on the presence of cairo in the buildroot, but that's super lame since it makes a huge mess of the build dependency graph. Let's just always stick cairo-gobject in there. I doubt anyone cares anymore about building g-i on really old systems without it. If they do...well, we can revisit this again. | ||||
* | Release 1.33.4GOBJECT_INTROSPECTION_1_33_4 | Colin Walters | 2012-07-16 | 1 | -1/+1 |
| | |||||
* | Release 1.33.3GOBJECT_INTROSPECTION_1_33_3 | Colin Walters | 2012-06-26 | 1 | -1/+1 |
| | |||||
* | Release 1.33.2GOBJECT_INTROSPECTION_1_33_2 | Colin Walters | 2012-06-05 | 1 | -1/+1 |
| | |||||
* | tests: Add a foreign struct signal test | Jasper St. Pierre | 2012-05-25 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=671687 | ||||
* | configure: Update to 1.33.0 | Rico Tzschichholz | 2012-04-26 | 1 | -1/+1 |
| | |||||
* | Don't link with gthread-2.0 | Kalev Lember | 2012-04-13 | 1 | -1/+1 |
| | | | | | | | Commit 2fff986 removed the use of g_thread_init() and we don't use any other symbols from gthread-2.0. https://bugzilla.gnome.org/show_bug.cgi?id=674065 | ||||
* | Release 1.32.0GOBJECT_INTROSPECTION_1_32_0 | Colin Walters | 2012-03-27 | 1 | -2/+2 |
| | |||||
* | Release 1.31.22GOBJECT_INTROSPECTION_1_31_22 | Colin Walters | 2012-03-21 | 1 | -1/+1 |
| | |||||
* | configure: Comment why doctool is disabled by default for now | Colin Walters | 2012-03-15 | 1 | -0/+2 |
| | |||||
* | Release 2.31.20GOBJECT_INTROSPECTION_1_31_20 | Colin Walters | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | build: Add --enable-doctool option | Colin Walters | 2012-02-21 | 1 | -1/+5 |
| | |||||
* | g-ir-doc-tool: Add AM_CHECK_PYMOD macro and use it to check for Mako | Tomeu Vizoso | 2012-02-20 | 1 | -0/+2 |
| | |||||
* | Release 1.31.10 | Colin Walters | 2012-01-19 | 1 | -1/+1 |
| | |||||
* | Release 1.31.6GOBJECT_INTROSPECTION_1_31_6 | Colin Walters | 2011-12-20 | 1 | -1/+1 |
| | |||||
* | Release 1.31.1GOBJECT_INTROSPECTION_1_31_1 | Johan Dahlin | 2011-12-05 | 1 | -1/+1 |
| | |||||
* | Fix build after GIO removed gmodule dependency | Florian Müllner | 2011-11-23 | 1 | -0/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=664681 | ||||
* | configure: Update to 1.31.0 | Colin Walters | 2011-10-26 | 1 | -1/+1 |
| | |||||
* | Adjust dlopened library name on OpenBSD so we always pick the right one. | Jasper Lievisse Adriaanse | 2011-09-30 | 1 | -0/+6 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=660523 | ||||
* | configure: Release 1.30GOBJECT_INTROSPECTION_1_30_0 | Colin Walters | 2011-09-20 | 1 | -2/+2 |
| | |||||
* | Fix linking against libpython | Dieter Verfaillie | 2011-09-17 | 1 | -2/+4 |
| | | | | | | | | | | | | - AM_CHECK_PYTHON_LIBS doesn't work for 64bit sytems (lib64) - Python extension modules do not need to be linked against libpython on linux anyway, but it is needed on Windows So only run AM_CHECK_PYTHON_LIBS in configure.ac for the windows case and make it clear in Makefile-giscanner.am linking against libpython is a windows only thing. https://bugzilla.gnome.org/show_bug.cgi?id=658914 | ||||
* | Windows port: set CAIRO_SHARED_LIBRARY in configure.ac | Dieter Verfaillie | 2011-09-07 | 1 | -0/+6 |
| | | | | | | Both when x$have_cairo_gobject = xyes and x$have_cairo = xyes. https://bugzilla.gnome.org/show_bug.cgi?id=620566 |