summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add uid_t, gid_t, dev_t to integral type conversionsColin Walters2010-05-191-3/+19
* Fix parameter ordering in error messageOwen W. Taylor2010-05-071-1/+1
* Validate parameter referencesOwen W. Taylor2010-05-071-3/+20
* Validate scope annotation valuesOwen W. Taylor2010-05-072-0/+14
* Use -1 not None for closure/destroy indicesOwen W. Taylor2010-05-071-2/+2
* Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso2010-05-045-8/+44
* Revert "Add support for GArrays: add g_type_info_get_array_type() and properl...Tomeu Vizoso2010-05-031-6/+0
* Add support for GArrays: add g_type_info_get_array_type() and properly scan G...Tomeu Vizoso2010-04-301-0/+6
* [annotationparser] Disable warningJohan Dahlin2010-04-281-2/+3
* Warn about annotations for unknown argsTomeu Vizoso2010-04-281-0/+14
* If needed, convert from camelcase to underscores when stripping the prefix of...Tomeu Vizoso2010-04-141-1/+1
* Small fix to handle @attributes: .... (.....) as a parameter to a functionAlan Knowles2010-03-151-1/+2
* [giscanner] Catch CalledProcessError and OSErrorJohan Dahlin2010-02-171-1/+1
* [scanner] Catch OSError too when checking for libtoolColin Walters2010-02-171-1/+1
* Fix glib:error-quark scanning for unregistered enum typesOwen W. Taylor2010-02-123-9/+43
* Assume allow-none for GCancellableColin Walters2010-02-111-2/+4
* Conform last patch with pep8Colin Walters2010-02-111-1/+2
* [scanner] Print error instead of throwing for unknown includeColin Walters2010-02-112-3/+8
* scanner: Always explicitely set the scope of callbacksJohan Bilien2010-01-142-1/+5
* Don't remove .c file for dumper binaryOwen W. Taylor2010-01-121-2/+0
* Remove tabs, fixes make checkJohan Dahlin2010-01-081-4/+4
* Add an --add-init-section argumentDamien Lespiau2010-01-052-5/+15
* __extension__ can be put in front of expressionsDamien Lespiau2009-12-311-0/+1
* Fix typo in the help string of the --no-libtool argumentDamien Lespiau2009-12-311-1/+1
* Include Python.h earlierJohan Dahlin2009-12-311-1/+1
* [scanner] Fix various hardcoded type name checksDan Winship2009-12-093-12/+16
* [scanner] "GError *" is not the same as "GError **"Dan Winship2009-12-091-3/+3
* Fix an annotationparser bug for empty tagsJohan Dahlin2009-12-091-0/+2
* Wrap line in 80 charactersJohan Dahlin2009-12-081-2/+3
* [transformer] Look up callback types in the full name set, not just typedefsColin Walters2009-12-081-2/+4
* scanner: more verbose parser error messagesStefan Kost2009-12-052-3/+10
* scanner: fix wrong linenumbers in parser errorsStefan Kost2009-12-051-0/+3
* annotationparser: include symbol name in warningStefan Kost2009-12-041-2/+2
* scanner: don't warn about unexpected characters when the char is \0Stefan Kost2009-12-041-1/+1
* Check for AsyncReadyCallback / DestroyNotifyJohan Dahlin2009-12-031-2/+3
* [dumper] Fix threads initializationColin Walters2009-12-021-1/+1
* Ignore errors caused by permissions in $HOMEJosselin Mouette2009-12-021-1/+4
* Better scope in GAsyncReadyCallback/GDestroyNotifyJohan Dahlin2009-12-021-1/+18
* InitiallyUnownedClass should contain all the fields as ObjectClass if we want...Tomeu Vizoso2009-11-301-0/+2