summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test_scanner.py: Fix path tests on WindowsChun-wei Fan2020-01-161-2/+3
* Visual Studio builds: Use -utf-8 where availableChun-wei Fan2020-01-153-0/+14
* gitypelibtest: make tests fail if the library can't be foundChristoph Reiter2019-10-191-1/+3
* tests: Actually test libregress by specifying the LD_LIBRARY_PATHCorentin Noël2019-10-191-0/+4
* meson: change "doctool" from a boolean to a feature optionChristoph Reiter2019-09-301-1/+1
* meson: change "cairo" from a boolean to a feature optionChristoph Reiter2019-09-281-7/+7
* Support array arguments with static keywordEmmanuele Bassi2019-09-157-303/+455
* tests: Don't include "config.h" in installed filesPhilip Chimento2019-08-158-163/+181
* ccompiler: use the distutils linker in the dumperChristoph Reiter2019-08-081-0/+5
* regress: Add regression test for signal with GError paramPhilip Chimento2019-08-0113-283/+701
* transformer: only include function macros from headers. See #159Christoph Reiter2019-07-223-46/+0
* scanner: parse and expose function macrosMathieu Duponchelle2019-07-1944-5/+997
* gimarshallingtests: Add a marshalling test case for GPtrArrays and GArrays of...Stéphane Seng2019-07-142-0/+52
* girepository: Return pointer array for interface cachePhilip Chimento2019-06-201-0/+24
* gi-test: Fix gir file testsChun-wei Fan2019-05-021-1/+1
* build: Force-include msvc_recommended_pragmas.h on Visual StudioChun-wei Fan2019-04-302-14/+26
* scanner: Fix error on Windows in case source files are on different drivesChristoph Reiter2019-04-211-0/+10
* regress: Check array length before accessingPhilip Chimento2019-04-152-37/+43
* regress: Initialize all struct fields, or mark intent not toPhilip Chimento2019-04-151-4/+4
* tests: Mark unused function arguments with G_GNUC_UNUSEDPhilip Chimento2019-04-154-222/+247
* meson: always pass --qiet to g-ir-scannerChristoph Reiter2019-04-073-0/+15
* shlibs: fall back to basename on macOS for relative paths. Fixes #222Christoph Reiter2019-03-251-5/+26
* 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