summaryrefslogtreecommitdiff
path: root/tests/scanner
Commit message (Expand)AuthorAgeFilesLines
* scanner: Warn if property annotations are mismatchedEmmanuele Bassi2021-08-051-3/+7
* scanner: Try to pair properties with accessor methodsEmmanuele Bassi2021-08-051-2/+9
* tests: Add a Regress test for the property accessors annotationsEmmanuele Bassi2021-08-052-5/+9
* tests: Check new property accessors annotationsEmmanuele Bassi2021-08-0510-275/+579
* Add glib:name to enum memberMarc-André Lureau2021-06-201-28/+56
* scanner: fix enum member c:identifierMarc-André Lureau2021-06-201-3/+3
* Make test suite work with cross-related optionsJohn Ericson2021-05-231-24/+16
* tests: Update line numbers for expected Regress GIREmmanuele Bassi2021-03-121-8/+8
* Use g_memdup2() with newer versions of GLibEmmanuele Bassi2021-03-121-0/+20
* Always pass an encoding to open() using text modeChristoph Reiter2020-11-072-2/+2
* Revert "giscanner: Fix section matching for documentation"Mathieu Duponchelle2020-09-291-34/+0
* giscanner: Fix section matching for documentationJames Westman2020-09-071-0/+34
* Merge branch 'standalone-doc-sections' into 'master'Mathieu Duponchelle2020-07-226-26/+87
|\
| * Add the notion of standalone doc sections.Mathieu Duponchelle2020-07-126-26/+87
* | giscanner: parse block comments for members and fieldsMathieu Duponchelle2020-07-128-76/+155
|/
* Meson: Fix build as subprojectXavier Claessens2020-05-061-20/+20
* Revert "Add support for element-type to GListModel"Rico Tzschichholz2020-04-2810-259/+0
* Add support for element-type to GListModelEmmanuele Bassi2020-04-2610-0/+259
* Revert "Add element-type support to GListModel"Emmanuele Bassi2020-04-268-196/+0
* Revert "Generate appropriate docs for ListModel with element-type"Emmanuele Bassi2020-04-262-4/+4
* Generate appropriate docs for ListModel with element-typeEmmanuele Bassi2020-04-242-4/+4
* Add element-type support to GListModelEmmanuele Bassi2020-04-248-0/+196
* Support the gtk-doc action syntaxEmmanuele Bassi2020-04-241-1/+153
* Fix regress scanner testsChun-wei Fan2020-02-062-5/+5
* 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-151-0/+11
* 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
* build: Force-include msvc_recommended_pragmas.h on Visual StudioChun-wei Fan2019-04-301-8/+13
* 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