summaryrefslogtreecommitdiff
path: root/tests/scanner
Commit message (Expand)AuthorAgeFilesLines
* tests: Use the appropriate assertion methodEmmanuele Bassi2023-01-081-53/+55
* Split disguised attribute into twoEmmanuele Bassi2023-01-085-6/+56
* Revert "scanner: don't accept invalid symbols in binary expressions"Emmanuele Bassi2023-01-084-0/+48
* test: Add regression test for the new tagsEmmanuele Bassi2023-01-085-229/+247
* Add `default-value` annotationEmmanuele Bassi2023-01-082-7/+13
* Skip default-value for non-transformable propertiesEmmanuele Bassi2023-01-081-34/+11
* Add an optional attribute for the property default valueEmmanuele Bassi2023-01-081-23/+64
* scanner: don't accept invalid symbols in binary expressionsLubomir Rintel2023-01-084-48/+0
* tests/scanner: add some tests for #definesLubomir Rintel2023-01-088-239/+337
* Add missing (void) arguments to comply with -Wstrict-prototypesMarco Trevisan (Treviño)2022-10-061-1/+1
* build: Add run_command() argumentEmmanuele Bassi2022-07-131-1/+1
* Revert "scanner: Mark colliding properties as not introspectable"Emmanuele Bassi2022-02-133-1/+36
* scanner: Mark colliding properties as not introspectableEmmanuele Bassi2022-02-123-36/+1
* regress: Add a function to enable conversion between different fundamentalMarco Trevisan (Treviño)2022-01-114-147/+184
* Regress: Add further subtype of fundamental with no set/get functionsMarco Trevisan (Treviño)2022-01-114-151/+242
* regress: Add Fundamental type with no set/get-value-func'sMarco Trevisan (Treviño)2022-01-1126-149/+1184
* build: Avoid the doctemplates hackEmmanuele Bassi2022-01-111-11/+13
* 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