summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "Apply `(type bitfield)' annotations for enums"Johan Dahlin2010-10-062-13/+0
* Apply `(type bitfield)' annotations for enumsAndreas Rottmann2010-10-052-0/+13
* tests: Specify --libtoolColin Walters2010-09-301-0/+2
* scanner: Abort if we would be generating an empty namespaceColin Walters2010-09-291-0/+4
* Fix testsColin Walters2010-09-292-2/+10
* annotationparser: Don't ignore annotations if there's a : in docsGOBJECT_INTROSPECTION_0_9_8Colin Walters2010-09-282-0/+16
* Modify Regress impl so that inout args ignore (transfer) for 'in' direction.GOBJECT_INTROSPECTION_0_9_7Pavel Holejsovsky2010-09-281-9/+9
* Remove Regress tests with input args with transfer full or container.Pavel Holejsovsky2010-09-283-260/+0
* regress: Remove busted testsColin Walters2010-09-273-64/+0
* [scanner] Make sure private enums are filteredJohan Dahlin2010-09-261-2/+2
* [annotationparser] Allow param less closuresJohan Dahlin2010-09-243-1/+10
* Add more array warnings + testsJohan Dahlin2010-09-242-0/+45
* [annotationparser] Validate the rest of the annotationsJohan Dahlin2010-09-244-12/+64
* Fix a couple of broken annotationsJohan Dahlin2010-09-242-2/+2
* [warningtester] Prettify error outputJohan Dahlin2010-09-231-2/+6
* Add scope annotation value warningsJohan Dahlin2010-09-231-2/+22
* Make the invalid annotation warning a bit prettierJohan Dahlin2010-09-231-1/+1
* Validate transfer annnotationsJohan Dahlin2010-09-232-0/+13
* [annotationparser] Make it a bit stricterJohan Dahlin2010-09-231-1/+8
* [scanner] Warn for invalid scanner annotationsJohan Dahlin2010-09-234-7/+16
* tests: Look for uninstalled .girsColin Walters2010-09-222-1/+4
* [maintransformer] Improve type resolution warningsJohan Dahlin2010-09-201-1/+1
* [IntrospectablePass] Improve error messageJohan Dahlin2010-09-202-1/+9
* Pass in blocks to IntrospectablePassJohan Dahlin2010-09-201-1/+1
* [scanner] Support private/public directivesJohan Dahlin2010-09-202-0/+37
* Include proper line number for scope warningJohan Dahlin2010-09-191-1/+1
* Include proper filename and lineno in doc warningJohan Dahlin2010-09-191-3/+3
* Make Full the default transfer for returned foreign structs.Tomeu Vizoso2010-09-173-0/+15
* [maintransformer] Do not warn for vararg docsJohan Dahlin2010-09-161-0/+10
* Add a warning for unresolved typesJohan Dahlin2010-09-152-0/+12
* Add a parameter mismatch warningJohan Dahlin2010-09-143-0/+31
* [warningtester] Do not sort expected warningsJohan Dahlin2010-09-142-2/+2
* [warningtester] Invert expected/actualJohan Dahlin2010-09-141-1/+1
* scanner: Add c_type for callbacksColin Walters2010-09-142-0/+26
* tests: Don't build regress if we don't HAVE_CAIROColin Walters2010-09-141-1/+6
* scanner: Parse annotations for typedefsColin Walters2010-09-142-0/+23
* scanner: Handle G_TYPE_HASH_TABLEColin Walters2010-09-142-0/+36
* scanner: Consistently use ctype for documentation blocksColin Walters2010-09-131-1/+1
* scanner: Add a test for G_TYPE_ARRAY and (element-type uint)Colin Walters2010-09-132-0/+41
* [test] Fix a leftover renameJohan Dahlin2010-09-131-1/+1
* [test] Add typelib/girs to CLEANFILESJohan Dahlin2010-09-131-2/+7
* [test] Use INTROSPECTION_SCANNERJohan Dahlin2010-09-131-1/+1
* Do not use install-data-localJohan Dahlin2010-09-132-9/+10
* [tests] Add to EXTRA_DISTJohan Dahlin2010-09-131-1/+1
* [tests] Remove left over variableJohan Dahlin2010-09-131-1/+1
* build: Also use $DESTDIR for regress.[ch]Colin Walters2010-09-101-1/+1
* build: Use $DESTDIR in install-data-localColin Walters2010-09-091-1/+1
* scanner: Skip functions with leading '_'Colin Walters2010-09-091-0/+2
* scanner: Mark '_'-prefixed fields as introspectable=0Colin Walters2010-09-092-0/+18
* Foreign structs can have constructorsTomeu Vizoso2010-09-093-0/+13