summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* gtestutils: Document difference between g_assert() and g_assert_*()Philip Withnall2018-07-111-4/+28
* Merge branch '1402-real-time' into 'master'Philip Withnall2018-07-113-2/+12
|\
| * glib: Don’t use time(NULL) to get current timePhilip Withnall2018-07-093-2/+12
* | gatomic: Tweak __atomic_load*() calls to work with -Wbad-function-castPhilip Withnall2018-07-102-5/+13
* | Add a g_ref_string_new_len() to allow creating from non-NUL byte arraysRichard Hughes2018-07-093-0/+75
* | Update rcbox annotations for acquire/release functionsEmmanuele Bassi2018-07-092-6/+6
* | Increase coverage of atomic refcounted dataEmmanuele Bassi2018-07-091-0/+85
* | Increase coverage for GRefStringEmmanuele Bassi2018-07-091-0/+12
* | Add missing trasfer annotation for g_ref_string_new()Emmanuele Bassi2018-07-091-1/+1
* | Allow empty strings to be refcountedEmmanuele Bassi2018-07-091-5/+5
* | Add systemtap probes to refcounted dataEmmanuele Bassi2018-07-094-0/+67
* | Fix the implementation of interned refstringsEmmanuele Bassi2018-07-091-15/+92
* | Add missing copyright noticeEmmanuele Bassi2018-07-091-0/+18
* | Check for overflow when allocating RcBoxEmmanuele Bassi2018-07-093-5/+9
* | Allow NULL clear function when releasing referencesEmmanuele Bassi2018-07-092-22/+6
* | Improve docs for g_rc_box/g_atomic_rc_boxEmmanuele Bassi2018-07-092-43/+33
* | Rename g_arc_box to g_atomic_rc_boxEmmanuele Bassi2018-07-093-67/+67
* | Add length accessor for GRefStringEmmanuele Bassi2018-07-093-0/+22
* | Add size accessor to RcBox and ArcBoxEmmanuele Bassi2018-07-094-0/+53
* | Add reference counted stringsEmmanuele Bassi2018-07-0910-0/+299
* | Improve the RcBox and ArcBox documentationEmmanuele Bassi2018-07-092-51/+105
* | Make g_rc_box_dup()/g_arc_box_dup() more genericEmmanuele Bassi2018-07-094-33/+103
* | Add atomically refcounted dataEmmanuele Bassi2018-07-096-32/+434
* | Add refcounted dataEmmanuele Bassi2018-07-098-0/+542
|/
* Merge branch '977-checksum-constants' into 'master'Xavier Claessens2018-06-291-56/+56
|\
| * gchecksum: Use G_GUINT64_CONSTANT for SHA-512 constantsPhilip Withnall2018-06-291-56/+56
* | gspawn: treat all negative fds as unsetDaniel Drake2018-06-292-9/+15
|/
* Merge branch 'ci-memcheck-preparation' into 'master'Philip Withnall2018-06-293-0/+5
|\
| * tests: Various minor leak fixes in the GLib testsPhilip Withnall2018-06-293-0/+5
* | Merge branch '903-deprecate-main-context-wait' into 'master'Philip Withnall2018-06-282-41/+53
|\ \
| * | gmain: Officially deprecate g_main_context_wait()Philip Withnall2018-06-262-41/+53
| |/
* | gmain: Add names to various GSources constructed in GLibPhilip Withnall2018-06-261-0/+71
|/
* Use Unicode typography in new translatable stringsPiotr Drąg2018-06-251-1/+1
* Merge branch 'source-get-id-docs' into 'master'Philip Withnall2018-06-251-0/+5
|\
| * gmain: Clarify documentation for g_source_get_id()Philip Withnall2018-06-251-0/+5
* | gspawn: Declare environwip/lantw/gspawn-declare-environTing-Wei Lan2018-06-231-0/+10
* | Merge branch 'wip/Jehan/fopen-modes' into 'master'Philip Withnall2018-06-222-3/+82
|\ \
| * | glib: add test for various modes of fopen().Jehan2018-06-221-0/+53
| * | glib: Win32 does not accept "wb+" mode for fopen().Jehan2018-06-211-3/+29
* | | Merge branch 'master' into 'master'Philip Withnall2018-06-214-103/+789
|\ \ \ | |_|/ |/| |
| * | gspawn: use sane_open() for stdinDaniel Drake2018-06-211-1/+1
| * | gspawn: document FD_CLOEXEC behaviourDaniel Drake2018-06-211-4/+5
| * | gspawn: Optimize with posix_spawn codepathDaniel Drake2018-06-212-1/+279
| * | gspawn: Add g_spawn_async_with_fds variantDaniel Drake2018-06-214-97/+504
* | | gtester: Explicitly convert arguments of g_assert_cmpfloat()Philip Chimento2018-06-211-1/+1
* | | Merge branch 'lrn/attachconsole' into 'master'Philip Withnall2018-06-203-0/+218
|\ \ \
| * | | W32: add std stream redirection envvar optionsРуслан Ижбулатов2018-06-203-0/+218
| |/ /
* | | Merge branch '896-variant-type-docs' into 'master'Emmanuele Bassi2018-06-192-7/+7
|\ \ \
| * | | gvariant: Change type of ‘y’ variants from guchar to guint8Philip Withnall2018-06-152-7/+7
| | |/ | |/|
* | | Merge branch 'non-atomicity-of-g_file_set_contents' into 'master'Philip Withnall2018-06-191-0/+11
|\ \ \