summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: add implementation of an interfaceLionel Landwerlin2014-04-112-0/+66
* doctool: update testsGiovanni Campagna2014-03-05107-150/+304
* tests: Fix function pointer prototype in regress.hSimon Feltman2014-03-031-1/+1
* tests: Add missing regress documentation test pageSimon Feltman2014-03-021-0/+14
* g-ir-compiler: Add support for callback fields on GObjectsSimon Feltman2014-02-276-0/+88
* doctool: update testsGiovanni Campagna2014-02-26177-314/+1593
* maintransformer: don't pair methods if the symbol prefix does not match with ...Giovanni Campagna2014-02-263-0/+42
* scanner: support virtual functions with a typedef-ed callbackGiovanni Campagna2014-02-2013-0/+364
* doctool/Gjs: some more fixes for structs and unionsGiovanni Campagna2014-02-2020-328/+4
* doctool: update reference testsGiovanni Campagna2014-02-201687-20049/+15904
* 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