summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* [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
* [glibtransformer] not not x -> bool(x)Johan Dahlin2010-06-121-1/+1
* [cachestore] Add versioningJohan Dahlin2010-06-101-1/+50
* Allow for methods in GLibTomeu Vizoso2010-06-091-3/+0
* Support the (transfer) annotation for properties.Tomeu Vizoso2010-06-083-5/+17
* [shlib] Use ldd on all non-Darwin platformsJohan Dahlin2010-06-061-4/+1
* [shlibs] Make pep8.py happyJohan Dahlin2010-06-051-1/+1
* [scanner] Barf if running on unsupported platformJohan Dahlin2010-06-041-3/+7
* use "otool -L" instead of "ldd" on DarwinAlexey Zakhlestin2010-06-041-1/+5
* Fix marshalling of GStrv.GOBJECT_INTROSPECTION_0_6_13Tomeu Vizoso2010-06-022-2/+9
* [giscanner] Parse multiline gtk-doc commentsJohan Dahlin2010-05-311-2/+10
* [build] Remove gcov supportJohan Dahlin2010-05-281-4/+0
* Add type annotation for propertiesJohan Dahlin2010-05-271-0/+4
* [scanner] Element-type annotation for GArray typesJohan Dahlin2010-05-271-4/+13
* [annotationparser] Avoid a couple of \Johan Dahlin2010-05-271-3/+3
* Support (out caller-allocates)Colin Walters2010-05-263-2/+25
* [scanner] Support unsigned long/short intAlan Knowles2010-05-251-0/+2
* [sourcescanner] Support for line numbers on SymbolAlan Knowles2010-05-254-54/+64
* Add support for the 'foreign' annotation to g-i-scannerGOBJECT_INTROSPECTION_0_6_12Tomeu Vizoso2010-05-233-0/+10
* Take into account the underscore after the type name when checking if a funct...Tomeu Vizoso2010-05-191-1/+1