summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.39.3GOBJECT_INTROSPECTION_1_39_3Colin Walters2014-01-251-1/+1
|
* tests: Update GI to use parallel test harnessSimon Feltman2014-01-041-1/+1
| | | | | | | | There was some dependence on the serial test harness in the recent tests that were added. Update GI to use the parallel test harness to avoid incompatibilities. https://bugzilla.gnome.org/show_bug.cgi?id=721477
* tests: Use Python unittest module parameterization for annotationparserSimon Feltman2013-12-291-0/+1
| | | | | | | | | | | | | | Add Python unittest module parameterization support to gi-tester through the use of a "TESTARGS" variable. Use the Automake test harness along with gi-tester for running the Python annotationparser tests. Add tests/scanner/annotationparser/Makefile.am and localize testing rules and EXTRA_DIST setup to this file. Specific Python tests can now be run as follows: cd tests/scanner/annotationparser make check TESTS=test_patterns.py TESTARGS=TestTagValueStability https://bugzilla.gnome.org/show_bug.cgi?id=720713
* Post-release version bump to match glibRico Tzschichholz2013-12-081-1/+1
|
* docs: fix up reference docs a bitDieter Verfaillie2013-10-101-1/+6
| | | | | | | | | | | | | - require GTK-Doc 1.19 - remove sgml mode - automatically generate gi.types (needs GTK-Doc 1.19) - fix https://bugzilla.gnome.org/show_bug.cgi?id=700025 [WIP] - rearange sections a bit [WIP] - add gi-building, gi-programming sections [WIP] - mark missing docs with TODO, which is only marginaly better than nothing but at least can be grepped :) https://bugzilla.gnome.org/show_bug.cgi?id=571648
* trivial: Post-release version bumpColin Walters2013-10-091-1/+1
|
* build: use AC_LINK_IFELSE instead of AC_TRY_LINKDieter Verfaillie2013-10-091-5/+5
| | | | AC_TRY_LINK is obsolete...
* build: remove m4/as-compiler-flag.m4Dieter Verfaillie2013-10-091-1/+0
| | | | no longer used since b2fd4f54883cd701a0c280655c93e20b04897ed2
* build: actually require libffi >= 3.0.0Dieter Verfaillie2013-10-081-1/+1
| | | | as documented in README...
* Release 1.38.0GOBJECT_INTROSPECTION_1_38_0gnome-3-10Colin Walters2013-09-241-2/+2
|
* Release 1.37.6GOBJECT_INTROSPECTION_1_37_6Colin Walters2013-08-201-1/+1
|
* Release 1.37.4GOBJECT_INTROSPECTION_1_37_4Colin Walters2013-07-101-1/+1
|
* Release 1.37.1GOBJECT_INTROSPECTION_1_37_1Colin Walters2013-05-281-2/+2
|
* build: require Python 2.6 from now onDieter Verfaillie2013-04-221-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 summaryDieter Verfaillie2013-04-211-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-8Colin Walters2013-03-251-3/+3
|
* build: Bump version and GLib requirement in preparation for releaseColin Walters2013-03-051-2/+2
|
* tests: Be compatible with Automake 1.11, 1.12 and 1.13, and the future, ↵Colin Walters2013-02-191-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.13Colin Walters2013-02-191-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_8Colin Walters2013-02-191-1/+1
|
* tests: Use Regress GIR for doctoolJasper St. Pierre2013-02-111-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 foundColin Walters2013-02-111-4/+10
| | | | Let's lift it out of the disabled-by-default ghetto.
* Post-release version bumpColin Walters2013-01-151-1/+1
|
* Release 1.35.4GOBJECT_INTROSPECTION_1_35_4Colin Walters2013-01-151-1/+1
|
* build: Fix previous commitColin Walters2013-01-071-3/+1
|
* Clean up cairo handling somewhatColin Walters2013-01-071-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_3Colin Walters2012-12-181-1/+1
|
* build: Use -Bsymbolic-functions by default if availableColin Walters2012-12-051-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 buildDieter Verfaillie2012-12-031-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_2Martin Pitt2012-11-191-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 creationChun-wei Fan2012-10-271-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 Walters2012-10-161-1/+1
| | | | And bump our GLib requirement.
* Make gtk-doc not a hard dependency of gobject-introspectionJavier Jardón2012-09-271-1/+7
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=684795
* Release 1.34.0GOBJECT_INTROSPECTION_1_34_0Colin Walters2012-09-241-2/+2
|
* configure: Post-release version bumpColin Walters2012-09-181-1/+1
|
* Release 1.33.14GOBJECT_INTROSPECTION_1_33_14Colin Walters2012-09-181-1/+1
|
* Post-release version bumpColin Walters2012-08-201-1/+1
|
* Release 1.33.9GOBJECT_INTROSPECTION_1_33_9Colin Walters2012-08-201-1/+1
|
* build: Ensure cairo-gobject always ends up in cairo.girColin Walters2012-08-141-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_4Colin Walters2012-07-161-1/+1
|
* Release 1.33.3GOBJECT_INTROSPECTION_1_33_3Colin Walters2012-06-261-1/+1
|
* Release 1.33.2GOBJECT_INTROSPECTION_1_33_2Colin Walters2012-06-051-1/+1
|
* tests: Add a foreign struct signal testJasper St. Pierre2012-05-251-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=671687
* configure: Update to 1.33.0Rico Tzschichholz2012-04-261-1/+1
|
* Don't link with gthread-2.0Kalev Lember2012-04-131-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_0Colin Walters2012-03-271-2/+2
|
* Release 1.31.22GOBJECT_INTROSPECTION_1_31_22Colin Walters2012-03-211-1/+1
|
* configure: Comment why doctool is disabled by default for nowColin Walters2012-03-151-0/+2
|
* Release 2.31.20GOBJECT_INTROSPECTION_1_31_20Colin Walters2012-03-051-1/+1
|
* build: Add --enable-doctool optionColin Walters2012-02-211-1/+5
|