summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* scanner: Use tag namespace for parsing unionsSimon Feltman2014-01-041-74/+30
* scanner: Add simplified parsing for nested structsSimon Feltman2014-01-041-4/+7
* scanner: Fix parsing for various typedef struct orderingsSimon Feltman2014-01-044-14/+106
* tests: Remove debug echo from gi-testerSimon Feltman2014-01-041-1/+1
* tests: Update GI to use parallel test harnessSimon Feltman2014-01-045-8/+7
* Update glib annotations from git masterRico Tzschichholz2014-01-042-2/+43
* tests: Add transformer tests for callback typedefsSimon Feltman2014-01-021-0/+16
* tests: Add nested union unittestsSimon Feltman2014-01-021-0/+85
* tests: Add nested struct tests for transformerSimon Feltman2014-01-021-0/+107
* tests: Add transformer typedef struct testsSimon Feltman2014-01-022-1/+243
* scanner: Fix get_symbols/comments to maintain the scanner listsSimon Feltman2014-01-024-3/+64
* tests: Add tests for various struct typedef combinationsSimon Feltman2014-01-024-0/+258
* tests: Use Automake test harness for tests/offsetsSimon Feltman2014-01-021-10/+13
* tests: Update Python stanza to change directories before running testsSimon Feltman2014-01-021-3/+5
* typelib compiler: properly initialise memoryRyan Lortie2013-12-302-1/+4
* tests: Use Python unittest module parameterization for annotationparserSimon Feltman2013-12-295-63/+84
* tests: Refactor test_parser and test_patterns to use unittest.TestSuiteSimon Feltman2013-12-292-50/+119
* tests: Use Automake test harness instead of gtesterSimon Feltman2013-12-293-6/+12
* tests: Use Automake test harness for warning testsSimon Feltman2013-12-292-13/+4
* tests: Use EXTRA_LTLIBRARIES instead of check_LTLIBRARIESSimon Feltman2013-12-293-6/+13
* tests: Use Automake test harness for scanner diff testsSimon Feltman2013-12-294-21/+72
* Honour CPPFLAGS as we do CFLAGSRyan Lortie2013-12-212-0/+7
* Update glib annotations to 2.39.2Rico Tzschichholz2013-12-172-15/+29
* scannerlexer: Fix bad unrefJasper St. Pierre2013-12-171-1/+2
* Update glib annotations from git masterMartin Pitt2013-12-112-6/+11
* dumper: use 'cc' as the default C compilerRyan Lortie2013-12-081-1/+1
* scanner: make sure we pass CFLAGS to cppRyan Lortie2013-12-081-0/+1
* Update glib annotations from git masterRico Tzschichholz2013-12-083-27/+78
* Post-release version bump to match glibRico Tzschichholz2013-12-081-1/+1
* scanner: Support boolean constantsFlorian Müllner2013-11-2910-6/+49
* Update glib annotations from git masterRico Tzschichholz2013-11-264-66/+195
* scanner: Use PATH_MAX, not hardcoded 1024 for realpath()1.39.0Colin Walters2013-11-161-1/+15
* giscanner: Handle the case when there's a space between -I cpp flag and the pathCarlos Garcia Campos2013-11-161-0/+3
* giscanner: Make sure we use real paths in more placesCarlos Garcia Campos2013-11-154-7/+20
* giscanner: Make sure that the current path set from linemarks is also a real ...Carlos Garcia Campos2013-11-151-1/+55
* Update glib annotations from git masterJasper St. Pierre2013-11-071-3/+19
* Update glib annotations from git masterRico Tzschichholz2013-11-072-6/+68
* girnode: Fix a NULL pointer deference if a namespace can’t be foundPhilip Withnall2013-11-061-0/+5
* scanner: Don't barf on anonymous unionsColin Walters2013-10-309-0/+183
* Update glib annotations from git masterRico Tzschichholz2013-10-292-98/+527
* giscanner: Test fixups for field annotations and documentationStef Walter2013-10-284-7/+63
* giscanner: Include field documentationStef Walter2013-10-282-1/+4
* giscanner: Correctly consume field annotations on structsStef Walter2013-10-286-18/+106
* GIVFuncInfo: allow retrieving the address of an interface vfuncGiovanni Campagna2013-10-221-5/+31
* Update glib annotations from git masterJasper St. Pierre2013-10-212-20/+1269
* sourcescanner: Removed unused struct_or_union_or_enum_table fieldStef Walter2013-10-212-13/+0
* giscanner: Respect __GI_SCANNER__ when scanning for macrosStef Walter2013-10-216-3/+213
* giscanner: remove g_realpathDieter Verfaillie2013-10-176-84/+11
* giscanner: speed up SourceScanner().parse_files()Dieter Verfaillie2013-10-175-102/+96
* giscanner: restore linemark filename unescapingDieter Verfaillie2013-10-171-15/+14