Visual Studio Builds: "Install" gdbus-codegen
[platform/upstream/glib.git] / glib /
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
2013-04-23 Ryan LortiePartially revert "Merge waitpid() from g_spawn_sync...
2013-04-22 Ryan Lortiegslice: disable by default under valgrind
2013-04-22 Ryan LortieAdd a copy of valgrind.h to glib/
2013-04-20 Lars Uebernickelg_variant_get_data_as_bytes: return a sub-bytes if...
2013-04-20 Ryan LortieGVariant: add new g_variant_new_take_string() API
2013-04-19 Ryan LortieGVariant parser: tweak lexer for format strings
2013-04-19 Ryan LortieGVariant parser: turn two asserts into soft errors
2013-04-17 Robert Braggutils: avoid redundant set/endpwent around getpwuid
2013-04-16 Giovanni CampagnaGVariant: fix transfer annotation
2013-04-16 Sebastian DrögeFix compilation on Android with the bionic C library
2013-04-12 Jasper St. Pierrebookmarkfile: Fix annotations on GBookmarkFile
2013-04-12 Marek Kasiktests: Add test for disabled help options
2013-04-12 Marek KasikDon't show help options when help is disabled
2013-04-10 Dan Winshipgmain: fix double-unlock in g_main_context_unref()
2013-04-10 Robert AncellFix deprecation warning for g_io_channel_read
2013-04-09 Руслан Ижбулатовwin32: Allow POSIX threads to be used if --with-threads...
2013-04-09 Руслан Ижбулатовwin32: Fix warning
2013-04-08 James Turnerg_atomic_int_get, g_atomic_pointer_get: accept const...
2013-04-07 Antoine Jacoutotsimpler regex match on the shebang
2013-04-05 Jesse van den KieboomGDateTime to GTimeZone in opaque structure doc
2013-04-04 Cosimo Cecchigversionmacros: fix a typo
2013-04-03 Colin Waltersgmacros: Mark G_UNAVAILABLE() functions as deprecated...
2013-04-02 Colin Waltersghash: Suppress -Wmaybe-uninitialized from GCC 4.4
2013-04-01 Ryan LortieAdd GLib 2.38 version macros
2013-03-21 Murray CummingCorrected a GLIB_AVAILABLE_IN_*
2013-03-19 Ryan Lortietests: remove a pair of testcases that fail in en_CA
2013-03-18 Christian Perschgoption: g_option_context_new allows NULL for parameter...
2013-03-18 Matthias Claseng_hash_table_get_keys: Improve docs slightly
2013-03-18 David Kingdocs: Elaborate replacement for g_strncasecmp
2013-03-18 David SchleefAdd warning to g_base64_decode()
2013-03-15 Stephan Bergmanngmacros: Ensure GUINT32/64_SWAP_LE_BE macros parenthesi...
2013-03-12 Ryan Lortietests: clean up for Unicode corrigendum #9
2013-03-08 Behdad Esfahbod[win32] Remove MemoryBarrier() fallback implementation
2013-03-05 Christian Perschunicode: Allow noncharacters
2013-03-05 Ognyan Tonchevbase64: Fix g_base64_decode_step ()
next