summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* build: enable -Wredundant-declsChristoph Reiter2018-07-291-1/+0
* build: enable -Wcast-function-typeChristoph Reiter2018-07-292-3/+15
* build: enable -Wincompatible-pointer-typesChristoph Reiter2018-07-291-1/+1
* build: enable -Wdiscarded-qualifiersChristoph Reiter2018-07-291-1/+1
* autotools: start using AX_COMPILER_FLAGS, enable -Werror on CIChristoph Reiter2018-07-294-8/+15
* gimarshallingtests: Fix g_boxed_free usagePhilip Chimento2018-07-281-1/+5
* Factor out pkg-config functionality to a separate module.Tomasz Miąsko2018-07-283-0/+120
* gimarshallingtests: Don't leak properties in destructionSimon Feltman2018-07-271-9/+6
* regress: Don't leak in property setter and destructorSimon Feltman2018-07-271-0/+10
* regress: Use g_list_free_full and g_list_copy_deepSimon Feltman2018-07-271-9/+3
* tests: add .exe extension when calling the offset test binaryChristoph Reiter2018-07-271-1/+2
* xmlwriter: move collect_attributes() back to a Python implementationChristoph Reiter2018-07-271-2/+11
* tests: add some basic tests for collect_attributes() and build_xml_tag()Christoph Reiter2018-07-271-1/+57
* tests: run xmlwriter tests during make checkChristoph Reiter2018-07-273-1/+32
* Merge branch 'tests-transformer-win32' into 'master'Christoph Reiter2018-07-272-20/+29
|\
| * transformer: don't shell out for filter commands and make the tests work on W...Christoph Reiter2018-07-252-20/+29
* | tests: port offset tests to PythonChristoph Reiter2018-07-262-5/+52
|/
* tests: Fix function incompatibilityFlorian Müllner2018-07-231-3/+3
* ci: add a msvc jobChristoph Reiter2018-07-221-1/+5
* 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