summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix tests to look in correct directory for typelibsColin Walters2010-11-165-14/+4
* tests: Print an error messageColin Walters2010-11-161-2/+2
* Fix line too longColin Walters2010-11-161-1/+2
* scanner: use c-symbol-prefix for method pairing where possibleJonathan Matthew2010-11-162-32/+27
* scanner: don't show 'warnings suppressed' if --warn-all in useJonathan Matthew2010-11-161-1/+1
* Add support for gunichar in typelibColin Walters2010-11-1212-11/+34
* build: Explicitly link to libffi for g-ir-compilerColin Walters2010-11-121-2/+2
* Add g_object_info_find_signalColin Walters2010-11-123-0/+42
* Makefile-gir.am: Fix explicit dependency of DBusGLib on GObjectColin Walters2010-11-111-1/+1
* Explicitly link g-ir-compiler and g-ir-generate to GIOColin Walters2010-11-111-4/+6
* dumper: Differentiate between "external" and "internal" linkingColin Walters2010-11-113-12/+41
* Makefile-gir.am: Add explicit g-ir-compiler dependencyColin Walters2010-11-111-1/+14
* nonrecursive build: Fix typelib installationAlban Browaeys2010-11-111-1/+1
* Fix previous commitColin Walters2010-11-111-2/+2
* build: Fix scanner/compiler to look in $(top_builddir) nowColin Walters2010-11-112-6/+6
* girepository: Only export ^gi?_ symbolsColin Walters2010-11-091-1/+1
* Export gi_type_tag_get_ffi_typeColin Walters2010-11-094-7/+14
* Switch to nonrecursive make for core (i.e. not tests/)Colin Walters2010-11-0921-279/+273
* Move pyflakes to check-pyflakesColin Walters2010-11-091-0/+2
* libtoolimporter: Don't assume we have a multi-component importColin Walters2010-11-091-2/+6
* tools: Switch to checking UNINSTALLED_INTROSPECTION_SRCDIRColin Walters2010-11-092-10/+6
* Handle enumerations with the full range of signed and unsigned valuesOwen W. Taylor2010-11-0115-31/+123
* Compute enumeration storage types more accuratelyOwen W. Taylor2010-11-011-25/+61
* girepository: Use G_TYPE_TAG_IS_BASIC consistentlyColin Walters2010-10-262-6/+4
* scanner: Print out a message if warnings were offColin Walters2010-10-252-6/+10
* Fix previous commitColin Walters2010-10-221-1/+1
* Handle CC="ccache gcc" for linker command tooColin Walters2010-10-221-1/+2
* Fix regression in g_irepository_get_infoColin Walters2010-10-212-3/+7
* scanner: Support GStrv as signal parametersColin Walters2010-10-213-0/+39
* scanner: Don't process pkg-config libs twiceColin Walters2010-10-192-13/+3
* Accept trailing whitespace at the start of a comment blockColin Walters2010-10-194-5/+24
* girepository: Refactor lookup codeColin Walters2010-10-183-146/+150
* configure: Bump to 0.10 seriesColin Walters2010-10-111-2/+2
* typelib: Don't fail on minor versiong-i-0.9Colin Walters2010-10-111-1/+1
* scanner: Don't leave temporary directory around if we failColin Walters2010-10-072-17/+30
* configure: Post-release version bumpColin Walters2010-10-061-1/+1
* configure: Release 0.9.12GOBJECT_INTROSPECTION_0_9_12Colin Walters2010-10-061-1/+1
* docs: Don't conditionalize on ENABLE_GTK_DOCColin Walters2010-10-061-2/+0
* dist: Don't use gpg for tags by defaultColin Walters2010-10-061-1/+1
* Improve documentation for g_registered_type_info_get_g_typeGOBJECT_INTROSPECTION_0_9_11Johan Dahlin2010-10-061-1/+4
* Revert "Apply `(type bitfield)' annotations for enums"Johan Dahlin2010-10-063-22/+2
* Revert "block can be None, fixup last commit"Johan Dahlin2010-10-061-4/+3
* chose extension basing on OSAlexey Zakhlestin2010-10-061-2/+11
* block can be None, fixup last commitJohan Dahlin2010-10-051-3/+4
* Apply `(type bitfield)' annotations for enumsAndreas Rottmann2010-10-053-2/+22
* upload-release: Use bz2Johan Dahlin2010-10-031-3/+3
* Silently skip #pragma directives when scanning sources.Pavel Holejsovsky2010-10-031-0/+1
* Honor -L commandline option.Pavel Holejsovsky2010-10-031-0/+3
* dumper: Make g_irepository_dump static when being used in dumperColin Walters2010-10-011-0/+3
* Add -export-dynamic when compiling with libtoolOwen W. Taylor2010-09-301-0/+2