summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* Add proper unicode support to the source scannerJohan Dahlin2010-12-023-8/+38
* Support hexadecimal escapes in constantsColin Walters2010-12-021-2/+81
* scanner: Only mark structures and unions as out-caller-allocatesColin Walters2010-11-191-1/+4
* scanner: Fall back to default uscoring for method pairing if possibleColin Walters2010-11-161-6/+16
* Fix line too longColin Walters2010-11-161-1/+2
* scanner: use c-symbol-prefix for method pairing where possibleJonathan Matthew2010-11-161-1/+4
* scanner: don't show 'warnings suppressed' if --warn-all in useJonathan Matthew2010-11-161-1/+1
* Add support for gunichar in typelibColin Walters2010-11-121-4/+0
* dumper: Differentiate between "external" and "internal" linkingColin Walters2010-11-112-12/+37
* Switch to nonrecursive make for core (i.e. not tests/)Colin Walters2010-11-094-93/+21
* libtoolimporter: Don't assume we have a multi-component importColin Walters2010-11-091-2/+6
* Handle enumerations with the full range of signed and unsigned valuesOwen W. Taylor2010-11-014-12/+31
* scanner: Print out a message if warnings were offColin Walters2010-10-252-6/+10
* Fix previous commitColin Walters2010-10-221-1/+1
* Handle CC="ccache gcc" for linker command tooColin Walters2010-10-221-1/+2
* scanner: Support GStrv as signal parametersColin Walters2010-10-211-0/+5
* scanner: Don't process pkg-config libs twiceColin Walters2010-10-192-13/+3
* Accept trailing whitespace at the start of a comment blockColin Walters2010-10-191-5/+3
* scanner: Don't leave temporary directory around if we failColin Walters2010-10-072-17/+30
* Revert "Apply `(type bitfield)' annotations for enums"Johan Dahlin2010-10-061-9/+2
* Revert "block can be None, fixup last commit"Johan Dahlin2010-10-061-4/+3
* chose extension basing on OSAlexey Zakhlestin2010-10-061-2/+11
* block can be None, fixup last commitJohan Dahlin2010-10-051-3/+4
* Apply `(type bitfield)' annotations for enumsAndreas Rottmann2010-10-051-2/+9
* Silently skip #pragma directives when scanning sources.Pavel Holejsovsky2010-10-031-0/+1
* Honor -L commandline option.Pavel Holejsovsky2010-10-031-0/+3
* Add -export-dynamic when compiling with libtoolOwen W. Taylor2010-09-301-0/+2
* scanner: Don't link to -lgirepository when dumpingGOBJECT_INTROSPECTION_0_9_9Colin Walters2010-09-301-38/+25
* scanner: Abort if we would be generating an empty namespaceColin Walters2010-09-291-0/+6
* scanner: Don't duplicate fatal message textColin Walters2010-09-291-1/+2
* annotationparser: Don't ignore annotations if there's a : in docsGOBJECT_INTROSPECTION_0_9_8Colin Walters2010-09-281-1/+5
* Fix --include-uninstalledColin Walters2010-09-281-3/+3
* scanner: fail if cpp failsVincent Untz2010-09-271-0/+5
* [scanner] Make sure private enums are filteredJohan Dahlin2010-09-262-2/+4
* Remove trailing whitespaceJohan Dahlin2010-09-262-34/+34
* [scanner] Mark enum members as private in transformerJohan Dahlin2010-09-262-9/+3
* [sourcescanner] Plug a couple of python leaksJohan Dahlin2010-09-261-4/+1
* [annotationparser] Extract (skip) for doc blocksJohan Dahlin2010-09-251-1/+8
* Setup message loggerJohan Dahlin2010-09-241-0/+3
* Print out line numbersJohan Dahlin2010-09-241-3/+7
* Use tag position if availableJohan Dahlin2010-09-241-0/+6
* [girparser] Callbacks and VFunctions can be shadowedJohan Dahlin2010-09-241-2/+3
* Add a script to extract gio annotationsJohan Dahlin2010-09-243-17/+17
* Add an annotation toolJohan Dahlin2010-09-243-0/+131
* [scannermain] Split scanner_main into smaller piecesJohan Dahlin2010-09-241-89/+115
* [annotationparser] Allow param less closuresJohan Dahlin2010-09-242-2/+6
* Add more array warnings + testsJohan Dahlin2010-09-242-6/+30
* [annotationparser] Validate the rest of the annotationsJohan Dahlin2010-09-241-19/+87
* [maintransformer] Add more warnings for element-typeJohan Dahlin2010-09-241-5/+28
* [maintransformer] Use constantsJohan Dahlin2010-09-241-3/+3