summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* Check if compiler symbols are defined before using themEmmanuele Bassi2019-06-171-4/+4
* gmacros: Only use deprecated attributes on enumerators with GCC ≥ 6.1Philip Withnall2019-06-141-1/+1
* Merge branch 'drop-g-disable-deprecated' into 'master'Philip Withnall2019-06-1425-163/+515
|\
| * Annotate various types and macros as deprecatedPhilip Withnall2019-05-305-4/+17
| * gdate: Drop unnecessary use of G_DISABLE_DEPRECATEDPhilip Withnall2019-05-301-2/+0
| * Fix various deprecation warnings in code and testsPhilip Withnall2019-05-301-0/+3
| * glib, gobject: Annotate deprecated types and enumeratorsPhilip Withnall2019-05-305-32/+28
| * gutils: Move g_ATEXIT() and g_memmove() definitions from glibconfig.hPhilip Withnall2019-05-302-5/+4
| * glib: Unconditionally include deprecated headersPhilip Withnall2019-05-301-2/+0
| * glib, gio: Use GLIB_DEPRECATED_MACRO instead of G_DISABLE_DEPRECATEDPhilip Withnall2019-05-3010-82/+52
| * gmacros: Add GLIB_DEPRECATED_{MACRO,ENUMERATOR,TYPE}{,_FOR}Philip Withnall2019-05-302-1/+376
| * gtimezone: Stop using deprecated APIPhilip Withnall2019-05-301-1/+1
| * tests: Don’t use a deprecated Unicode character type enumeratorPhilip Withnall2019-05-301-1/+1
| * glib: Move some documentation comments to where the symbols are definedPhilip Withnall2019-05-302-34/+34
* | Merge branch '77-wrap-on-linux' into 'master'Philip Withnall2019-06-113-4/+9
|\ \
| * | glib: Rename G_STDIO_NO_WRAP_ON_UNIX → G_STDIO_WRAP_ON_UNIXPhilip Withnall2019-05-103-4/+9
* | | Merge branch '1438-deprecate-gtime' into 'master'Sebastian Dröge2019-06-111-0/+3
|\ \ \
| * | | gdate: Officially mark GTime as deprecatedPhilip Withnall2019-05-081-0/+3
* | | | gmain: Clarify that g_source_destroy() doesn’t drop a referencePhilip Withnall2019-06-071-1/+4
* | | | Merge branch 'dboles/atomit' into 'master'Philip Withnall2019-06-041-1/+1
|\ \ \ \
| * | | | garcbox.c: Fix typo atomit => atomicDaniel Boles2019-06-041-1/+1
* | | | | glib/tests/win32.c: Fix test variable typesChun-wei Fan2019-06-041-3/+3
|/ / / /
* | | | gunicollate: work around FreeBSD wchar_t not matching our gunichar typeChristoph Reiter2019-06-041-3/+6
* | | | Merge branch '590-rwlock-docs' into 'master'Sebastian Dröge2019-06-031-2/+4
|\ \ \ \
| * | | | gthread: Fix g_rw_lock_reader_lock() documentationPhilip Withnall2019-05-311-2/+4
* | | | | goption: Clarify G_OPTION_ARG_FILENAME documentationPhilip Withnall2019-06-031-2/+3
|/ / / /
* | | | Use atomic reference counting for GSourceSebastian Dröge2019-05-281-35/+15
| |_|/ |/| |
* | | Add g_get_console_charsetPatrick Storz2019-05-275-6/+159
* | | Merge branch 'cygwin-gunicollate-check-sizeof-wchar-t' into 'master'Philip Withnall2019-05-271-11/+9
|\ \ \
| * | | gunicollate/cygwin: Don't use __STDC_ISO_10646__ for wchar_t related checksChristoph Reiter2019-05-221-11/+9
* | | | docs: Document pitfall of deprecation pragmasEmmanuele Bassi2019-05-241-1/+38
* | | | gtestutils: Add g_test_summary() to add summary metadata to unit testsPhilip Withnall2019-05-214-0/+78
* | | | tests: Set locale in gtestutils tests to allow UTF-8 outputPhilip Withnall2019-05-212-1/+6
|/ / /
* | | Merge branch '1780-fix-ghashprinter' into 'master'Philip Withnall2019-05-211-2/+18
|\ \ \
| * | | Update gdb pretty-printer for GHashTablezb32019-05-171-2/+18
* | | | ghash: fix small array handling in g_hash_table_remove_all_nodes()Allison Karlitskaya2019-05-201-35/+47
* | | | ghash: Be more explicit about memory in g_hash_table_destroy_all_nodes()Allison Karlitskaya2019-05-201-9/+4
* | | | ghash: do less work when destroying the tableAllison Karlitskaya2019-05-201-1/+2
* | | | ghash: Improve internal documentationAllison Karlitskaya2019-05-201-9/+33
* | | | ghash: fix bug introduced by valgrind fixAllison Karlitskaya2019-05-201-18/+17
|/ / /
* | | Merge branch '1441-1619-deprecate-gtester' into 'master'Philip Withnall2019-05-174-6/+37
|\ \ \
| * | | tests: Remove redundant --tap optionsPhilip Withnall2019-05-141-2/+1
| * | | gtestutils: Output in TAP format by defaultPhilip Withnall2019-05-141-2/+10
| * | | glib: Deprecate gtester and gtester-reportPhilip Withnall2019-05-144-3/+27
* | | | Merge branch 'fix_g_format_size_full' into 'master'Philip Withnall2019-05-151-1/+1
|\ \ \ \
| * | | | Fixing g_format_size_full() on Windows-x64Emmanuel Fleury2019-05-151-1/+1
* | | | | Merge branch 'wip/desrt/ghash-valgrind' into 'master'Philip Withnall2019-05-141-5/+17
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ghash: Disable small-arrays under valgrindAllison Karlitskaya2019-05-141-5/+17
| | |_|/ | |/| |
* | | | Merge branch 'fix_g_unichar_totitle' into 'master'Philip Withnall2019-05-142-1/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Add the corresponding test for g_unichar_totitle(0)Emmanuel Fleury2019-05-141-0/+1