summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [scanner] Make sure private enums are filteredJohan Dahlin2010-09-263-4/+6
* 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
* Do not use triple dashesJohan Dahlin2010-09-251-3/+3
* Fix memory leak.Pavel Holejsovsky2010-09-251-2/+8
* Re-generateJohan Dahlin2010-09-251-8/+8
* [annotationparser] Extract (skip) for doc blocksJohan Dahlin2010-09-251-1/+8
* Re-generate against HEAD of GioJohan Dahlin2010-09-241-149/+155
* 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
* Import GObject sourcesJohan Dahlin2010-09-241-5/+10418
* Add a script to import gobject annotationsJohan Dahlin2010-09-241-0/+9
* [gio] Improve source commentsJohan Dahlin2010-09-241-211/+29335
* Add a script to extract gio annotationsJohan Dahlin2010-09-244-17/+27
* Add an annotation toolJohan Dahlin2010-09-246-3/+184
* [scannermain] Split scanner_main into smaller piecesJohan Dahlin2010-09-241-89/+115
* [annotationparser] Allow param less closuresJohan Dahlin2010-09-245-3/+16
* Add more array warnings + testsJohan Dahlin2010-09-244-6/+75
* [annotationparser] Validate the rest of the annotationsJohan Dahlin2010-09-245-31/+151
* [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
* Fix a couple of broken annotationsJohan Dahlin2010-09-244-6/+6
* [warningtester] Prettify error outputJohan Dahlin2010-09-231-2/+6
* Add scope annotation value warningsJohan Dahlin2010-09-233-29/+64
* Make the invalid annotation warning a bit prettierJohan Dahlin2010-09-232-2/+2
* Validate transfer annnotationsJohan Dahlin2010-09-234-2/+39
* 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-232-2/+20
* [scanner] Warn for invalid scanner annotationsJohan Dahlin2010-09-236-23/+95
* configure: Explicitly require GLib 2.24Colin Walters2010-09-231-1/+1
* tests: Look for uninstalled .girsColin Walters2010-09-222-1/+4
* 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-202-14/+37
* [IntrospectablePass] Improve error messageJohan Dahlin2010-09-203-3/+15
* Pass in blocks to IntrospectablePassJohan Dahlin2010-09-203-3/+4
* [message] Add apositions argument to a few functionsJohan Dahlin2010-09-201-6/+8
* [scanner] Support private/public directivesJohan Dahlin2010-09-2011-5/+83
* [scanner] Add a Position classJohan Dahlin2010-09-205-63/+72
* [scanner] Only store types in cache storeJohan Dahlin2010-09-203-19/+45