summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Fix compatibility with Python 3.5Tomasz Miąsko2019-03-151-2/+2
* Drop autotools build systemChristoph Reiter2019-03-116-523/+0
* Revert "Restore original meaning of disguised attribute."Christoph Reiter2019-01-163-6/+12
* maintransformer: Don't warn on (optional) annotations on (inout)Guido Günther2019-01-131-5/+5
* autotools: don't pass all the libregress cflags to the scanner. Fixes #226Christoph Reiter2019-01-121-1/+4
* Restore original meaning of disguised attribute.Tomasz Miąsko2019-01-103-12/+6
* message: simplify handling of error levelsChristoph Reiter2019-01-103-10/+10
* maintransformer: parse deprecation annotations for section blocks. Fixes #213Christoph Reiter2019-01-093-1/+75
* tests: Add functions using flat struct arraysTomasz Miąsko2019-01-0825-0/+1091
* tests: add some tests for get_source_root_dirsChristoph Reiter2019-01-083-1/+33
* scanner: Flatten multi-dimensional arrays fieldsTomasz Miąsko2019-01-073-0/+68
* scanner: Remove incorrect c:type generated for array of synthesized unionsTomasz Miąsko2019-01-061-1/+1
* scanner: Remove incorrect c:type from fields with array typeTomasz Miąsko2019-01-062-14/+10
* meson: warn that not all tests will be run if building without cairo/doctoolChristoph Reiter2019-01-061-1/+1
* scanner: Merge specifiers and qualifiers when merging basic types.Tomasz Miąsko2019-01-051-1/+1
* scanner: Merge basic types in `specifier_qualifier_list` production.Tomasz Miąsko2019-01-058-185/+246
* autotools: dist test_docwriter.pyChristoph Reiter2019-01-041-1/+2
* meson: port doctool testsChristoph Reiter2019-01-031-0/+58
* tests: try building Bar-1.0 againChristoph Reiter2019-01-021-1/+36
* gimarshallingtests: Remove declarations of nonexistent functionsPhilip Chimento2019-01-011-8/+0
* meson: port more typelib testsChristoph Reiter2019-01-013-30/+138
* meson: make test_offsets.py work on WindowsChristoph Reiter2019-01-011-6/+7
* gitestoffsets: use g_fprintf and fix the format specifier for the struct offsetChristoph Reiter2019-01-011-19/+20
* tests: add the utility dep to the right targetChristoph Reiter2019-01-011-2/+2
* tests: revert building Bar-1.0.girChristoph Reiter2019-01-011-26/+1
* meson: port more gir testsChristoph Reiter2019-01-011-0/+92
* meson: fix missing regress dependency on the utility gir.Christoph Reiter2018-12-311-2/+3
* meson: build libregress with cairo supportChristoph Reiter2018-12-311-7/+25
* meson: port some .gir testsChristoph Reiter2018-12-311-0/+271
* customize_compiler: also replace the linker command if CC is setChristoph Reiter2018-12-301-0/+5
* tests: Use macros to print field offsetsTomasz Miąsko2018-12-291-60/+63
* tests: Drop separate functions for offsets testsTomasz Miąsko2018-12-291-56/+11
* tests: Use macro to determine alignmentTomasz Miąsko2018-12-291-49/+9
* ccompiler: don't use Python compiler flags. Fixes #150Christoph Reiter2018-12-291-2/+0
* Test commands executed by unix C compiler.Tomasz Miąsko2018-12-293-0/+217
* tests: Remove temporary files created when testing transformerTomasz Miąsko2018-12-221-4/+7
* scanner: make using bool without stdbool include work again. Fixes #247Christoph Reiter2018-12-211-0/+5
* tests: make scanner tests work with msvc + subprojectsChristoph Reiter2018-12-204-28/+44
* tests: Introspect list of fields in offsets testTomasz Miąsko2018-12-191-185/+31
* tests: Drop autogeneration of offsets testsTomasz Miąsko2018-12-194-264/+430
* build: extend PYTHONPATH instead of replacing it. Fixes #126Christoph Reiter2018-12-191-1/+2
* meson: add default compiler warning flags and enable -Werror on CIChristoph Reiter2018-12-182-3/+14
* meson: install everything.c/h like with autotoolsChristoph Reiter2018-12-171-2/+6
* meson: install various test sources to match what autotools doesChristoph Reiter2018-12-171-0/+8
* meson: build/install mdextensions.py; and add a simple testChristoph Reiter2018-12-172-0/+16
* autotools: dist newly added meson build filesChristoph Reiter2018-12-163-2/+5
* girepository: Add version macros and functions. Fixes #200Christoph Reiter2018-12-163-6/+6
* baseinfo: don't abort when calling g_base_info_get_name() on a GITypeInfo. Fi...Christoph Reiter2018-12-151-0/+25
* meson: Don't install test typelibsTomasz Miąsko2018-12-101-2/+0
* meson: Port offsets testsTomasz Miąsko2018-12-102-0/+80