summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [tests] Add callback scope testsJohan Dahlin2010-09-024-2/+20
* [tests] Rework tester to be executed once per testJohan Dahlin2010-09-022-26/+34
* [tests] Add test infrastructure for warningsJohan Dahlin2010-09-027-1/+129
* [scanner] Improve an error message, include linenoJohan Dahlin2010-09-021-1/+1
* [message] exit after calling message.fatal()Johan Dahlin2010-09-021-1/+1
* scanner: Associate constructors with correct classColin Walters2010-09-024-4/+6
* scanner: Add --include-uninstalledColin Walters2010-09-023-8/+31
* [scannermain] Create a new option parserJohan Dahlin2010-09-021-2/+3
* [message] Add an output parameterJohan Dahlin2010-09-021-7/+10
* [scanner] Remove old logging functionsJohan Dahlin2010-09-022-89/+4
* [scanner] Move over remaining callsites to messageJohan Dahlin2010-09-025-43/+55
* [scanner] Simplify strip_identifer/strip_symbolJohan Dahlin2010-09-023-51/+93
* [scanner] add a message moduleJohan Dahlin2010-09-023-2/+159
* scanner: Don't throw an exception on unresolved typesColin Walters2010-09-021-4/+1
* [scanner] Allow nameless parameters for vfuncsJohan Dahlin2010-09-025-2/+65
* [scanner] Move namespace out of TransformerJohan Dahlin2010-09-022-11/+8
* [transformer] Don't pass around source scannerJohan Dahlin2010-09-023-9/+3
* [annotationparser] Send in comments directlyJohan Dahlin2010-09-022-6/+5
* [scanner] Create the cachestore in the transformerJohan Dahlin2010-09-022-6/+4
* [scanner] Remove support for xpath assertionsJohan Dahlin2010-09-016-115/+0
* [scannermain] Hide a couple of private optionsJohan Dahlin2010-09-011-12/+14
* [scannermain] Use _error() consistentlyJohan Dahlin2010-09-011-6/+5
* [scannermain] Simplify writing of output dataJohan Dahlin2010-09-011-15/+24
* [scannermain] Use return instead of sys.exit()Johan Dahlin2010-09-011-7/+8
* [scannermain] Use shutil.move instead of os.renameJohan Dahlin2010-09-011-2/+10
* [scannermain] Write to tempdir if neededJohan Dahlin2010-09-011-0/+2
* [scannermain] Add - as an alias for stdoutJohan Dahlin2010-09-011-1/+1
* [scannermain] Sort imports alphabeticallyJohan Dahlin2010-09-011-6/+6
* scanner: Also look for enums and bitfields with GType namesColin Walters2010-09-011-1/+3
* scanner: Better handling of GType namesColin Walters2010-09-014-13/+53
* girepository: Fix compatibility typedefsColin Walters2010-09-011-4/+5
* scanner: Skipped nodes aren't introspectable eitherColin Walters2010-09-011-1/+1
* tests: Move FooSkippable to public headers to test comments in headersColin Walters2010-09-012-10/+8
* scanner: Don't parse constructors on non-registered, warn for return valuesColin Walters2010-09-014-28/+78
* scanner: Cosmetic cleanup to namespace parsing functionsColin Walters2010-09-011-5/+9
* scanner: Refactor name parsingColin Walters2010-09-012-26/+35
* scanner: Add --accept-unprefixedColin Walters2010-09-017-3/+90
* scanner: Avoid infinite loop in constructor checkColin Walters2010-08-311-1/+1
* [GIRepository] Add missing transfer and skipJohan Dahlin2010-08-315-9/+9
* [GIRepository] Rename GTypelib to GITypelibJohan Dahlin2010-08-3116-129/+130
* [GIRepository] Rename GArgument to GIArgumentJohan Dahlin2010-08-3110-26/+31
* [girepository] Add a couple of missing transferJohan Dahlin2010-08-311-7/+16
* configure: Bump version to 0.9.5Colin Walters2010-08-311-1/+1
* makefile: Fix name of maintransformerColin Walters2010-08-311-1/+1
* scanner: Filter interface prerequisites and class implements for unknown typesColin Walters2010-08-313-13/+29
* scanner: Add a hack for AtkAttributeSetColin Walters2010-08-311-0/+9
* scanner: Better handling of empty namespace prefix for XColin Walters2010-08-3115-34/+79
* scanner: Avoid internal invalid Type instances from parentsColin Walters2010-08-312-10/+11
* major: Fix parent for GInitiallyUnownedColin Walters2010-08-311-1/+1
* gimarshallingtests: Fix (inout) test cases, drop unsupported APIColin Walters2010-08-312-378/+138