summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add directory index sectionwip/cmph-rebase3Colin Walters2010-12-023-12/+164
* .gitignore: UpdateColin Walters2010-12-021-8/+13
* Add internal hashing API designed for the typelibColin Walters2010-12-024-2/+307
* cmph-bdz-test: New testColin Walters2010-12-022-1/+149
* cmph: Squash a lot of gcc -Wall compiler warningsColin Walters2010-12-0221-26/+28
* cmph: Add automake rulesColin Walters2010-12-022-0/+68
* cmph: Modify types to use GLib typesColin Walters2010-12-021-27/+10
* Import CMPH 1.0Colin Walters2010-12-0277-0/+12124
* Makefile.am: Add GTESTER_PROGSColin Walters2010-12-021-1/+3
* Add proper unicode support to the source scannerJohan Dahlin2010-12-023-8/+38
* Support hexadecimal escapes in constantsColin Walters2010-12-023-2/+86
* scanner: Only mark structures and unions as out-caller-allocatesColin Walters2010-11-194-1/+32
* Update gio annotations from GLib gitColin Walters2010-11-171-8878/+1153
* gtk-doc: Update for renamed libgirepository-internals.laColin Walters2010-11-171-1/+1
* glib-2.0.c: annotate the arrays in g_spawn_sync/_asyncDan Winship2010-11-171-2/+4
* girepository: Consistently prefix internal functions with _Colin Walters2010-11-1610-322/+322
* build: Flip around linking order of libraries for toolsColin Walters2010-11-161-4/+4
* gitypelib: Extend warning for validationColin Walters2010-11-161-1/+1
* scanner: Fall back to default uscoring for method pairing if possibleColin Walters2010-11-161-6/+16
* 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