summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* scanner: avoid crash when annotation explicitly changes 'self' argumentPavel Holejsovsky2010-12-213-0/+15
* make check pass for recent commitsColin Walters2010-12-171-4/+4
* scanner: support typedefs for container typesJonathan Matthew2010-12-163-0/+67
* giscanner: don't ignore signal parameter names from annotations.Pavel Holejsovsky2010-12-151-3/+3
* Fix thinko in regress suite.Pavel Holejsovsky2010-12-081-1/+1
* Support glib-mkenums comment /*< flags >*/Andreas Rottmann2010-12-072-0/+10
* Support hexadecimal escapes in constantsColin Walters2010-12-022-0/+5
* scanner: Only mark structures and unions as out-caller-allocatesColin Walters2010-11-193-0/+28
* Fix tests to look in correct directory for typelibsColin Walters2010-11-165-14/+4
* tests: Print an error messageColin Walters2010-11-161-2/+2
* scanner: use c-symbol-prefix for method pairing where possibleJonathan Matthew2010-11-161-31/+23
* Add support for gunichar in typelibColin Walters2010-11-123-0/+16
* Add g_object_info_find_signalColin Walters2010-11-121-0/+7
* build: Fix scanner/compiler to look in $(top_builddir) nowColin Walters2010-11-111-2/+2
* Switch to nonrecursive make for core (i.e. not tests/)Colin Walters2010-11-095-8/+12
* Handle enumerations with the full range of signed and unsigned valuesOwen W. Taylor2010-11-013-2/+64
* scanner: Support GStrv as signal parametersColin Walters2010-10-212-0/+34
* Accept trailing whitespace at the start of a comment blockColin Walters2010-10-193-0/+21
* 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