summaryrefslogtreecommitdiff
path: root/tests/scanner
Commit message (Expand)AuthorAgeFilesLines
* 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-153-194/+200
* meson: always pass --qiet to g-ir-scannerChristoph Reiter2019-04-071-0/+11
* 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-112-328/+0
* Revert "Restore original meaning of disguised attribute."Christoph Reiter2019-01-163-6/+12
* 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-102-8/+8
* 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-071-0/+42
* 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-056-185/+236
* 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
* meson: port more typelib testsChristoph Reiter2019-01-011-9/+112
* 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
* 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-203-28/+26
* meson: build/install mdextensions.py; and add a simple testChristoph Reiter2018-12-172-0/+16
* autotools: dist newly added meson build filesChristoph Reiter2018-12-161-1/+2
* girepository: Add version macros and functions. Fixes #200Christoph Reiter2018-12-161-1/+1
* meson: Run annotationparser testsTomasz Miąsko2018-12-092-0/+22
* sourcescanner: Allow empty declarations. Fixes #216Christoph Reiter2018-12-091-0/+6
* Ignore __pragma keyword used by MSVCTomasz Miąsko2018-12-081-0/+13
* Merge branch 'drop-py-compat-code' into 'master'Christoph Reiter2018-12-086-49/+5
|\
| * Drop all Python 2 compat codeChristoph Reiter2018-12-086-49/+5
* | sourcescanner: collect error messages and expose themChristoph Reiter2018-12-081-19/+42
|/
* writer: Include documentation and symbol position in source filesThibault Saunier2018-11-2811-378/+1625
* Define grefcount and gatomicrefcount as aliases to gintTomasz Miąsko2018-11-2311-0/+226
* regress: Implement interface and override propertiesPhilip Chimento2018-11-0711-8/+163
* regress: Add test for write-only propertyPhilip Chimento2018-10-226-1/+66