summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* gi-tester: Don't use negative substring parametersDavide Bertola2014-02-131-1/+3
* Add test passing an owned boxed structure to a callbackMike Gorse2014-01-272-0/+30
* tests: Switch two more uses to LOG_COMPILER to fix parallel-testsColin Walters2014-01-252-3/+2
* regress: Fix regress_test_torture_signature_2() to actually call the callbackMartin Pitt2014-01-141-0/+1
* scanner: Replace GInitiallyUnowned field sharing with generic solutionSimon Feltman2014-01-041-4/+4
* scanner: Fix parsing for various typedef struct orderingsSimon Feltman2014-01-042-4/+0
* tests: Remove debug echo from gi-testerSimon Feltman2014-01-041-1/+1
* tests: Update GI to use parallel test harnessSimon Feltman2014-01-044-7/+6
* tests: Add transformer tests for callback typedefsSimon Feltman2014-01-021-0/+16
* tests: Add nested union unittestsSimon Feltman2014-01-021-0/+85
* tests: Add nested struct tests for transformerSimon Feltman2014-01-021-0/+107
* tests: Add transformer typedef struct testsSimon Feltman2014-01-022-1/+243
* scanner: Fix get_symbols/comments to maintain the scanner listsSimon Feltman2014-01-022-1/+46
* tests: Add tests for various struct typedef combinationsSimon Feltman2014-01-024-0/+258
* tests: Use Automake test harness for tests/offsetsSimon Feltman2014-01-021-10/+13
* tests: Update Python stanza to change directories before running testsSimon Feltman2014-01-021-3/+5
* tests: Use Python unittest module parameterization for annotationparserSimon Feltman2013-12-293-59/+83
* tests: Refactor test_parser and test_patterns to use unittest.TestSuiteSimon Feltman2013-12-292-50/+119
* tests: Use Automake test harness for warning testsSimon Feltman2013-12-292-13/+4
* tests: Use EXTRA_LTLIBRARIES instead of check_LTLIBRARIESSimon Feltman2013-12-293-6/+13
* tests: Use Automake test harness for scanner diff testsSimon Feltman2013-12-294-21/+72
* scanner: Support boolean constantsFlorian Müllner2013-11-292-0/+4
* scanner: Don't barf on anonymous unionsColin Walters2013-10-308-0/+182
* giscanner: Test fixups for field annotations and documentationStef Walter2013-10-283-0/+51
* giscanner: Include field documentationStef Walter2013-10-281-0/+3
* giscanner: Correctly consume field annotations on structsStef Walter2013-10-283-0/+54
* giscanner: Respect __GI_SCANNER__ when scanning for macrosStef Walter2013-10-212-0/+22
* tests: Fix memory leaks in transfer full/container inout testsSimon Feltman2013-10-101-0/+12
* tests: interesting annotationparser test caseDieter Verfaillie2013-10-091-0/+167
* tests: prevent warnings with some make implementationsDieter Verfaillie2013-10-091-8/+4
* giscanner: write '<varargs/>' instead of '<varargs></varargs>'Dieter Verfaillie2013-10-082-8/+4
* giscanner: fix c0e748e1cdf8cf0803266f94c3c5ad154df504a8Dieter Verfaillie2013-10-081-0/+2
* giscanner: complain about text before the ' * 'Dieter Verfaillie2013-10-082-11/+14
* giscanner: write virtual method instance parameter docs to .gir fileDieter Verfaillie2013-10-089-4/+133
* docs: document some annotationparser.py hacking hintsDieter Verfaillie2013-10-081-11/+11
* tests: sync with GTK-Doc test suite @ 1846fc7e904f6f56b74c366d205d6bb946eac17eDieter Verfaillie2013-10-084-9/+132
* giscanner: Fix GtkDocBlock.position...Dieter Verfaillie2013-10-084-8/+8
* giscanner: don't generate synthetic names for '...' parameterDieter Verfaillie2013-10-082-3/+3
* giscanner: refactor GTK-Doc comment block serializationDieter Verfaillie2013-10-0855-92/+2338
* giscanner: add missing testsDieter Verfaillie2013-10-0821-9/+2298
* giscanner: make some warnings errorsDieter Verfaillie2013-10-087-12/+12
* giscanner: honor line and paragraph breaks in description fieldsDieter Verfaillie2013-10-0824-33/+155
* giscanner: improve state trackingDieter Verfaillie2013-10-084-67/+10
* giscanner: store indentation before the '*' of each lineDieter Verfaillie2013-10-081-0/+19
* giscanner: fix description field storage in .gir filesDieter Verfaillie2013-10-082-7/+16
* giscanner: store code before and after comment blockDieter Verfaillie2013-10-083-60/+221
* giscanner: refactor annotation validationDieter Verfaillie2013-10-087-40/+68
* giscanner: give parameters their own storage classDieter Verfaillie2013-10-081-2/+2
* giscanner: deprecate GObject-Introspection GTK-Doc tagsDieter Verfaillie2013-10-0814-116/+954
* giscanner: flesh out annotation parsing and storageDieter Verfaillie2013-10-0813-189/+569