summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* [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
* Use all libraries specified on the command lineColin Walters2009-08-051-6/+5
* Merge commit 'origin'Johan Dahlin2009-07-061-6/+17
|\
| * Allow annotations on fieldsAndreas Rottmann2009-07-031-5/+15
| * Bug 579008 - Don't override element-type for arraysColin Walters2009-06-231-1/+2
* | Omit warnings, my console is not a todo listJohan Dahlin2009-07-061-3/+3
|/
* Bug 584423 – Add short/ushort supportMark Lee2009-06-222-15/+19
* Bug 581685: Parse parameterized types (using <>) in annotations.C. Scott Ananian2009-06-122-15/+50
* Make g-ir-compiler find files installed by make installHolger Hans Peter Freyther2009-06-112-2/+5
* Don't fail if no --output option is specifiedColin Walters2009-06-111-1/+2
* Bug 584453 - Handle char ** correctly (and const variation)Colin Walters2009-06-092-6/+5
* Better handle classes with non-standard to_underscore names.C. Scott Ananian2009-05-201-2/+27
* Allow the use of the "Rename To" annotation for literal method renaming.C. Scott Ananian2009-05-121-2/+15
* Avoid writing out empty array if we have no _get_type functionsColin Walters2009-04-031-12/+12
* Bug 574284 - Add support for a 'closure' and 'destroy' annotationsAndreas Rottmann2009-03-232-1/+36