hook gvariant vectors up to kdbus
[platform/upstream/glib.git] / glib / gtestutils.c
2015-07-10 Ryan Lortiemacros: add side-effecting variants of asserts
2014-05-26 Philip Withnallgtestutils: Error out if /dev/null stdin redirection...
2014-05-15 Philip Withnallgtestutils: Don’t free unassigned variables in an error...
2014-02-15 Matthias Clasendocs: let go of *
2014-02-13 Simon McVittieg_test_run: return 0 if all tests are skipped in TAP...
2014-02-09 Matthias ClasenDocs: Drop entities, switch away from sgml mode
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-06 Matthias ClasenStop using replaceable tags
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-06 Matthias ClasenDocs: don't use option tags
2014-02-06 Matthias ClasenDon't use <filename> in docs
2014-02-06 Matthias ClasenDon't use <envar> in docs
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-02-01 Matthias Clasentestutils: Convert docs to markdown
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-19 Christophe FergeauAdjust doc to Makefile.decl renaming
2014-01-07 Dan WinshipDocument g_test_run() order better, and how it changed
2014-01-01 Matthias ClasenFix g_test_trap_reached_timeout
2013-12-18 Dan WinshipMake g_test_run() return 77 if all tests are skipped
2013-12-18 Dan Winshipgtestutils: rename test_skip_count to test_startup_skip...
2013-12-18 Dan Winshipgtestutils: skipping a test should count as success...
2013-12-15 Stef Waltergtestutils: Allow clean simple use of g_test_trap_subpr...
2013-11-24 Dan WinshipReorganize the "don't dump core from test subprocesses...
2013-11-24 Dan Winshipgtestutils: add g_assert_nonnull() to go with g_assert_...
2013-11-24 Dan Winshipgtestutils: fix g_test_set_nonfatal_assertions()
2013-11-23 Dan Winshipgtestutils: add "options" to g_test_init(), make option...
2013-11-20 Dan WinshipReplace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX
2013-08-17 Matthias ClasenUpdate the documentation for assertion macros
2013-08-17 Matthias ClasenAdd a way to make assertions non-fatal
2013-08-17 Matthias ClasenAdd g_assert_true, g_assert_false and g_assert_null
2013-08-17 Matthias ClasenMake g_assert and g_assert_not_reached use the same...
2013-08-17 Matthias ClasenSupport TAP as an output format
2013-08-17 Matthias ClasenAdd a function to check test status from the inside
2013-08-17 Matthias ClasenAdd functions to mark tests as skipped or incomplete
2013-08-17 Matthias ClasenAdd a GTestResult enumeration
2013-08-17 Matthias ClasenAdd start/stop suite log messages
2013-08-17 Ryan LortieExport __glib_assert_msg
2013-07-09 Matthias ClasenMinor doc tweak
2013-06-30 Sébastien WilmetDoc: small fixes
2013-06-16 Matthias ClasenPlug a small memory leak
2013-05-31 Matthias ClasenFix a typo
2013-05-29 Ryan LortieRename G_TEST_DISTED to G_TEST_DIST
2013-05-29 Ryan Lortiegtest: Add more path building API
2013-05-29 Ryan LortieAdd g_test_build_filename()
2013-05-22 Dan Winshipgtestutils: Use stdio rather than write() to be Windows...
2013-05-20 Colin Waltersgtestutils: Ensure test subprocesses don't dump core
2013-05-13 Dan Winshipgtestutils: use g_clear_pointer
2013-05-13 Dan Winshipgtestutils: deprecate g_test_trap_fork()
2013-05-13 Dan Winshipgtestutils: add g_test_trap_subprocess()
2013-05-13 Dan Winshipg_test_trap_fork: don't blow away the SIGCHLD handler
2013-02-02 Matthias ClasenLog errors the same way as messages
2013-01-20 Matthias ClasenFix g_test_add_vtable
2012-12-19 Matthias ClasenRevert "gtestutils: add g_test_trap_subprocess(), depre...
2012-12-19 Matthias ClasenRevert "gtestutils: fix "-p" logic"
2012-12-19 Dan Winshipgtestutils: fix "-p" logic
2012-12-19 Dan Winshipgtestutils: add g_test_trap_subprocess(), deprecate...
2012-12-05 Dan Winshipwin32: suppress fatal error dialog box when running...
2012-11-15 Dan Winshipgtestutils: don't try to print long doubles
2012-09-30 Matthias ClasenCorrect to docs for g_strcmp0
2012-08-28 Colin WaltersSwitch all open() calls to use g_open()
2012-08-27 Dan Winshipgtestutils: add g_test_add_data_func_full()
2012-08-17 Matthias ClasenGTest: Improve --help output
2012-04-07 Matthias ClasenAlways use '/' in test paths
2012-04-05 Dieter VerfaillieFix malformed GTK-Doc comment blocks: add missing colons.
2012-03-31 Robert AncellAdd missing allow-none annotations for function parameters.
2012-03-20 Alexander LarssonFix the tests on win32
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-05 Simon McVittieMention g_test_undefined() when documenting assert_fail...
2011-12-27 Simon McVittieAdd undefined/no-undefined mode options to GTester
2011-12-27 Simon McVittieClarify documentation of fast/slow/thorough and quiet...
2011-12-14 Stef Walterdocumentation fixes
2011-11-27 Carlos Garcia Camposgtester: Add command line option to skip tests
2011-10-02 Matthias ClasenMove test docs inline
2011-09-19 Ryan LortieDon't #include <glib/gslice.h> from gmem.h
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-05 Ryan Lortiegtk-doc fixups for glib/
2011-08-29 Matthias ClasenDon't call close on invalid fds
2011-07-22 Ryan LortieReplace @Varargs with @...
2011-05-06 Matthias ClasenDocumentation additions
2011-05-03 Matthias ClasenRemove extraneous decorations
2011-04-29 David ZeuthenMerge branch 'master' into gdbus-codegen
2011-04-18 Benjamin OtteAPI: testutils: Add g_test_fail()
2011-04-18 Benjamin Ottetestutils: Sprinkle code with newlines
2011-04-18 Benjamin Ottetestutils: Return number of bad tests from g_test_run_s...
2011-04-18 Benjamin Ottetestutils: Remove unused variable
2011-04-18 Benjamin Ottetestutils: Return a boolean from g_test_case_run()
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-07-12 Ryan LortieFix some glib docs warnings
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-23 Milan Bouchet-ValatImprove documentation for g_strcmp0()
2010-06-21 Sven Herzbergdon't treat debug/info/message as fatal messages by...
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-06-06 Matthias ClasenMake g_assertion_message_error take a const GError*
2010-05-06 Javier JardónClean Glib header #include issues: gtestutils
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
next