summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Deprecate g_type_class_add_private()issue-699Emmanuele Bassi2018-05-253-2/+8
* Merge branch 'macosx-objc' into 'master'Xavier Claessens2018-05-257-39/+66
|\
| * Fix missing osx files when running "make dist"Xavier Claessens2018-05-251-1/+3
| * Revert "Revert "Meson: Fix cocoa and carbon support""Xavier Claessens2018-05-252-27/+41
| * Revert "Revert "Rename objective-c files from .c to .m""Xavier Claessens2018-05-256-12/+23
|/
* Merge branch 'coverage-regex' into 'master'Emmanuele Bassi2018-05-251-0/+1
|\
| * ci: Add a regex to parse line coverage statistics from genhtml outputPhilip Withnall2018-05-241-0/+1
|/
* tests/strfuncs: drop some redundant test codeChristoph Reiter2018-05-241-5/+0
* tests/strfuncs: mingw-w64 prints 3 digits for the %e exponentChristoph Reiter2018-05-241-1/+5
* tests/strfuncs: handle unknown error codes when testing g_strerrorChristoph Reiter2018-05-241-2/+8
* tests/logging: Don't hardcode the result of logging a pointerChristoph Reiter2018-05-241-2/+9
* gmem.h: Use typeof() in g_steal_pointer() macroPeter Bloomfield2018-05-231-0/+6
* 2.57.12.57.1Matthias Clasen2018-05-223-2/+47
* Revert "Rename objective-c files from .c to .m"Matthias Clasen2018-05-226-23/+12
* Revert "Meson: Fix cocoa and carbon support"Matthias Clasen2018-05-222-41/+27
* W32: check filename for being NULL in g_stat()Руслан Ижбулатов2018-05-221-0/+6
* Meson: Fix cocoa and carbon supportXavier Claessens2018-05-222-27/+41
* Rename objective-c files from .c to .mXavier Claessens2018-05-226-12/+23
* gengiotypefuncs.py: Read and parse files in binary modeNirbheek Chauhan2018-05-221-3/+3
* meson: Add exception for atomic ops test for AndroidNirbheek Chauhan2018-05-221-2/+15
* build: Remove an unnecessary ‘dnl’ from meson.buildPhilip Withnall2018-05-221-1/+1
* build: Migrate G_ATOMIC_LOCK_FREE docs from configure.ac to meson.buildPhilip Withnall2018-05-221-0/+13
* meson: do not run atomic test with msvcMathieu Duponchelle2018-05-221-1/+3
* meson: Fix checks for posix_memalign and stpcpyNirbheek Chauhan2018-05-211-24/+4
* Meson: Remove legacy code used to write pc filesXavier Claessens2018-05-201-18/+1
* meson: Don't skip snprintf/vsnprintf checks under MinGWChristoph Reiter2018-05-181-4/+4
* docs: Add a note that the printf format macros might not be compatible with s...Christoph Reiter2018-05-181-0/+6
* kqueue: Fix typo that breaks the build in previous commitXavier Claessens2018-05-181-1/+1
* kqueue: Fix -Wdeclaration-after-statement errorsXavier Claessens2018-05-181-19/+35
* Meson: Add export-dynamic flagXavier Claessens2018-05-172-3/+17
* build: Add missing return statements from compiled testsPhilip Withnall2018-05-171-0/+3
* build: Fix test for G_ATOMIC_LOCK_FREE in meson.buildPhilip Withnall2018-05-171-1/+2
* docs: Fix typo in gsignal.c documentation commentPhilip Withnall2018-05-171-1/+1
* Meson: add 'force_posix_threads' optionXavier Claessens2018-05-163-7/+13
* Meson: Add missing flags on WindowsXavier Claessens2018-05-162-4/+19
* Meson: Remove FIXME about COCOA_LIBS and CARBON_LIBSXavier Claessens2018-05-161-4/+2
* gio: Add g_unix_mount_get_optionsOndrej Holy2018-05-163-0/+40
* gtimezone: Fix two minor leaks in zone_info_unix()Philip Withnall2018-05-161-4/+7
* gwin32: Fix detection of MinGW32 vs MinGW-w64Nirbheek Chauhan2018-05-161-2/+2
* meson: Fix error message for iconv detectionNirbheek Chauhan2018-05-161-1/+1
* Meson: libintl is a public dependency of glib-2.0Xavier Claessens2018-05-154-16/+15
* gobject: Add g_autoptr() support for GTypeClass, GEnumClass, GFlagsClassPhilip Withnall2018-05-151-0/+3
* gobject: Add g_autoptr() support for GParamSpecPhilip Withnall2018-05-151-0/+1
* gio: Fix typo in g_file_info_set_attribute docsOndrej Holy2018-05-151-1/+1
* gqueue: Document to use GAsyncQueue for thread-safe queuingPhilip Withnall2018-05-151-0/+3
* Update Indonesian translationKukuh Syafaat2018-05-121-183/+190
* xdgmime: Add better detection for text vs. binary and zero-sized filesDavid Faure2018-05-105-7/+42
* garray: Add g_ptr_array_steal_index*() functionsPhilip Withnall2018-05-093-4/+107
* garray: Document that return value of g_ptr_array_remove() may be junkPhilip Withnall2018-05-091-4/+7
* garray: Factor out implementation of g_ptr_array_remove_index*()Philip Withnall2018-05-091-41/+30