summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* scanner: split CC environment variablegnome-3-2Natanael Copa2011-10-271-1/+2
* Bug 660338: Account for padding in struct size checkMartin Pitt2011-09-291-3/+4
* configure: Release 1.30GOBJECT_INTROSPECTION_1_30_0Colin Walters2011-09-201-2/+2
* Fix incorrect extension for tempfileDieter Verfaillie2011-09-191-1/+1
* Fix linking against libpythonDieter Verfaillie2011-09-172-3/+12
* add tests for arrays of simple structs and arrays of gvalueJohn (J5) Palmieri2011-09-152-0/+33
* Add constant value annotationJohan Dahlin2011-09-1410-15/+78
* tests: Add gir/ to toplevel typelib pathColin Walters2011-09-131-1/+1
* scanner: Don't add redundant notify signalColin Walters2011-09-121-4/+0
* Fix g_type_info_is_pointer() for overriden types of arguments.Pavel Holejsovsky2011-09-122-0/+43
* scanner: Only add notify signal to Object, not ParamSpec etc.Colin Walters2011-09-121-3/+4
* scanner: correctly handle structs with arrays of anon unionsTorsten Schönfeld2011-09-115-12/+126
* scanner: Add "notify" signal to GObjectColin Walters2011-09-092-0/+12
* Windows port: additionally set PATH in common.mkDieter Verfaillie2011-09-071-9/+15
* Revert "Windows port: Make g-ir-annotiotion-tool, g-ir-doc-tool and g-ir-scan...Dieter Verfaillie2011-09-073-34/+7
* Windows port: Make g-ir-annotiotion-tool, g-ir-doc-tool and g-ir-scanner 'rel...Dieter Verfaillie2011-09-073-7/+34
* Windows port: g-ir-scanner: Accept -m flagsDieter Verfaillie2011-09-071-0/+12
* Windows port: disable barapp test program on WindowsDieter Verfaillie2011-09-071-0/+2
* Windows port: set CAIRO_LIBS in LIBADD, not LDFLAGSDieter Verfaillie2011-09-071-1/+2
* Windows port: Export all symbols on Windows.Dieter Verfaillie2011-09-071-1/+4
* Windows port: the tmpfile is going to be an exe...Dieter Verfaillie2011-09-071-1/+7
* Windows port: dont't build gi-dump-types...Dieter Verfaillie2011-09-071-0/+2
* Windows port: Do not append '/usr/share' to _xdg_data_dirs...Dieter Verfaillie2011-09-071-2/+6
* Windows port: compute GOBJECT_INTROSPECTION_LIBDIR at runtime.Dieter Verfaillie2011-09-071-0/+33
* Windows port: cmph_time.h includes sys/resource.h which is not available on W...Dieter Verfaillie2011-09-071-5/+3
* Windows port: Work arount MSYS weirdness where it changes --libtool= command ...Dieter Verfaillie2011-09-071-2/+6
* Windows port: Simplify _giscanner's .pyd file extension handling.Dieter Verfaillie2011-09-071-14/+2
* Windows port: set CAIRO_SHARED_LIBRARY in configure.acDieter Verfaillie2011-09-071-0/+6
* Windows port: check for OS_WIN32 in configure.acDieter Verfaillie2011-09-071-3/+1
* Windows port: Use an improved python.m4Dieter Verfaillie2011-09-073-12/+34
* common.mk: Drop incorrect $(EXEEXT) extension on scriptsColin Walters2011-09-031-2/+2
* Let the user override the default compiler with the CC env variableAndoni Morales Alastruey2011-09-031-1/+1
* Fix compilation with mingwAndoni Morales Alastruey2011-09-032-1/+11
* windows: Use the real python version instead of an hardcoded oneAndoni Morales Alastruey2011-09-031-1/+2
* windows: Fix extension of g-ir-compiler to include EXEAndoni Morales Alastruey2011-09-031-1/+1
* gi-dump-types: New uninstalled debugging programColin Walters2011-09-033-0/+42
* girffi: Remove unnecessary sys/mman.h includeColin Walters2011-09-031-2/+2
* regress: Fix wrong type of variable in regression testVincent Untz2011-09-021-1/+1
* Regenerated GLib annotation cachePavel Holejsovsky2011-08-313-167/+491
* Install docbookdescription.pyColin Walters2011-08-301-0/+1
* configure: Post-release version bumpColin Walters2011-08-291-1/+1
* gimarshallingtests.h: Remove unimplemented functionsGOBJECT_INTROSPECTION_1_29_17Colin Walters2011-08-291-4/+0
* build: Update prepare-minor-release to use xz compressionColin Walters2011-08-291-1/+1
* scanner: Don't try to copy c:type if we're parsing (element-type)Colin Walters2011-08-294-57/+62
* scanner: Remove some dead debugging codeColin Walters2011-08-291-3/+0
* Fix warning for missing (element-type)Colin Walters2011-08-294-2/+15
* Add make-check-passed to gitignoreJohan Dahlin2011-08-291-0/+1
* Use INTROSPECTION_SCANNER_ENV in Makefile.introspectionJohan Dahlin2011-08-291-1/+3
* Add a make-check check to pre-commit hookJohan Dahlin2011-08-292-0/+17
* Avoid most of the special-casing of GObject.Object in the scannerPavel Holejsovsky2011-08-281-48/+14