MSVC 2008 Projects: Split the Property Sheets
[platform/upstream/glib.git] / glib /
2013-08-20 Matthias ClasenFix make check
2013-08-18 Matthias ClasenExpand docs for thread names
2013-08-17 Matthias ClasenStart using TAP
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 Matthias ClasenQuell a few compiler warnings
2013-08-17 Matthias ClasenTake out an unused line from gdatetime tests
2013-08-17 Stef WalterMark up warnings/critical functions for clang analyzer
2013-08-17 Robert AncellAdd G_SPAWN_DEFAULT to GSpawnFlags
2013-08-17 Matthias ClasenMake g_date_time_new check its arguments
2013-08-17 Ryan LortieExport __glib_assert_msg
2013-08-17 Dan Winshipbuild: fix dtrace-related warnings
2013-08-17 Dan Winshipglib/tests/gdatetime: use UTC time in test_GDateTime_diff()
2013-08-15 Colin Waltersgiochannel: Add an out annotation for g_io_channel_read...
2013-08-04 Ryan Lortieg_get_tmp_dir(): Clean up envars
2013-07-29 Chun-wei FanAdd MSVC implementations of G_GNUC_*_IGNORE_DEPRECATIONS
2013-07-28 Matthias ClasenUse better assertion macros
2013-07-28 Matthias ClasenAvoid an unused variable warning
2013-07-28 Colin WaltersDrop iconv caching code
2013-07-24 Dan Winshipmainloop: redo child source tests to not use timeouts
2013-07-23 Colin Walterstests/unix: Don't error immediately on timeout
2013-07-23 Colin Waltersgmain: Reset signal handlers to default when source...
2013-07-23 Sébastien WilmetGRegex: add g_regex_get_max_lookbehind()
2013-07-22 Milan Crhag_thread_create_full() can dereference NULL pointer
2013-07-20 Sébastien WilmetGRegex: update documentation for partial matching
2013-07-20 Sébastien WilmetImprove documentation
2013-07-19 Igor Pashevtests/gvariant: Canonicalize to lower case to work...
2013-07-19 Giovanni Campagnaglib-unix: fix handling of multiple signal source for...
2013-07-14 Colin Walterstests/mainloop: Fix assertions to really avoid race...
2013-07-13 Dan Winshipgsourceclosure: Add support for GUnixSignalWatchSource...
2013-07-11 Ryan LortieImplement the Desktop Action specification
2013-07-11 Ryan LortieGVariant: fix two small/theoretical leaks
2013-07-11 Ryan LortieAdd g_variant_new_printf
2013-07-09 Matthias ClasenMinor doc tweak
2013-07-04 Sebastian Drögegthread: Use pthread_cond_timedwait_monotonic() if...
2013-07-02 Ryan LortieRevert two errant commits to GMutex, etc.
2013-07-01 Paul Barbierigspawn: Fix leak of internal pipe with G_SPAWN_LEAVE_DE...
2013-07-01 Bastien NoceraFix typo in documentation
2013-06-30 Jeffrey StedfastFinish the previous fix for GMutex, GRecMutex, GRWLock...
2013-06-30 Jeffrey StedfastFixed g_mutex_clear() to fully undo g_mutex_init()
2013-06-30 Sébastien WilmetDoc: small fixes
2013-06-30 Dan WinshipMake G_STRFUNC consistent across platforms
2013-06-25 Dan Winshiptests: add a test for the previous commit
2013-06-25 Wim Taymansgmain: handle blocked source in g_source_add_child_source()
2013-06-20 Colin WaltersRevert "g_file_set_contents(): don't fsync on ext3/4"
2013-06-19 Arnel A. Borjag_uri_unescape_string: Mention (allow-none)/%NULL in...
2013-06-19 Arnel A. Borjag_uri_escape_string: Add missing allow-none annotation
2013-06-16 Matthias ClasenPlug a small memory leak
2013-06-10 Colin Waltersgmain: Document more use cases of g_main_context_wakeup()
2013-06-10 Benjamin Ottetests: Add a test for a specific invariant
2013-06-07 Ryan LortieGDesktopAppInfo: support DBusActivatable
2013-06-04 Ryan Lortieg_file_set_contents(): don't fsync on ext3/4
2013-06-04 Ryan Lortieg_file_set_contents: change {posix_ => }fallocate
2013-06-03 Ryan Lortieg_file_set_contents(): fix simple logic error
2013-06-03 Ryan Lortieg_file_set_contents(): use unistd instead of stdio
2013-06-03 Ryan Lortieg_file_set_contents(): don't allocate display name
2013-06-03 Ryan Lortieg_file_set_contents(): use posix_fallocate()
2013-06-03 Kjell AhlstedtRemove extra comma in gtestutils.h
2013-06-01 Matthias ClasenSkip spawn tests when collecting coverage
2013-06-01 Matthias Clasenmem-overflow: test malloc and realloc corner cases
2013-06-01 Ryan LortieRework the build system for a new tests approach
2013-06-01 Ryan LortieSome final g_test_build_filename() porting
2013-05-31 Matthias ClasenFix a typo
2013-05-29 Ryan LortieRename G_TEST_DISTED to G_TEST_DIST
2013-05-29 Ryan LortieRemove G_TEST_DATA= from installed .test files
2013-05-29 Ryan Lortietests: move tests to new _get_filename() API
2013-05-29 Ryan Lortiegtest: Add more path building API
2013-05-29 Ryan Lortietests: use new g_test_build_filename() API
2013-05-29 Ryan LortieAdd g_test_build_filename()
2013-05-27 Ryan Lortietests: fix a srcdir vs. destdir issue
2013-05-24 Colin Waltersbuild: Fix usage of %.test again
2013-05-24 Colin Walterstests: Drop unnecessary % from .test pattern match...
2013-05-24 Simon Kågedal ReimerG_GNUC_FORMAT: documentation error
2013-05-23 Colin Waltersglib/tests/cond: Fix race condition
2013-05-22 Dan Winshipgtestutils: Use stdio rather than write() to be Windows...
2013-05-21 Dan WinshipUse 'dumb quotes' rather than `really dumb quotes'
2013-05-20 Colin Waltersgmessages: Fix up testing commit to handle fatal masque...
2013-05-20 Colin Waltersgtestutils: Ensure test subprocesses don't dump core
2013-05-16 Colin WaltersAdd --enable-installed-tests configure option
2013-05-16 Colin Waltersglib/tests: Drop unnecessary SRCDIR definitions
2013-05-16 Colin Waltersglib/tests: Use explicit file listings
2013-05-16 Colin Waltersglib/tests/mappedfile: Copy test file before writing...
2013-05-13 Dan Winshiptests/slice: use G_GNUC_BEGIN_IGNORE_DEPRECATIONS
2013-05-13 Dan Winshipgtestutils: use g_clear_pointer
2013-05-13 Dan Winshipgtestutils: deprecate g_test_trap_fork()
2013-05-13 Dan Winshiptests: port from g_test_trap_subprocess() to g_test_tra...
2013-05-13 Dan Winshiptests/protocol: redo a bit
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-05-13 Dan Winshiptests/spawn-*.c: fix on Windows
2013-05-04 Dan Winshipgbitlock: fix this to not unconditionally use futex...
2013-05-02 Colin Walterstests/mappedfile: Also handle ENOMEM
2013-04-26 Colin Waltersconfigure: Assume C90 compatible malloc() prototype
next