summaryrefslogtreecommitdiff
path: root/gobject/tests
Commit message (Expand)AuthorAgeFilesLines
* meson: use the new 'python' module instead of the 'python3' one. Closes #1455Christoph Reiter2018-07-191-5/+2
* Merge branch '1444-install-tests' into 'master'Philip Withnall2018-07-171-8/+6
|\
| * Meson: Use environment() for test_envXavier Claessens2018-07-161-8/+6
* | gobject: Make g_clear_object take a non-volatile GObject **Iain Lane2018-07-121-1/+1
|/
* Revert "Merge branch 'type-safe-g-clear-pointer-1425' into 'master'"Emmanuele Bassi2018-07-111-1/+1
* gobject: Make g_clear_object take a non-volatile GObject **Iain Lane2018-07-111-1/+1
* tests: Fix use-after-free in reference testsPhilip Withnall2018-06-291-2/+10
* tests: Various minor leak fixes in the GObject testsPhilip Withnall2018-06-291-7/+11
* tests: Add glib-mkenums test for missing nicksPhilip Withnall2018-06-251-0/+14
* tests: Add initial test framework for glib-mkenumsPhilip Withnall2018-06-253-0/+551
* Deprecate g_type_class_add_private()Emmanuele Bassi2018-06-141-0/+2
* Classify the testsEmmanuele Bassi2018-06-101-2/+2
* g_usleep: round up the next millisecond on Windows. See #1371Christoph Reiter2018-05-271-0/+6
* Remove HAVE_CONFIG_H defs and usesErnestas Kulik2018-02-211-2/+2
* gobject: new g_set_weak_pointer() & g_clear_weak_pointer() helpersMartin Blanchard2017-12-211-0/+106
* meson: Simplify the use of built toolsEmmanuele Bassi2017-07-172-43/+33
* meson: Use the appropriate interface and binary agesEmmanuele Bassi2017-07-141-1/+1
* meson: gio/tests: add more missing testsTim-Philipp Müller2017-07-131-0/+8
* meson: Improve MSVC and MinGW support and fix dependencies everywhereNirbheek Chauhan2017-07-132-17/+13
* meson: Fix glib, add gobject, gio, gthread, gmodule, etcTim-Philipp Müller2017-07-132-0/+86
* Re-enable signal tests when cross-compilingEmmanuele Bassi2017-07-101-8/+18
* gobject/tests/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-243-6/+6
* Drop trailing semi-colon from G_DEFINE_ macroEmmanuele Bassi2017-04-105-20/+17
* tests: Add test for gobject properties for g_object_newv/setv/getvFabian Orccon2017-03-311-0/+240
* gobject: Add to_string() functions for Enum and Flags typesGarrett Regier2017-03-301-1/+43
* Fix the signals testMatthias Clasen2016-08-271-1/+2
* tests: Add test showing default marshaller overrideBenjamin Otte2016-08-251-0/+79
* .gitignore updatesDan Winship2015-10-231-0/+1
* Allow passing unset GValues to g_value_unset()Dan Winship2015-10-023-4/+35
* tests: Do last commit's fix for enums, tooBenjamin Otte2015-09-161-8/+17
* tests: Make testcase not pass 0 as a flags valueBenjamin Otte2015-09-161-7/+22
* Drop binary checks when cross-compilingEmmanuele Bassi2015-09-011-6/+8
* Test that disconnecting from the wrong thing warns and doesn't crashIain Lane2015-09-011-0/+53
* Add a performance test for signal connectionMatthias Clasen2015-05-272-0/+300
* Fix g_binding_unbind() when the source and target are the sameGarrett Regier2015-05-141-0/+13
* tests: replace most g_print() with g_printerr()Simon McVittie2015-05-114-14/+14
* gobject: Add g_set_object() convenience function to set GObject pointersPhilip Withnall2014-12-181-0/+60
* test: add test for explicit-notify propertiesRyan Lortie2014-06-061-2/+60
* Fix the closure test in continuousMatthias Clasen2014-05-301-0/+12
* gbinding: warn on failed value transformationDan Winship2014-03-171-0/+24
* gobject: re-allow finalization from constructor()Dan Winship2014-02-151-9/+11
* Updated FSF's addressDaniel Mustieles2014-01-312-6/+2
* Simplify subprocesses in testsMatthias Clasen2013-12-151-9/+7
* Improve GType test coverageMatthias Clasen2013-11-281-0/+8
* tests: move /param/implement to -m slowRyan Lortie2013-11-271-1/+3
* Add a test for g_signal_get_invocation_hintMatthias Clasen2013-11-231-0/+47
* Add a test for notify emission orderingMatthias Clasen2013-11-231-0/+39
* tests: Fix for non-GCCChun-wei Fan2013-11-111-32/+32
* threadtests: Fix leaks in testsStef Walter2013-11-111-7/+8
* enums: Fix leaks in testsStef Walter2013-11-111-0/+4