summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Create a new symbol instead of changing its identifier in place.Tomasz Miąsko2018-02-131-0/+7
* Reuse const_table between calls to SourceScanner parse_files and parse_macros.Tomasz Miąsko2018-02-135-0/+48
* Fix parsing when type_specifier comes before type_qualifier.Tomasz Miąsko2018-02-092-2/+2
* Merge branch '120-subdir-objects' into 'master'Emmanuele Bassi2018-02-093-16/+16
|\
| * removing $(srcdir) because it is not replaced correctly and not necessaryKarl-Philipp Richter2018-02-083-16/+16
* | Preserve complete_ctype when using type from annotation.Tomasz Miąsko2018-02-092-3/+3
|/
* regress: Check that enum value assignments work for all membersEmmanuele Bassi2018-01-255-1/+16
* regress: Test for property and method with conflicting namesRico Tzschichholz2017-07-2114-2/+241
* Add a test for "(in) (transfer floating)" parameters beeing an alias for "(in...Christoph Reiter2017-05-176-5/+37
* Revert "removing $(srcdir) because it is not replaced correctly and not neces...Emmanuele Bassi2017-05-045-20/+20
* Revert "build: Use $(srcdir) when calling Python scripts"Emmanuele Bassi2017-05-043-3/+3
* build: Use $(srcdir) when calling Python scriptsEmmanuele Bassi2017-05-043-3/+3
* removing $(srcdir) because it is not replaced correctly and not necessaryKarl-Philipp Richter2017-05-045-20/+20
* regress: Add test for setting a NULL strv in a GValueSam Spilsbury2017-04-257-0/+121
* tests: Add marshalling tests for GValue-valued propertiesPhilip Chimento2017-04-032-0/+22
* gimarshallingtests: Add a flags and enum propertyChristoph Reiter2017-03-282-0/+32
* tests: Update "expected" for Regress-1.0.girRico Tzschichholz2017-03-201-1/+1
* typedefs: fix type information.Mathieu Duponchelle2017-03-141-2/+0
* tests: Update "expected" for hidden fundamental classRico Tzschichholz2017-01-1711-6/+108
* tests: Add a hidden fundamental classLionel Landwerlin2017-01-142-0/+41
* tests: Test hashtables with allocated valuesPhilip Chimento2016-11-022-0/+97
* tests: Remove unused variablePhilip Chimento2016-10-181-1/+0
* tests: Check against TRUE and FALSE for booleansPhilip Chimento2016-10-181-8/+8
* tests: const specifier for transfer-none out arrayPhilip Chimento2016-10-182-4/+4
* tests: Marshalling tests for new GJS functionalityPhilip Chimento2016-10-132-1/+157
* tests: add regression test for anonymous structScott D Phillips2016-05-0810-0/+226
* Replace GNU -B extension with a more portable -I equivalentJasper Lievisse Adriaanse2016-04-261-4/+4
* tests: drop an assumption that time_t is same as glongAdam Borowski2016-02-141-2/+0
* tests: Add regression test for signal w. array+lenPhilip Chimento2016-02-0810-5/+141
* tests: Add regression test for out array of structPhilip Chimento2016-02-077-0/+168
* tests: Add more regression tests for (not nullable)Philip Withnall2015-11-0610-0/+344
* tests: Usage a single allocation for test_ghash_gvalue_returnSimon Feltman2015-10-191-22/+26
* tests: Free input array in test_array_int_inout()Simon Feltman2015-10-191-0/+2
* tests: Free input string in regress_test_utf8_inout()Simon Feltman2015-10-191-0/+1
* tests: Unref async result after adding to idle callbackSimon Feltman2015-10-191-0/+1
* Add support for function typedefs without pointerBen Iofel2015-10-1910-0/+214
* maintransformer: Fix regression in callback closure assignmentColin Walters2015-10-102-27/+14
* build: Add test XML file to buildPhilip Withnall2015-10-051-0/+1
* giscanner: Mark gpointer nodes as nullable by defaultPhilip Withnall2015-10-044-16/+122
* giscanner: Mark (closure) parameters as (nullable) by conventionPhilip Withnall2015-10-042-20/+100
* scanner: Warn and ignore return annotations when there is no return valueGarrett Regier2015-10-042-0/+20
* scanner: Warn and ignore on incorrect optional/nullable/allow-none annotationsGarrett Regier2015-10-044-0/+47
* scanner: Fix allow-none on return valuesGarrett Regier2015-09-2910-1/+234
* tests: Fix python2/3 difference with respect to rawunicodeescapeColin Walters2015-09-291-1/+1
* tests/warn: Fix test for previous GVariant floating commitColin Walters2015-09-291-1/+1
* giscanner: Use builtins module in Python 3Simon Feltman2015-09-292-4/+12
* giscanner: Use unicode literals in all Python filesSimon Feltman2015-09-295-5/+23
* giscanner: Replace repr format usage with string formatterSimon Feltman2015-09-291-4/+4
* giscanner: Use print as a function for Python 3 compatibilitySimon Feltman2015-09-296-2/+9
* giscanner: Enable "true division" for all Python filesSimon Feltman2015-09-295-0/+5