summaryrefslogtreecommitdiff
path: root/tests/repository
Commit message (Expand)AuthorAgeFilesLines
* tests/repository: Fix leak in test_constructor_return_typeDavid King2021-06-181-0/+1
* Meson: Fix build as subprojectXavier Claessens2020-05-061-5/+5
* 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
* girepository: Return pointer array for interface cachePhilip Chimento2019-06-201-0/+24
* Drop autotools build systemChristoph Reiter2019-03-111-30/+0
* meson: port more typelib testsChristoph Reiter2019-01-011-19/+25
* meson: add default compiler warning flags and enable -Werror on CIChristoph Reiter2018-12-181-1/+6
* autotools: dist newly added meson build filesChristoph Reiter2018-12-161-0/+1
* girepository: Add version macros and functions. Fixes #200Christoph Reiter2018-12-161-4/+4
* baseinfo: don't abort when calling g_base_info_get_name() on a GITypeInfo. Fi...Christoph Reiter2018-12-151-0/+25
* meson: Port repository testsTomasz Miąsko2018-12-101-0/+22
* autotools: start using AX_COMPILER_FLAGS, enable -Werror on CIChristoph Reiter2018-07-291-2/+2
* removing $(srcdir) because it is not replaced correctly and not necessaryKarl-Philipp Richter2018-02-081-4/+4
* Revert "removing $(srcdir) because it is not replaced correctly and not neces...Emmanuele Bassi2017-05-041-4/+4
* removing $(srcdir) because it is not replaced correctly and not necessaryKarl-Philipp Richter2017-05-041-4/+4
* tests: don't add $(top_srcdir)/gir to XDG_DATA_DIRSDieter Verfaillie2015-06-241-1/+0
* girepository: Support GError exceptions on callbacksGarrett Regier2015-06-211-0/+81
* tests: Convert gitestthrows to use GTest frameworkGarrett Regier2015-06-211-6/+12
* girepository: Add g_struct_info_find_field()Garrett Regier2015-06-212-2/+64
* Makefile.introspection: pass CC to scannerDieter Verfaillie2015-04-181-4/+5
* tests/repository: Drop Unneeded IncludesChun-wei Fan2014-08-133-3/+0
* Parse and expose ownership transfer for instance parametersGiovanni Campagna2014-07-031-0/+29
* tests: Use EXTRA_LTLIBRARIES instead of check_LTLIBRARIESSimon Feltman2013-12-291-1/+2
* Reformat code to GNU styleMartin Pitt2013-02-271-216/+218
* Add test case for signal with a C array and length argumentMartin Pitt2013-02-271-0/+43
* girepository: gchar is a signed typeMartin Pitt2013-01-111-0/+55
* tests: work around make check warningDieter Verfaillie2012-10-311-2/+5
* Drop calls to g_type_init()Colin Walters2012-10-163-6/+0
* girepository: avoid crash when querying nonexistent infoPavel Holejsovsky2012-05-121-0/+11
* Avoid _get_func() consuming reference from input infoPavel Holejsovsky2012-04-071-0/+13
* Revert "gitypelibtest: Remove test on TestStructE size"Colin Walters2011-10-031-0/+13
* gitypelibtest: Remove test on TestStructE sizeColin Walters2011-09-301-27/+0
* Bug 660338: Account for padding in struct size checkMartin Pitt2011-09-291-3/+4
* repository: Fix g_irepository_get_c_prefix()Colin Walters2011-09-211-0/+5
* tests: Add gir/ to toplevel typelib pathColin Walters2011-09-131-1/+1
* Fix g_type_info_is_pointer() for overriden types of arguments.Pavel Holejsovsky2011-09-121-0/+39
* scanner: correctly handle structs with arrays of anon unionsTorsten Schönfeld2011-09-112-1/+27
* scanner: Add "notify" signal to GObjectColin Walters2011-09-091-0/+9
* tests: build tests only on make checkAlexandre Rostovtsev2011-08-231-1/+1
* Allow enums and bitfields to have static methodsTorsten Schönfeld2011-08-161-2/+55
* Add g_irepository_find_by_error_domain()Dan Winship2011-08-121-0/+9
* Add "c:identifier" attribute to GIrNodeValue (for flags and enum values).GOBJECT_INTROSPECTION_0_10_3Laszlo Pandy2011-02-232-3/+77
* Fix tests to look in correct directory for typelibsColin Walters2010-11-163-11/+1
* tests: Print an error messageColin Walters2010-11-161-2/+2
* Add g_object_info_find_signalColin Walters2010-11-121-0/+7
* Switch to nonrecursive make for core (i.e. not tests/)Colin Walters2010-11-091-3/+3
* [GIRepository] Rename GTypelib to GITypelibJohan Dahlin2010-08-312-2/+2
* [GIRepository] Rename GArgument to GIArgumentJohan Dahlin2010-08-311-2/+2
* Bug 557383 - Virtual method supportColin Walters2009-03-052-2/+50