summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add glib:name to enum memberMarc-André Lureau2021-06-201-28/+56
* scanner: fix enum member c:identifierMarc-André Lureau2021-06-201-3/+3
* tests/repository: Fix leak in test_constructor_return_typeDavid King2021-06-181-0/+1
* Make test suite work with cross-related optionsJohn Ericson2021-05-233-41/+40
* Meson: Fix build when gobject-introspection is a subprojectXavier Claessens2021-03-251-6/+6
* 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
* tests: Add "signals" test objectwip/carlosg/signal-testsCarlos Garnacho2021-03-032-0/+107
* Always pass an encoding to open() using text modeChristoph Reiter2020-11-073-3/+3
* Revert "giscanner: Fix section matching for documentation"Mathieu Duponchelle2020-09-291-34/+0
* girmarshalling tests: Diagnose GValue not holding enum/flagswip/smcv/test-more-flagsSimon McVittie2020-09-191-0/+4
* gimarshallingtests: Add more tests for flagsSimon McVittie2020-09-192-0/+30
* tests: Add a test-case for a vfunc returning flags in different waysSimon McVittie2020-09-192-0/+44
* 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-064-34/+34
* 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
* gimarshallingtests: Use g_assert_cmpfloat_with_epsilonIain Lane2020-03-181-6/+6
* gimarshallingtests: Add marshalling tests for virtual functions with inout pa...Marco Trevisan (Treviño)2020-03-162-0/+96
* 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-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