Fix the GObject Visual Studio Projects
[platform/upstream/glib.git] / glib /
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 ()
2013-03-05 Colin Waltersbase64: Add tests for incremental decoding with very...
2013-03-02 Matthias ClasenMake GList more robust
2013-03-01 Chun-wei FanFix gspawn-win32-helper.c with newer Microsoft CRTs
2013-02-27 Colin Waltersbuild: Add --disable-compile-warnings
2013-02-26 Behdad EsfahbodMinor
2013-02-26 Behdad Esfahbod[win32] Add fallback implementations for gatomic.c...
2013-02-24 Matthias ClasenGList: be more robust
2013-02-24 Dan Winshipgtestutils: fix two GLIB_AVAILABLE flags
2013-02-21 Ryan Lortiethreads: don't do rlimit test when running as root
2013-02-20 Ryan Lortiegutils: stop g_get_home_dir() from reading passwd
2013-02-20 Ryan Lortiegutils: replace direct references to g_home_dir
2013-02-20 Ryan Lortiegutils: split out g_get_tmp_dir()
2013-02-20 Ryan Lortiegutils: split out g_get_host_name()
2013-02-20 Ryan Lortiewin32: Drop old codepage ABI from gutils.c
2013-02-05 Matthias ClasenMake G_IO_FLAG_IS_WRITEABLE and enum value
2013-02-03 Víctor Manuel Jáqu... Compile private test with -pthread on UNIX
2013-02-03 Matthias ClasenAvoid a portability problem in the checksum test
2013-02-03 Matthias ClasenFix deprecation note for g_static_mutex_free
2013-02-03 Matthias ClasenMake G_DISABLE_DEPRECATED work again for wholly depreca...
2013-02-03 Dan Winshipg_option_context_help: don't modify the input data
2013-02-03 Matthias ClasenSilence automake
2013-02-02 Matthias ClasenLog errors the same way as messages
2013-02-02 Matthias ClasenSimplify glib/glib/tests setup
2013-02-02 Matthias ClasenMake the logging test more robust
2013-02-02 Will ThompsonTest for g_hash_table_insert() corrupting sets
2013-02-02 Ryan Lortiehashtable: properly handle insert() de-set-ifying
2013-02-01 Ryan Lortiegmain: equivocate a bit on _set_ready_time()
2013-01-30 Cosimo Cecchigmacros: add G_GNUC_UNUSED to G_STATIC_ASSERT
2013-01-29 Colin WaltersAdd g_close(), use it
2013-01-28 Simon McVittieg_atomic_int_get, g_atomic_pointer_get: accept const...
2013-01-26 Rui Matosgsequence: Fix g_sequence_lookup() return value documen...
2013-01-25 Colin Waltersgwakeup: Fix uninitialized variable from previous commit
2013-01-25 Colin WaltersHandle EINTR for a few more write() calls
2013-01-24 Gil ForcadaIncorrect string formatters, fixes #692229
2013-01-23 Colin Waltersgtester: Use FD_CLOEXEC when creating pipes
2013-01-20 Matthias ClasenFix a typo
2013-01-20 Matthias ClasenFix g_test_add_vtable
2013-01-20 Matthias ClasenFix annotation for g_test_fail
2013-01-19 Matthias ClasenFix build with -Werror=format
2013-01-18 Cosimo Cecchitimezone: plug a memleak
2013-01-18 Cosimo Cecchitimezone: avoid a double GBytes unref
2013-01-18 Ryan LortieGVariant: fix normal-form checking for tuples
next