Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure: Bump to 0.10 series | Colin Walters | 2010-10-11 | 1 | -2/+2 |
| | |||||
* | configure: Post-release version bump | Colin Walters | 2010-10-06 | 1 | -1/+1 |
| | |||||
* | configure: Release 0.9.12GOBJECT_INTROSPECTION_0_9_12 | Colin Walters | 2010-10-06 | 1 | -1/+1 |
| | |||||
* | configure: post-release version bump | Colin Walters | 2010-09-30 | 1 | -1/+1 |
| | |||||
* | configure: Change to bzip2 distGOBJECT_INTROSPECTION_0_9_10 | Colin Walters | 2010-09-30 | 1 | -1/+1 |
| | | | | We want to use bzip2 since that's what Fedora uses. | ||||
* | configure: Post release version bump | Colin Walters | 2010-09-30 | 1 | -1/+1 |
| | |||||
* | configure: Post-release version bump | Colin Walters | 2010-09-28 | 1 | -1/+1 |
| | |||||
* | configure: post-release version bump | Colin Walters | 2010-09-28 | 1 | -1/+1 |
| | |||||
* | configure: Explicitly require GLib 2.24 | Colin Walters | 2010-09-23 | 1 | -1/+1 |
| | | | | | We're handling GVariant at least internally now. Potentially we could support earlier, but eh. | ||||
* | build: post-release version bump | Colin Walters | 2010-09-16 | 1 | -1/+1 |
| | |||||
* | Release 0.9.6 | Colin Walters | 2010-09-16 | 1 | -1/+1 |
| | |||||
* | Enhancement #612253 - add configure --with-glib-src=PATH | Alan Knowles | 2010-09-07 | 1 | -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 warnings | Johan Dahlin | 2010-09-02 | 1 | -0/+1 |
| | | | | | Add an infrastructure for testing warnings, add two examples how to verify warnings | ||||
* | configure: Bump version to 0.9.5 | Colin Walters | 2010-08-31 | 1 | -1/+1 |
| | | | | | No official release yet, but this allows consumer configure.ac to check for a new enough version. | ||||
* | Remove tests/invoke | Colin Walters | 2010-08-17 | 1 | -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_2 | Ryan Lortie | 2010-08-03 | 1 | -1/+1 |
| | |||||
* | Bump for unstable series | Colin Walters | 2010-07-12 | 1 | -1/+1 |
| | |||||
* | Release 0.9.2 | Colin Walters | 2010-07-12 | 1 | -1/+1 |
| | |||||
* | Quote url for AC_INIT to pacify autoconf | Colin Walters | 2010-07-12 | 1 | -1/+1 |
| | |||||
* | Don't include machine-dependent integral types in the typelib | Colin Walters | 2010-07-09 | 1 | -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 bump | Colin Walters | 2010-06-29 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.9.0GOBJECT_INTROSPECTION_0_9_0 | Colin Walters | 2010-06-29 | 1 | -2/+2 |
| | |||||
* | [configure] Remove gcov leftover | Johan Dahlin | 2010-06-05 | 1 | -2/+0 |
| | |||||
* | Post-release version bump | Colin Walters | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | Post-release version bumpGOBJECT_INTROSPECTION_0_6_14 | Colin Walters | 2010-06-03 | 1 | -1/+1 |
| | |||||
* | Post-release version bump | Colin Walters | 2010-05-24 | 1 | -1/+1 |
| | |||||
* | Post release version bump | Johan Dahlin | 2010-05-19 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.6.11GOBJECT_INTROSPECTION_0_6_11 | Johan Dahlin | 2010-05-19 | 1 | -1/+1 |
| | |||||
* | [everything] Depend on cairo properly | Johan Dahlin | 2010-04-20 | 1 | -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 flag | Colin Walters | 2010-04-18 | 1 | -0/+9 |
| | | | | This allows us to not hard depend on cairo. | ||||
* | [configure.ac] Post release version bump | Colin Walters | 2010-04-07 | 1 | -1/+1 |
| | |||||
* | [configure.ac] Post-release version bump | Colin Walters | 2010-03-18 | 1 | -1/+1 |
| | |||||
* | Post release version bump | Johan Dahlin | 2009-12-16 | 1 | -1/+1 |
| | |||||
* | Post release version bump | Johan Dahlin | 2009-12-10 | 1 | -1/+1 |
| | |||||
* | Add ffi cflags/libs/requires to exported .pc | Johan Dahlin | 2009-12-04 | 1 | -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 Dahlin | 2009-12-04 | 1 | -2/+41 |
| | | | | | This reverts commit 92abbe78dd7ffe0ff6d61db5f2bff0745a69115a and 494c1c92520917999407832453c11c2247b4e7bb. | ||||
* | [configure.ac] Followup to 494c1c92520 - restore $GCOV_LIBS | Colin Walters | 2009-12-02 | 1 | -0/+1 |
| | |||||
* | Require libffi.pc | Colin Walters | 2009-12-02 | 1 | -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 bump | Owen W. Taylor | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.6.5GOBJECT_INTROSPECTION_0_6_5 | Owen W. Taylor | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | Excise shave in favor of automake 1.11 silent rules | Colin Walters | 2009-08-16 | 1 | -3/+3 |
| | | | | Shave is just way too invasive in the build system. | ||||
* | Only accept bison as yacc tool | Colin Walters | 2009-08-05 | 1 | -1/+1 |
| | | | | Others like byacc barf on some of the directives like %error-verbose. | ||||
* | Bug 583686 - Add gobject-introspection-no-export-1.0.pc | Colin Walters | 2009-07-06 | 1 | -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 bump | Johan Dahlin | 2009-06-22 | 1 | -1/+1 |
| | |||||
* | Make g-ir-compiler find files installed by make install | Holger Hans Peter Freyther | 2009-06-11 | 1 | -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 library | Colin Walters | 2009-06-04 | 1 | -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.ac | Colin Walters | 2009-03-16 | 1 | -1/+0 |
| | | | | This avoids issues with unexpanded variables, i.e. ${exec_prefix}/libdir | ||||
* | Bug 574501 - Install giscanner Python module to private directory | Colin Walters | 2009-03-16 | 1 | -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 Walters | 2009-02-23 | 1 | -1/+1 |
| | | | | | | patching hard We'll just require 1.12, which is the version fixed to work with shave. | ||||
* | Use shave to reduce compiling output | Johan Dahlin | 2009-02-20 | 1 | -0/+4 |
| | | | | Which let's us focus on the important warnings. |