summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* giscanner: Use absolute_import for all Python filesSimon Feltman2015-09-295-1/+8
* tests: Add expected files for previous commitColin Walters2015-09-283-0/+94
* scanner: GVariants are also valid to be floatingColin Walters2015-09-284-0/+21
* scanner: Tweak "invalid transfer" warning to show type tooColin Walters2015-09-271-6/+6
* scanner: Warn and ignore on incorrect transfer annotationsColin Walters2015-09-273-6/+30
* Revert "scanner: Warn and ignore on incorrect transfer annotations"Michael Catanzaro2015-09-273-30/+6
* scanner: Warn and ignore on incorrect transfer annotationsGarrett Regier2015-09-263-6/+30
* regress: Add a test for (nullable)Colin Walters2015-09-037-0/+138