summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* scanner: Better handling of GType namesColin Walters2010-09-014-13/+53
* scanner: Skipped nodes aren't introspectable eitherColin Walters2010-09-011-1/+1
* scanner: Don't parse constructors on non-registered, warn for return valuesColin Walters2010-09-012-14/+45
* 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-012-3/+13
* scanner: Avoid infinite loop in constructor checkColin 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-314-23/+46
* scanner: Avoid internal invalid Type instances from parentsColin Walters2010-08-311-2/+3
* major: Fix parent for GInitiallyUnownedColin Walters2010-08-311-1/+1
* Major rewriteColin Walters2010-08-3117-2951/+3305
* Use GLib types consistentlyColin Walters2010-08-316-149/+124
* Move alias target to <type>Colin Walters2010-08-312-3/+5
* Add ability to write unindented lines via xmlwriterZachary Goldberg2010-08-171-3/+20
* [scanner] Also parse C++ filesGustavo Noronha Silva2010-08-172-3/+8
* Fix giscanner crash with no cache directoryRobert Ancell2010-08-121-0/+3
* [dumper] Fix indentationJohan Dahlin2010-07-281-1/+1
* [giscanner] Make warnings less denseJohan Dahlin2010-07-281-4/+8
* Append -Wl,-rpath=. to the scanner compileRyan Lortie2010-07-271-0/+4
* [giscanner] Calrify missing element-type validationJohan Dahlin2010-07-221-5/+14
* [scanner] Make it compatible with python 2.yJohan Dahlin2010-07-222-2/+2
* warn for missing element-type on GSList params and return valuesJonathan Matthew2010-07-221-1/+2
* Don't include machine-dependent integral types in the typelibColin Walters2010-07-091-10/+6
* Fix up tests for last commitColin Walters2010-07-091-2/+2
* Correctly quote printed shell commandsJohan Dahlin2010-07-091-2/+4
* Print the command line instead of a python listJohan Dahlin2010-07-091-2/+2
* Add support for non-GObject fundamental objectsJohan Dahlin2010-07-094-0/+63
* Move doc to toplevel element, write <any> for unknown containersColin Walters2010-07-082-41/+29
* In verbose mode, print out the dump compilationColin Walters2010-07-072-0/+9
* Revert "fix bug#605156 by ordering libtool archives that may pull in system"Colin Walters2010-06-281-4/+6
* Remove trailing semicolonColin Walters2010-06-251-1/+1
* fix bug#605156 by ordering libtool archives that may pull in systemMichael Meeks2010-06-251-1/+4
* Initialize value memberColin Walters2010-06-251-0/+1
* Clean up annotation parsing, don't try to parse invalid annotationsColin Walters2010-06-251-62/+87
* Allow attributes on parameters and return valuesDavid Zeuthen2010-06-242-0/+8
* [glibtransformer] Fix typoJohan Dahlin2010-06-221-1/+1
* Walk GLibBoxedColin Walters2010-06-221-0/+5
* [annotationparser] Reuse method for determining array typeJohan Dahlin2010-06-221-3/+1
* Fix trailing whitespaceColin Walters2010-06-191-1/+1
* Better error message for incompatible versionsColin Walters2010-06-171-2/+18
* Support introspectable=no attribute, add warnings frameworkColin Walters2010-06-176-78/+269
* More explicitly document how we'll use the version= attribute on repositoryColin Walters2010-06-172-1/+11
* [cachestore] Properly clean the cacheg-i-0.6Johan Dahlin2010-06-171-1/+1
* Revert "Support introspectable=no attribute, add warnings framework"Johan Dahlin2010-06-176-268/+77
* Support introspectable=no attribute, add warnings frameworkColin Walters2010-06-166-77/+268
* Apply annotations from invoker to vfuncColin Walters2010-06-163-3/+8
* [glibtransformer] Refactor field adding to a separate methodJohan Dahlin2010-06-121-10/+13