summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* configure: Post-release version bumpColin Walters2010-10-061-1/+1
|
* configure: Release 0.9.12GOBJECT_INTROSPECTION_0_9_12Colin Walters2010-10-061-1/+1
|
* configure: post-release version bumpColin Walters2010-09-301-1/+1
|
* configure: Change to bzip2 distGOBJECT_INTROSPECTION_0_9_10Colin Walters2010-09-301-1/+1
| | | | We want to use bzip2 since that's what Fedora uses.
* configure: Post release version bumpColin Walters2010-09-301-1/+1
|
* configure: Post-release version bumpColin Walters2010-09-281-1/+1
|
* configure: post-release version bumpColin Walters2010-09-281-1/+1
|
* configure: Explicitly require GLib 2.24Colin Walters2010-09-231-1/+1
| | | | | We're handling GVariant at least internally now. Potentially we could support earlier, but eh.
* build: post-release version bumpColin Walters2010-09-161-1/+1
|
* Release 0.9.6Colin Walters2010-09-161-1/+1
|
* Enhancement #612253 - add configure --with-glib-src=PATHAlan Knowles2010-09-071-0/+15
| | | | | This enables glib documentation to be added to the generated gir using the original source eg. --with-glib-src=/usr/src/glib
* [tests] Add test infrastructure for warningsJohan Dahlin2010-09-021-0/+1
| | | | | Add an infrastructure for testing warnings, add two examples how to verify warnings
* configure: Bump version to 0.9.5Colin Walters2010-08-311-1/+1
| | | | | No official release yet, but this allows consumer configure.ac to check for a new enough version.
* Remove tests/invokeColin Walters2010-08-171-1/+0
| | | | | | We get better testing through the bindings, having hand-written .gir files is a maintenance pain, and it uses the --code option to g-ir-compiler which we also don't want to support.
* Bump the version after releasing 0.9.3GOBJECT_INTROSPECTION_0_9_2Ryan Lortie2010-08-031-1/+1
|
* Bump for unstable seriesColin Walters2010-07-121-1/+1
|
* Release 0.9.2Colin Walters2010-07-121-1/+1
|
* Quote url for AC_INIT to pacify autoconfColin Walters2010-07-121-1/+1
|
* Don't include machine-dependent integral types in the typelibColin Walters2010-07-091-2/+5
| | | | | | | | | | | | | | | | | | | | Previously we had both e.g. GI_TYPE_TAG_LONG and GI_TYPE_TAG_INT64, but in fact the typelib is already machine-specific, so it makes sense to just encode this as a fixed type. The .gir remains abstract. We also remove size_t from the typelib; one would never want to treat it differently than an integer. time_t is removed as well; while bindings like gjs had special handling to turn it into e.g. a JS Date object, I don't think we should encourage people to use these POSIX types in their API. Use GTimeVal or the like instead. Because the typelib is now really machine-specific, we need to remove the -expected.tgirs from git. (We could potentially add a check which wasn't just a literal diff later) https://bugzilla.gnome.org/show_bug.cgi?id=623774
* Post-release version bumpColin Walters2010-06-291-1/+1
|
* Bump version to 0.9.0GOBJECT_INTROSPECTION_0_9_0Colin Walters2010-06-291-2/+2
|
* [configure] Remove gcov leftoverJohan Dahlin2010-06-051-2/+0
|
* Post-release version bumpColin Walters2010-06-031-1/+1
|
* Post-release version bumpGOBJECT_INTROSPECTION_0_6_14Colin Walters2010-06-031-1/+1
|
* Post-release version bumpColin Walters2010-05-241-1/+1
|
* Post release version bumpJohan Dahlin2010-05-191-1/+1
|
* Bump version to 0.6.11GOBJECT_INTROSPECTION_0_6_11Johan Dahlin2010-05-191-1/+1
|
* [everything] Depend on cairo properlyJohan Dahlin2010-04-201-0/+2
| | | | | | Don't try to build the everything library nor the gir if we can't find cairo. Pass in the right flags so it can be built when cairo is not in the same prefix as the rest of the dependencies.
* Add --disable-tests configure flagColin Walters2010-04-181-0/+9
| | | | This allows us to not hard depend on cairo.
* [configure.ac] Post release version bumpColin Walters2010-04-071-1/+1
|
* [configure.ac] Post-release version bumpColin Walters2010-03-181-1/+1
|
* Post release version bumpJohan Dahlin2009-12-161-1/+1
|
* Post release version bumpJohan Dahlin2009-12-101-1/+1
|
* Add ffi cflags/libs/requires to exported .pcJohan Dahlin2009-12-041-3/+11
| | | | | | | | This is required as external projects such as gjs are now using girffi and thus need the ffi cflags to be able to link. https://bugzilla.gnome.org/show_bug.cgi?id=603653
* Revert "Require libffi.pc"Johan Dahlin2009-12-041-2/+41
| | | | | This reverts commit 92abbe78dd7ffe0ff6d61db5f2bff0745a69115a and 494c1c92520917999407832453c11c2247b4e7bb.
* [configure.ac] Followup to 494c1c92520 - restore $GCOV_LIBSColin Walters2009-12-021-0/+1
|
* Require libffi.pcColin Walters2009-12-021-41/+1
| | | | | | | We use it for girffi.h. Remove the code to detect libffi without the .pc file. If you don't have it, get it. https://bugzilla.gnome.org/show_bug.cgi?id=603653
* Post release version bumpOwen W. Taylor2009-09-041-1/+1
|
* Bump version to 0.6.5GOBJECT_INTROSPECTION_0_6_5Owen W. Taylor2009-09-041-1/+1
|
* Excise shave in favor of automake 1.11 silent rulesColin Walters2009-08-161-3/+3
| | | | Shave is just way too invasive in the build system.
* Only accept bison as yacc toolColin Walters2009-08-051-1/+1
| | | | Others like byacc barf on some of the directives like %error-verbose.
* Bug 583686 - Add gobject-introspection-no-export-1.0.pcColin Walters2009-07-061-1/+2
| | | | | | Some projects may want to avoid the giant -Wl,--export-dynamic hammmer and instead use a custom regexp or export list, so provide a .pc file for them to use.
* Post release version bumpJohan Dahlin2009-06-221-1/+1
|
* Make g-ir-compiler find files installed by make installHolger Hans Peter Freyther2009-06-111-0/+9
| | | | | | | | | | | When ./configure --prefix $HOME/some/where is used gobject-introspection will happily install the files into $HOME/some/where/data/gir-1.0 but it will refuse to find them. Apply the same trick as in girepository/girepository.c:init_globals to find the gir files. Unifiy the name gir-1.0 in GIR_SUFFIX and use it throughout the project, introduce GIR_DIR which holds the path to the gir files and update girparser and transformer.py to look into this path.
* Move Everything into gir/, since it's a public libraryColin Walters2009-06-041-1/+0
| | | | | Everything isn't a test for quite a while now, it's a public library. So move it to gir/.
* Substitute g-ir-scanner in Makefile, not in configure.acColin Walters2009-03-161-1/+0
| | | | This avoids issues with unexpanded variables, i.e. ${exec_prefix}/libdir
* Bug 574501 - Install giscanner Python module to private directoryColin Walters2009-03-161-0/+1
| | | | | | We don't want to pollute the global namespace with our private libraries. Also, this sidesteps all the craziness that is happening with OS vendors changing how Python installs modules.
* Punt on building with older gtk-doc; version skew in gtk-doc.make makes ↵Colin Walters2009-02-231-1/+1
| | | | | | patching hard We'll just require 1.12, which is the version fixed to work with shave.
* Use shave to reduce compiling outputJohan Dahlin2009-02-201-0/+4
| | | | Which let's us focus on the important warnings.
* Various gtk-doc fixes: only require 1.11, remove generated files, add docs ↵Colin Walters2009-02-181-1/+1
| | | | | | | | | | to SUBDIRS The gtk-doc introductory commit introduced some generated files; remove those. We apparently only require 1.11, so downgrade to that. Finally, the docs directory was missing from the toplevel SUBDIRS.