summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* gi-tester: Port to PythonChristoph Reiter2018-07-224-63/+124
* Fix scanner tests for new functions added with !32Christoph Reiter2018-07-2213-0/+399
* meson: Add a "python" option to make the python to build against configurableChristoph Reiter2018-07-112-2/+2
* meson: skip test_transformer on Windows for nowChristoph Reiter2018-07-111-1/+5
* Avoid accidental library name matches when parsing ldd output.Tomasz Miąsko2018-07-113-0/+104
* meson: Run Python unit tests.Tomasz Miąsko2018-07-113-6/+14
* Convert _Bool to gboolean for backward compatibility.Tomasz Miąsko2018-06-231-13/+13
* Recognize additional basic types from ISO/IEC TS 18661-3:2015.Tomasz Miąsko2018-06-231-5/+32
* Merge branch 'meson-warn-tests' into 'master'Christoph Reiter2018-06-234-2/+48
|\
| * meson: Add the giscanner warning testsChristoph Reiter2018-06-214-2/+48
* | autotools: dist all meson filesChristoph Reiter2018-06-211-1/+2
|/
* gimarshallingtests: Add test readonly propertyPhilip Chimento2018-06-201-0/+11
* regress: Avoid double-promotion warningPhilip Chimento2018-06-201-1/+1
* regress: Add test with signal inout parameterPhilip Chimento2018-06-203-0/+69
* regress: Add test for interface signalPhilip Chimento2018-06-203-0/+52
* Preserve complete C type when applying array annotations.Tomasz Miąsko2018-06-202-7/+7
* Merge branch 'array-to-pointer-adjustment' into 'master'Christoph Reiter2018-06-181-1/+1
|\
| * Perform array to pointer adjustment in function parameters.Tomasz Miąsko2018-04-281-1/+1
* | Merge branch 'byte-array-default-element-type' into 'master'Philip Chimento2018-06-189-2/+92
|\ \ | |/ |/|
| * Add marshalling tests for ByteArray property.Tomasz Miąsko2018-04-152-0/+17
| * Add regression tests for default ByteArray element type.Tomasz Miąsko2018-04-157-2/+75
* | tests: expose variables in meson.buildMathieu Duponchelle2018-04-201-0/+18
|/
* tests: Fix declarationsPhilip Chimento2018-03-311-5/+6
* tests: Avoid global variable shadowing localPhilip Chimento2018-03-311-5/+5
* tests: Use g_error_new_literal() for literal stringPhilip Chimento2018-03-311-1/+1
* tests: Fix signed-ness of variablePhilip Chimento2018-03-311-1/+1
* tests: Fix const-ness warningsPhilip Chimento2018-03-314-116/+118
* scanner test: Cross-platform identifier filterPhilip Chimento2018-03-271-6/+12
* tests: Ignore platform-dependent field in test resultsPhilip Chimento2018-03-271-2/+7
* 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