summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* scanner: Don't link to -lgirepository when dumpingGOBJECT_INTROSPECTION_0_9_9Colin Walters2010-09-303-40/+36
| | | | | | | | This helps us avoid a problematic case where in say jhbuild, using a system (/usr/lib) glib, adding in -l girepository-1.0 will inject -L /path/to/builddir, when we don't want that. https://bugzilla.gnome.org/show_bug.cgi?id=630342
* tests: Specify --libtoolColin Walters2010-09-301-0/+2
| | | | Should switch to Makefile.introspection in the future.
* glib-2.0.c: Fix invalid annotation syntaxColin Walters2010-09-291-4/+4
|
* scanner: Abort if we would be generating an empty namespaceColin Walters2010-09-292-0/+10
| | | | | | | | | Kind of silly we weren't doing this before; an empty namespace is always going to be unintentional. The "oops I forgot to include .h" files actually happened with Clutter, but it wasn't caught since the build didn't obviously fail.
* scanner: Don't duplicate fatal message textColin Walters2010-09-291-1/+2
|
* Fix testsColin Walters2010-09-292-2/+10
|
* Actually do something about fundamentals when parsing a .girTomeu Vizoso2010-09-291-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=630710
* configure: Post-release version bumpColin Walters2010-09-281-1/+1
|
* annotationparser: Don't ignore annotations if there's a : in docsGOBJECT_INTROSPECTION_0_9_8Colin Walters2010-09-283-1/+21
| | | | | | | | The annotation parser changed to be stricter about annotation content, but we introduced a regression where a : in the documentation would wrongly cause the annotation to be skipped. https://bugzilla.gnome.org/show_bug.cgi?id=630862
* Fix --include-uninstalledColin Walters2010-09-281-3/+3
| | | | | Somehow, this regressed; i have no idea how. We need to be comparing Include objects, not string versus Include.
* configure: post-release version bumpColin Walters2010-09-281-1/+1
|
* Modify Regress impl so that inout args ignore (transfer) for 'in' direction.GOBJECT_INTROSPECTION_0_9_7Pavel Holejsovsky2010-09-281-9/+9
| | | | | | ... because for 'in' arguments only (transfer none) is correct. https://bugzilla.gnome.org/show_bug.cgi?id=630788
* Remove Regress tests with input args with transfer full or container.Pavel Holejsovsky2010-09-283-260/+0
| | | | | | | Declaring input parameters with transfer other than none is discouraged, so don't do it in the testsuite. https://bugzilla.gnome.org/show_bug.cgi?id=630788
* regress: Remove busted testsColin Walters2010-09-273-64/+0
| | | | | We don't want people making functions which take ownership of arguments, so don't do it in the test suite.
* scanner: fail if cpp failsVincent Untz2010-09-271-0/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=630101
* [scanner] Make sure private enums are filteredJohan Dahlin2010-09-263-4/+6
| | | | This is a follow-up to 60a8c75 which wasn't properly fixed.
* Remove trailing whitespaceJohan Dahlin2010-09-262-34/+34
|
* [scanner] Mark enum members as private in transformerJohan Dahlin2010-09-262-9/+3
| | | | | | | Remove enum members which follows /* <private> */ comments inside the transformer instead of the sourcescanner itself. Fixes a crash when creating the gir for GstBase.
* [sourcescanner] Plug a couple of python leaksJohan Dahlin2010-09-261-4/+1
| | | | | There's no need to increase the reference count to items passed into PyList_SetItem, it already steals a reference.
* 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
| | | | Since the annotationparser may warn
* Print out line numbersJohan Dahlin2010-09-241-3/+7
| | | | | But disable the printing by default since it messes up the generated file. And fix a couple of typos
* 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
| | | | | | Imports gtk-doc comment from gio. In the future comments should go into the gio sources instead of here, wer're we will use the annotation-tool to update the extracted sources.
* 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
| | | | | Split it into pieces that will be reusable across different command line tools.
* [annotationparser] Allow param less closuresJohan Dahlin2010-09-245-3/+16
| | | | | Allow closures without annotations to avoid having to duplicate the parameter name.
* Add more array warnings + testsJohan Dahlin2010-09-244-6/+75
|
* [annotationparser] Validate the rest of the annotationsJohan Dahlin2010-09-245-31/+151
| | | | | All option annotations, which uses parenthesis are now properly validated for number of values they expect
* [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
| | | | | Refactor and improve the warning messages for the transfer warnings as well
* 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
|