summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* gvariant: Fix some memory leaks on error pathsPhilip Withnall2018-07-171-8/+14
* Merge branch '1444-install-tests' into 'master'Philip Withnall2018-07-171-185/+169
|\
| * Meson: Install glib testsXavier Claessens2018-07-161-2/+20
| * Meson: Group all glib tests into a single dictXavier Claessens2018-07-161-175/+144
| * Meson: Remove hack that got fixed a while agoXavier Claessens2018-07-161-1/+0
| * Meson: Use environment() for test_envXavier Claessens2018-07-161-8/+6
* | Merge branch 'add-g-has-typeof-1440' into 'master'Philip Withnall2018-07-173-2/+14
|\ \
| * | gmacros: Add new private g_has_typeof to abstract __typeof__ checksIain Lane2018-07-163-2/+14
* | | Merge branch 'type-safe-g-clear-pointer-1425' into 'master'Philip Withnall2018-07-172-0/+28
|\ \ \ | |/ / | | / | |/ |/|
| * gmem.h: Use __typeof__() in the g_clear_pointer() macroIain Lane2018-07-162-0/+28
* | Merge branch '976-disable-assert-checks' into 'master'Emmanuele Bassi2018-07-132-7/+54
|\ \
| * | gtestutils: Bail out of g_test_init() if G_DISABLE_ASSERT is definedPhilip Withnall2018-07-112-3/+26
| * | gtestutils: Document difference between g_assert() and g_assert_*()Philip Withnall2018-07-111-4/+28
* | | Merge branch '786-gio-test-leaks' into 'master'Xavier Claessens2018-07-131-0/+1
|\ \ \
| * | | tests: Add missing unit test to GLib tests listPhilip Withnall2018-07-061-0/+1
* | | | Merge branch 'indentation_correction_gspawn' into 'master'Philip Withnall2018-07-131-18/+18
|\ \ \ \
| * | | | gspawn: correct indentation in do_posix_spawnThomas Hindoe Paaboel Andersen2018-07-131-18/+18
* | | | | Merge branch '889-stdiowrappers-symlink-failure' into 'master'Philip Withnall2018-07-131-1/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | tests: Fix running fileutils test in cwd which is a symlinkPhilip Withnall2018-07-111-1/+8
| | |/ / | |/| |
* | | | python: avoid equality check for NoneThomas Hindoe Paaboel Andersen2018-07-122-4/+4
| |_|/ |/| |
* | | Revert "Merge branch 'type-safe-g-clear-pointer-1425' into 'master'"Emmanuele Bassi2018-07-111-11/+0
* | | Merge branch 'type-safe-g-clear-pointer-1425' into 'master'Philip Withnall2018-07-111-0/+11
|\ \ \
| * | | gmem.h: Use __typeof__() in the g_clear_pointer() macroIain Lane2018-07-111-0/+11
| |/ /
* | | Merge branch 'sign-compare' into 'master'Philip Withnall2018-07-114-20/+27
|\ \ \
| * | | gvariant: Fix -Wsign-compare warningsPhilip Withnall2018-07-111-4/+7
| * | | grand: Fix -Wsign-compare warningPhilip Withnall2018-07-101-1/+1
| * | | gqueue: Fix -Wsign-compare warningsPhilip Withnall2018-07-101-3/+3
| * | | garray: Fix -Wsign-compare warningsPhilip Withnall2018-07-101-12/+16
* | | | Merge branch '1044-prlimit-fix' into 'master'Philip Withnall2018-07-111-3/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | tests: Fix error reporting on prlimit() call failurePhilip Withnall2018-07-111-3/+4
* | | | 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