MSVC Builds: "Install" the Autocleanup Headers
[platform/upstream/glib.git] / glib /
2015-01-30 Ryan Lortiegobject: add support for g_auto() and g_autoptr()
2015-01-30 Ryan Lortieglib: add support for g_auto() and g_autoptr()
2015-01-30 Ryan Lortiemacros: add support for GNUC cleanup __attribute__
2015-01-27 Chun-wei Fangwin32: Add g_win32_check_windows_version() API
2015-01-26 Ilya Konstantinovgthread: add thread name support on Mac OS
2015-01-25 Philip Withnallgthread: Fix a typo in a documentation comment
2015-01-25 Philip Withnallgstrfuncs: Document that g_ascii_dtostr() writes a...
2015-01-18 Philip Withnallgtestutils: Add an example of using test fixtures
2015-01-16 Philip Withnallgtestutils: Add links to gtester and gtester-report...
2015-01-16 Philip Withnallgtestutils: Fix a typo in the g_test_add() documentation
2015-01-16 Philip Withnallgtestutils: Clarify that test fixtures are allocated...
2015-01-16 Philip Withnallgtestutils: Fix a typo in the g_test_run() documentation
2015-01-15 Philip Withnallggettext: Include an example of setlocale() and friends...
2015-01-14 Paolo BorelliAvoid warning when using G_STMT_END macro with MSVC
2015-01-14 Paolo BorelliUse G_STMT_START/END in gslice.h
2015-01-14 Paolo BorelliUse G_STMT_START/END in gtestutils
2015-01-07 Chun-wei FanWin32: Update Pre-configured Config Headers
2014-12-24 Matthias ClasenFix a typo
2014-12-21 Matthias ClasenSilence the build some more
2014-12-12 Xavier ClaessensDoc: glib: Fix all undocumented/unused/undeclared symbols
2014-12-11 Ryan Lortieghash: minor docs tweak
2014-12-08 Colin Walterskeyfile: Add "in group" to GError message consistently
2014-11-29 Ryan LortieGVariant tests: test with larger strings
2014-11-29 Ryan Lortiegmain: fix poll record comparison
2014-11-25 Xavier Claessensgstrfuncs: Add g_strv_contains()
2014-11-18 Alberto Ruizglib: Improve documentation for g_strfreev()
2014-11-13 David Kingdocs: Add missing opening parenthesis
2014-11-09 Sébastien WilmetSimplify code that uses g_queue_insert_before() and...
2014-11-09 Sébastien WilmetGQueue: accept a NULL sibling for insert_before() and...
2014-10-29 Dan Winshipgmain: don't pass the same fd to g_poll() multiple...
2014-10-20 Ryan LortieGOption: stop calling getopt()
2014-10-17 Ryan LortieGHashTable: small docs fix
2014-10-17 Benjamin BergAllow hash table destroy notifiers to remove other...
2014-10-15 Ryan LortieGOption: add strict posix mode
2014-10-10 Matthias ClasenClarify g_propagate_error docs
2014-10-10 Benjamin GilbertFix g_cond_timed_wait() timeout with !CLOCK_MONOTONIC
2014-10-08 Aleksander Morgadogarray: initialize allocated size in g_byte_array_new_t...
2014-10-05 Michael CatanzaroFix typo
2014-10-02 Matthias ClasenGDataSet: Add more tests
2014-10-02 Matthias ClasenGDataSet: silently accept NULL/0 as keys
2014-09-29 Ryan LortieAdd version macros for 2.44
2014-09-27 Philip Withnalltests: Fix some minor leaks in the unit tests
2014-09-26 Sébastien Wilmetgslist: indentation fix
2014-09-25 Philip Withnallgmain: Unref child sources when finalising a GSource
2014-09-25 Philip Withnallgmain: Fix some signed/unsigned integer comparisons
2014-09-23 Hib ErisInclude <stdint.h> in glib/valgrind.h
2014-09-19 Ryan Lortiegmain: improve g_source_set_name thread safety
2014-09-19 Ryan Lortiegsource: clarify restrictions on non-existant IDs
2014-09-19 Simon McVittieGVariant: say that serialized form needs an out-of...
2014-09-16 Jasper St. Pierregoption: Add G_OPTION_FLAG_NONE
2014-09-15 Sebastian Drögegrand: Only use rand_s() when targetting Visual Studio...
2014-09-13 Sébastien Wilmetdocs: various small fixes
2014-09-11 Sebastian Drögegutils: Don't use issetugid() on Android
2014-09-08 Paolo BorelliGThreadPool: expand g_thread_pool_new docs
2014-08-29 Matthias ClasenDon't mark GThread struct as deprecated
2014-08-22 Thomas Hallergmacros.h: add G_GNUC_*_IGNORE_DEPRECATIONS macros...
2014-08-05 Руслан ИжбулатовChange W32 console detection to look at the window...
2014-08-02 Руслан ИжбулатовFix tests to compile again - add missing headers to...
2014-08-02 Руслан ИжбулатовSilence a controversial warning in win_iconv
2014-08-02 Руслан ИжбулатовSilence some uncontroversial warnings
2014-08-02 Руслан ИжбулатовFix printf-tests on W32 by ifdefing the expected output
2014-08-02 Руслан ИжбулатовSave errno and pass it along to make sure gettext does...
2014-07-31 Ignacio Casal Quin... win32: improve the package installation dir lookup
2014-07-30 Alexander LarssonRemove atomics from g_clear_object/g_clear_pointer
2014-07-23 Owen W. TaylorRevert "gatomic: statically assert that our assumptions...
2014-07-23 Colin Waltersgfileutils: Add missing g_free() in error path
2014-07-23 Simon McVittieglib-init: statically assert that we have 8-bit bytes
2014-07-23 Simon McVittiegatomic: statically assert that our assumptions hold
2014-07-14 Ignacio Casal Quin... gspawn-win32: do not rely on __argc and __argv global...
2014-07-14 Gergely POLONKAIFix typos in gbytes_hash and g_time_zone_find_interval...
2014-07-10 Javier Jardóndocs: Use "Returns:" instead "Return:"
2014-07-09 Tim-Philipp MüllerGCond (linux): fix g_cond_wait_until() return value...
2014-07-09 Ryan LortieGMutex (linux): detect and report some errors
2014-07-09 Ryan LortieGLib: implement GMutex natively on Linux
2014-07-09 Dan WinshipFix up failure-to-see-expected-message logging
2014-07-04 Sébastien Wilmetdoc: small improvement and fixes
2014-06-30 Rico Tzschichholzglib: Fix make dist
2014-06-30 Chun-wei Fanvalgrind.h: Disable Valgrind features on x64 Visual...
2014-06-29 Sébastien Wilmetdoc: various improvements
2014-06-28 Mikhail Zabaluevglib/tests/mainloop: Acquire the context while assertin...
2014-06-28 Mikhail ZabaluevA simple test for polling on a file-like descriptor
2014-06-28 Ryan Lortiegiochannel: avoid setting uninitialised length
2014-06-28 Bastien NoceraGDateTime: Add guards to g_date_time_new()
2014-06-28 Florian Pelzdocs: Fix formatting of g_alloca documentation.
2014-06-28 Daniel MacksConvert multiple #if/#endif to single #if/#elif/#endif
2014-06-28 Patrick Welchegmessages: make g_assert_warning compiler friendly
2014-06-28 Ryan Lortieall: remove use of 'register' keyword
2014-06-28 Christian Perschunicode: Update to unicode 7.0.0
2014-06-28 Christian Perschunicode: Switch compose_second_single to gunichar
2014-06-28 Christian Perschunicode: Move gscripttable.h generation into main script
2014-06-28 Christian Perschunicode: Simplify width table generation
2014-06-27 Ryan LortieGTimeZone: remove some dead code
2014-06-24 Ryan Lortiegvariant tests: workaround libc/compiler "issue"
2014-06-22 Philip Withnallgoption: Remove an unused assignment
2014-06-21 Philip Withnallgwakeup: Clarify buffer sizing in g_wakeup_signal()
2014-06-20 Ryan Lortiegatomic: disable GCC extension atomics for clang
2014-06-12 Colin Waltersgbookmarkfile: Cleaner error handling code to pacify...
2014-06-06 Tim-Philipp Müllergthread: use inline keyword for _get_impl() functions
2014-06-06 Ryan Lortiegatomic: use GCC C11-style atomics, if available
2014-06-06 Ryan Lortiegatomic: whitespace fixes
next