Updated Spanish translation
[platform/upstream/glib.git] / glib / tests /
2011-12-16 Ravi Sankar GunturAdded API g_queue_free_full().
2011-12-15 Stef WalterGBytes: add a size argument to g_bytes_get_data
2011-12-14 Ryan Lortietwo test fixes for ARM
2011-12-14 Simon McVittiehash test: avoid leaking various keys and values
2011-12-14 Simon McVittieGOptionContext test: free all arguments, not just the...
2011-12-14 Simon McVittievarious GLib tests: plug memory leaks
2011-11-30 Matthias ClasenDon't abort if g_ascii_strtod tests fail
2011-11-24 Stef WalterGBytes: A new type for an immutable set of bytes.
2011-11-23 Matthias ClasenAdd some more mainloop tests
2011-11-23 Matthias ClasenRemove unnecessary includes
2011-11-23 Matthias ClasenAdd back required _XOPEN_SOURCE define
2011-11-21 Matthias ClasenImprove test coverage
2011-11-21 Matthias ClasenImprove mainloop test coverage slightly
2011-11-21 Matthias ClasenImprove test coverage
2011-11-21 Matthias ClasenImprove test coverage
2011-11-21 Matthias ClasenAdd a test for g_unichar_isdefined
2011-11-15 Sjoerd SimonsFix 1bit mutex test on platforms with 32 bit aligned...
2011-11-15 Matthias ClasenGThread: handle thread names safely
2011-11-14 Dan WinshipFix glib/tests/utils for g_parse_debug_string() changes
2011-11-03 Matthias ClasenMake the default log handler more useful
2011-10-24 Matthias ClasenFix g_hash_table_iter_replace
2011-10-17 Chun-wei Fanglib/tests/thread.c: Add config guards
2011-10-17 Ryan LortieMark some functions 'static' in glib/tests
2011-10-16 Ryan Lortiegitignore
2011-10-16 Ryan Lortiegthread: move test cases to glib/
2011-10-16 Ryan Lortietests: merge gthread/ and glib/ atomic tests
2011-10-16 Ryan Lortieglib/tests/atomic: convert to proper gtester test
2011-10-16 Matthias ClasenPass correct data to fatal log handlers
2011-10-16 Matthias ClasenAdd g_get_codeset test
2011-10-16 Matthias ClasenAdd GAsyncQueue unit test
2011-10-15 Matthias ClasenAdd tests for new g_environ_ functions
2011-10-15 Ryan LortieRename g_thread_try to g_thread_try_new
2011-10-15 Matthias ClasenAdd atomic test to TEST_PROGS
2011-10-15 Matthias ClasenImprove test coverage
2011-10-15 Matthias ClasenAdd a test involving g_thread_ref/unref
2011-10-13 Ryan Lortiedrop g_thread_new_full()
2011-10-13 Ryan Lortieg_thread_new: never fail
2011-10-13 Ryan Lortiethread: nuke the concept of 'joinable'
2011-10-13 Ryan Lortietests: don't #include <sys/resource.h> on win32
2011-10-12 Matthias ClasenDisable deprecations where appropriate in tests
2011-10-12 Matthias ClasenDisable deprecations where appropriate in tests
2011-10-11 Dan WinshipFix two tests for G_DEBUG=gc-friendly
2011-10-10 Matthias ClasenCompile private test with -pthread on UNIX
2011-10-08 Matthias ClasenAdd some GHookList tests
2011-10-08 Matthias ClasenTest a few more GIOChannel functions
2011-10-08 Matthias ClasenAdd some more GMarkup tests
2011-10-08 Matthias ClasenCall setlocale in markup-parse test
2011-10-08 Matthias ClasenImprove GNode test coverage
2011-10-08 Matthias ClasenImprove GCache test coverage
2011-10-08 Matthias ClasenImprove coverage of string function tests
2011-10-08 Matthias ClasenImprove coverage of GHmac tests
2011-10-08 Matthias ClasenAdd a test for g_date_time_new_from_timeval_utc
2011-10-05 Matthias ClasenMisc test coverage improvements
2011-10-05 Matthias ClasenAdd a test for thread creation failure
2011-10-04 Ryan LortieTest that g_slice_set_config() works
2011-10-04 Ryan LortieAdd GPrivate destroy notify testcase
2011-10-04 Ryan Lortiegitignore
2011-10-04 Ryan Lortiemacro wrappers for g_once_init_enter/leave
2011-10-04 Ryan Lortierec-mutex testcase: add a performance test
2011-10-04 Matthias ClasenImprove test coverage in the thread tests
2011-10-04 Matthias ClasenImprove test coverage in the GString tests
2011-10-04 Matthias ClasenImprove testcoverage in the rec-mutex test
2011-10-04 Matthias ClasenAdd a few more tests
2011-10-04 Matthias ClasenAdd some more thread tests
2011-10-03 Ryan Lortielocks: drop _INIT macros
2011-10-03 Ryan LortieRe-enable 'include' testcase
2011-10-02 Matthias ClasenAdd another GCond test
2011-10-02 Matthias ClasenAdd tests for GPrivate and GStaticPrivate
2011-10-02 Ryan Lortiemutex testcase: add a performance test
2011-09-30 Simon McVittiemarkup-subparser test: use a real GError domain
2011-09-28 Dan Winshipupdate .gitignores
2011-09-26 Ryan Lortieglib tests: Compile new thread tests on win32
2011-09-25 Stef Waltergvariant: Add g_variant_get_fixed_array()
2011-09-24 Matthias ClasenFix an uninialized variable warning
2011-09-24 Matthias ClasenAdd a testcase for bug 659866
2011-09-24 Matthias ClasenAdd a test for GCond
2011-09-24 Matthias ClasenAdd a nontrivial read-write lock test
2011-09-24 Matthias ClasenAdd GOnce tests
2011-09-24 Matthias ClasenMake the rec mutex test a little more verbose
2011-09-23 Matthias ClasenAdd a non-trivial GRWLock test
2011-09-23 Matthias ClasenAdd a non-trivial GRecMutex test
2011-09-23 Matthias ClasenRemove an unused variable
2011-09-23 Matthias ClasenAdd some more rw lock tests
2011-09-23 Matthias ClasenAdd a mutex test
2011-09-23 Matthias ClasenAdd headers
2011-09-23 Matthias ClasenAdd basic tests for GRWLock
2011-09-23 Matthias ClasenAdd trivial tests for GMutex and GRecMutex
2011-09-22 Ryan LortieGDateTime test: fix a race
2011-09-21 Philip Van HoofGMappedFile: Add API to create from an existing file...
2011-09-21 Ryan LortieAdd GRWLock
2011-09-19 Matthias ClasenFix a merge accident
2011-09-18 Matthias ClasenFix g_ascii_formatd tests
2011-09-18 Matthias ClasenGMappedFile: return an error when trying to map a device
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-05 Matthias ClasenOnly use gcc-specific options when the compiler is gcc
2011-09-04 Dan Winshipfix a few warnings on non-Linux
2011-09-04 Ryan Lortieg_date_time_format: improve support for alt digits
2011-09-03 Matthias Clasengdatetime: Fix locale-changing code
2011-09-03 Ryan LortieGDateTime: test _format against strftime()
2011-09-03 Ryan LortieGDateTime test: plug a couple of leaks
next