summaryrefslogtreecommitdiff
path: root/glib/tests/keyfile.c
Commit message (Expand)AuthorAgeFilesLines
* gkeyfile: Fix group comment managementGaël Bonithon2023-04-201-2/+73
* tests: Fix a memory leak in the keyfile testPhilip Withnall2022-02-201-0/+1
* tests: Test various different invalid encoding names for key filesPhilip Withnall2021-11-021-14/+25
* tests: Use g_assert_*() rather than g_assert() in keyfile.cPhilip Withnall2021-11-021-48/+48
* tests: Drop use of g_test_bug_base()Philip Withnall2021-05-131-10/+8
* gkeyfile: Fix crash when parsing translations on a second loadPhilip Withnall2021-03-231-0/+43
* tests: Add additional keyfile assertionsPhilip Withnall2020-10-141-0/+3
* gkeyfile: Fix parsing of new lines in commentsPhilip Withnall2018-10-301-3/+10
* gkeyfile: remain usable after g_key_file_free()Will Thompson2018-09-201-0/+37
* GKeyFile: add API for getting locale of a stringAllison Lortie2018-02-061-0/+41
* glib/tests/keyfile: check return value of g_key_file_get_double is 0 for inva...Aurélien Zanelli2016-07-161-4/+9
* gkeyfile: add g_key_file_load_from_bytes() APICosimo Cecchi2016-06-201-0/+37
* gkeyfile: Handle whitespace after boolean valuesRobert Ancell2015-10-211-0/+4
* gkeyfile: Test that whitespace is allowed after numbersRobert Ancell2015-10-211-0/+4
* tests: Fix compiler warningEmmanuele Bassi2015-06-291-4/+5
* tests: clean up / ignore some more generated filesDan Winship2015-04-041-0/+1
* glib/tests: fix buildClaudio Saavedra2014-01-071-0/+1
* glib/tests/keyfile.c: Use g_close()Chun-wei Fan2014-01-071-2/+3
* tests/keyfile: Fix buildJasper St. Pierre2014-01-041-0/+2
* Fix the Keyfile Test on WindowsChun-wei Fan2014-01-041-1/+4
* Improve GKeyFile test coverageMatthias Clasen2013-11-281-1/+64
* Some final g_test_build_filename() portingRyan Lortie2013-05-311-1/+1
* Rename G_TEST_DISTED to G_TEST_DISTRyan Lortie2013-05-291-3/+3
* tests: move tests to new _get_filename() APIRyan Lortie2013-05-291-9/+3
* tests: use new g_test_build_filename() APIRyan Lortie2013-05-291-10/+4
* Add --enable-installed-tests configure optionColin Walters2013-05-161-3/+16
* glib/tests: Drop unnecessary SRCDIR definitionsColin Walters2013-05-161-4/+0
* win32: various fixes to test programsDan Winship2012-11-151-2/+11
* GKeyFile: Deal better with blank linesMatthias Clasen2012-06-151-0/+26
* Improve keyfile test coverageMatthias Clasen2012-04-041-0/+61
* GKeyFile: allow loading from empty stringsRyan Lortie2012-01-261-1/+26
* keyfile tests: Fix windows build using portable g_setenvAndoni Morales Alastruey2012-01-261-1/+1
* Fix the new testMatthias Clasen2012-01-251-2/+3
* Add a test for g_key_file_set_list_separatorMatthias Clasen2012-01-251-2/+26
* keyfile tests: Add testcase for bug #634232Ryan Lortie2012-01-241-0/+15
* various GLib tests: plug memory leaksSimon McVittie2011-12-141-0/+1
* Improve test coverageMatthias Clasen2011-11-211-0/+20
* Revert addition of g_key_file_has_key_fullColin Walters2011-07-221-16/+0
* GKeyFile: improve test coverageMatthias Clasen2011-06-061-0/+10
* g_key_file_has_key_full: New function to fix g_key_file_has_key()'s GError se...Colin Walters2011-05-181-0/+16
* Avoid an unused variable warningMatthias Clasen2011-05-011-176/+179
* Add testcase for bug 640695Matthias Clasen2011-01-271-1/+37
* Improve keyfile test coverageMatthias Clasen2010-07-311-0/+48
* Fix problems with the keyfile testMatthias Clasen2010-07-061-2/+7
* Improve keyfile test coverageMatthias Clasen2010-07-061-0/+23
* Support 64bit integers in GKeyFileSimon McVittie2010-05-081-0/+46
* Plug a mem leakChristian Persch2009-05-231-0/+1
* Bug 560569 – gkeyfile doesn't use the set list_separator in some casesChristian Persch2008-11-231-1/+71
* Bug 553447 $(Q#|(B g_assert_no_error()Dan Winship2008-09-271-5/+3
* Move another testMatthias Clasen2008-07-181-0/+1194