summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make (skip) annotation work everywhereDan Winship2009-11-231-0/+8
* Fix enum prefix stripping to work only up to word boundariesDan Winship2009-11-231-9/+7
* Don't put the callback element inside the field if it's not a glib structTomeu Vizoso2009-11-111-3/+9
* Implement callbacks as part of struct fields. Fixes #557383Tomeu Vizoso2009-11-111-1/+4
* When doing type resolution on a string, treat it as its own ctypeColin Walters2009-10-221-1/+1
* Fix make check after 0d9cfb004d528Tomeu Vizoso2009-10-221-2/+2
* Use best known derived parentColin Walters2009-10-211-2/+16
* Explicitly sort object interfaces, properties, and signalsColin Walters2009-10-071-1/+3
* Consistently resolve symbolic linksAdam Sampson2009-09-281-1/+2
* Make g-ir-scanner 64-bit enable. Closes #593639Halton Huo2009-09-071-0/+9
* Use CC rather than LD to fix build issue for gir. Closes #593599.Halton Huo2009-08-311-1/+1
* Bug 574351 - Add --pkg-export optionGOBJECT_INTROSPECTION_0_6_4Colin Walters2009-08-241-1/+8
* Bug 556628 – (skip) annotationDan Winship2009-08-243-1/+10
* Bug 590883 - Use 'cc' instead of 'gcc' for preprocessingColin Walters2009-08-241-1/+1
* LD_LIBRARY_PATH exorcismColin Walters2009-08-241-14/+0
* Bug 592055 - Build/test fixesColin Walters2009-08-174-6/+4
* Support passing --library=lib<foo>.laOwen W. Taylor2009-08-173-17/+72
* Resolve library names to shared libraries ourselvesOwen W. Taylor2009-08-176-32/+107
* Protect against source_filename being None when analyzing constantsColin Walters2009-08-161-1/+1
* Use current working directory for temporary executablesColin Walters2009-08-161-1/+3
* Back out the previous change. Now go back to hardcoding compiler to gcc.Brian Cameron2009-08-051-1/+1
* Check the CC environment variable instead of assuming to use the gcc compiler.Brian Cameron2009-08-051-1/+1