summaryrefslogtreecommitdiff
path: root/tests/gobject
Commit message (Expand)AuthorAgeFilesLines
* gobject: Allow passing %NULL for @data in g_object_remove_toggle_refJasper St. Pierre2021-05-271-1/+2
* Use G_OPTION_ENTRY_NULL to avoid missing initializer warningsEmmanuel Fleury2021-05-132-2/+2
* Fix signedness warnings in tests/gobject/performance-threaded.cEmmanuel Fleury2021-05-041-1/+1
* Fix several signedness warnings in tests/gobject/performance-threaded.cEmmanuel Fleury2021-05-041-5/+6
* Fix signedness warnings in tests/gobject/timeloop-closure.cEmmanuel Fleury2021-05-041-2/+2
* Fix signedness warnings in tests/gobject/performance.cEmmanuel Fleury2021-05-041-3/+4
* Fix missing initializer warning in tests/gobject/defaultiface.cEmmanuel Fleury2021-04-291-1/+6
* Fix multiple missing initializer warnings in tests/gobject/testcommon.hEmmanuel Fleury2021-04-291-1/+8
* Fix several missing initializer in tests/gobject/testgobject.cEmmanuel Fleury2021-04-291-2/+11
* tests: Drop unnecessary volatile qualifiers from testsPhilip Withnall2020-11-202-3/+3
* tree: Fix various typos and outdated terminologyPhilip Withnall2020-06-122-2/+2
* Normalize C source files to end with exactly one newlineSimon McVittie2020-06-101-1/+0
* Run the accumulator function for RUN_CLEANUP object handlers tooSebastian Dröge2019-08-251-1/+1
* tests: Remove redundant --tap optionsPhilip Withnall2019-05-141-3/+1
* installed tests: Allow tests to set environment variablesIain Lane2019-02-131-0/+1
* build: Drop autotools supportPhilip Withnall2019-01-151-70/+0
* meson: Centralize test timeout valuesSimon McVittie2018-11-011-1/+1
* Meson: Bump dependency to 0.48.0Xavier Claessens2018-09-271-37/+33
* Autotools: Always run glib-genmarshal, even if cross-compilingSimon McVittie2018-09-261-6/+2
* meson: Run build-time tests with --tap where supportedSimon McVittie2018-09-241-1/+3
* Meson: Install timeloop-closure testXavier Claessens2018-09-241-36/+39
* Meson: Run in TAP mode installed tests that support itXavier Claessens2018-09-231-3/+4
* Meson: build and install remaining testsXavier Claessens2018-09-211-33/+53
* build: Stop distributing generated files in autotools tarballsPhilip Withnall2018-07-301-15/+4
* Deprecate g_type_class_add_private()Emmanuele Bassi2018-06-141-13/+25
* Classify the testsEmmanuele Bassi2018-06-101-1/+2
* Remove developer script not needed in git repositoryXavier Claessens2018-06-041-6/+0
* Remove old tests not being built since 2012Xavier Claessens2018-06-043-814/+0
* gobject: Reimplement g_param_values_cmp() for GParamSpecVariantPhilip Withnall2018-05-041-3/+101
* Initialize variables before using themEmmanuele Bassi2018-03-281-1/+6
* gobject: fix typecasts via g_object_refChristian Hergert2017-12-041-1/+1
* build: Drop --enable-rebuilds configure optionPhilip Withnall2017-11-171-2/+2
* tests: Re-wire the testgobject test program to the build systemEmanuele Aina2017-11-172-0/+3
* tests: Don't assume that private data follows the instance dataEmanuele Aina2017-11-171-3/+0
* Consistently save errno immediately after the operation setting itPhilip Withnall2017-08-031-3/+5
* tests: Do not use gnome.genmarshal()Emmanuele Bassi2017-07-171-13/+31
* meson: Simplify the use of built toolsEmmanuele Bassi2017-07-171-1/+1
* meson: add tests/gobject and tests/refcountTim-Philipp Müller2017-07-131-0/+59
* tests/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-2919-19/+19
* build: Use AM_TESTS_ENVIRONMENT rather than TESTS_ENVIRONMENTPhilip Withnall2017-05-231-1/+1
* Drop trailing semi-colon from G_DEFINE_ macroEmmanuele Bassi2017-04-103-14/+8
* Drop binary checks when cross-compilingEmmanuele Bassi2015-09-011-13/+7
* tests/gobject/performance: Clean up and add refcount performance testAlexander Larsson2014-07-301-10/+119
* Updated FSF's addressDaniel Mustieles2014-01-3119-57/+19
* build: Give internal libraries higher precedenceMichael Haubenwallner2013-11-191-1/+1
* Revert "defaultiface: Fix leak in test"Stef Walter2013-11-111-4/+1
* defaultiface: Fix leak in testStef Walter2013-11-111-1/+4
* timeloop-closure: Fix leaks in testStef Walter2013-11-111-4/+10
* signals: Fix leak in testStef Walter2013-11-111-0/+1
* paramspec-test: Fix leaks in testsStef Walter2013-11-111-0/+3