summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a position to doc optionsJohan Dahlin2010-09-241-2/+8
* [annotation] Add constants for out optionsJohan Dahlin2010-09-242-2/+7
* [maintransformer] Use AssertionErrorJohan Dahlin2010-09-241-5/+2
* Add scope annotation value warningsJohan Dahlin2010-09-232-27/+42
* Make the invalid annotation warning a bit prettierJohan Dahlin2010-09-231-1/+1
* Validate transfer annnotationsJohan Dahlin2010-09-232-2/+26
* Paper-bag fix, add an OPT_TRANSFER importJohan Dahlin2010-09-231-1/+1
* Remove TAG_TRANSFERJohan Dahlin2010-09-231-1/+0
* Replace TAG_TRANSFER with OPT_TRANSFERJohan Dahlin2010-09-231-3/+3
* [annotationparser] Make it a bit stricterJohan Dahlin2010-09-231-1/+12
* [scanner] Warn for invalid scanner annotationsJohan Dahlin2010-09-232-16/+79
* Revert "[transformer] Ignore hidden symbols"Johan Dahlin2010-09-211-2/+3
* [transformer] Ignore hidden symbolsJohan Dahlin2010-09-201-3/+2
* [IntrospectablePass] Suppress callback/vfunction warningsJohan Dahlin2010-09-201-0/+5
* [Message] Implement Position.__repr__Johan Dahlin2010-09-201-0/+6
* [maintransformer] Improve type resolution warningsJohan Dahlin2010-09-201-13/+36
* [IntrospectablePass] Improve error messageJohan Dahlin2010-09-201-2/+6
* Pass in blocks to IntrospectablePassJohan Dahlin2010-09-202-2/+3
* [message] Add apositions argument to a few functionsJohan Dahlin2010-09-201-6/+8
* [scanner] Support private/public directivesJohan Dahlin2010-09-209-5/+46
* [scanner] Add a Position classJohan Dahlin2010-09-205-63/+72
* [scanner] Only store types in cache storeJohan Dahlin2010-09-203-19/+45
* Remove leftover, type is set aboveJohan Dahlin2010-09-201-1/+0
* [maintransformer] Make warning more robustJohan Dahlin2010-09-201-2/+2
* [message] Set file_positions to an empty listJohan Dahlin2010-09-201-1/+1
* Include proper line number for scope warningJohan Dahlin2010-09-191-3/+4
* [sourcescanner] Rewrite linemarks parserJohan Dahlin2010-09-192-50/+25