summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Port various timeout/idle callbacks to the once APIEmmanuele Bassi2022-05-273-12/+8
| * | Add one-shot idle and timeout functionsEmmanuele Bassi2022-05-274-0/+210
* | | Merge branch 'move_gobject_tests' into 'main'Philip Withnall2022-05-2614-423/+404
|\ \ \
| * | | Moving gobject tests from tests/gobjects to gobjects/testsEmmanuel Fleury2022-05-2614-53/+24
| * | | Convert tests/gobject/singleton.c to glib test frameworkEmmanuel Fleury2022-05-261-11/+16
| * | | Convert tests/gobject/signals.c to glib test frameworkEmmanuel Fleury2022-05-261-23/+26
| * | | Convert tests/gobject/references.c to glib test frameworkEmmanuel Fleury2022-05-261-91/+84
| * | | Convert tests/gobject/override.c to glib test frameworkEmmanuel Fleury2022-05-261-100/+100
| * | | Convert tests/gobject/dynamictype.c to glib test frameworkEmmanuel Fleury2022-05-261-36/+40
| * | | Convert tests/gobject/defaultiface.c to glib test frameworkEmmanuel Fleury2022-05-261-38/+46
| * | | Convert tests/gobject/accumulator.c to glib test frameworkEmmanuel Fleury2022-05-261-76/+73
* | | | Merge branch 'refcount_tests' into 'main'Philip Withnall2022-05-2610-189/+199
|\ \ \ \ | |/ / / |/| | |
| * | | tests: Port GObject tests from g_thread_create() to g_thread_new()Philip Withnall2022-05-264-6/+6
| * | | Moving tests/refcount/ directory to gobject/tests/Emmanuel Fleury2022-05-2610-61/+22
| * | | Convert tests/refcount/signals.c to glib test frameworkEmmanuel Fleury2022-05-261-16/+21
| * | | Convert tests/refcount/properties4.c to glib test frameworkEmmanuel Fleury2022-05-261-8/+16
| * | | Convert tests/refcount/properties3.c to glib test frameworkEmmanuel Fleury2022-05-261-13/+21
| * | | Convert tests/refcount/properties2.c to glib test frameworkEmmanuel Fleury2022-05-261-29/+37
| * | | Convert tests/refcount/properties.c to glib test frameworkEmmanuel Fleury2022-05-261-23/+29
| * | | Convert tests/refcount/objects2.c to glib test frameworkEmmanuel Fleury2022-05-261-15/+25
| * | | Convert tests/refcount/objects.c to glib test frameworkEmmanuel Fleury2022-05-261-18/+22
|/ / /
* | | Merge branch 'slice-test' into 'main'Philip Withnall2022-05-269-309/+876
|\ \ \
| * | | Remove unnecessary dependency on the slice-color testEmmanuel Fleury2022-05-171-3/+1
| * | | Convert test/slice-test.c to glib test framework and move it to glib/tests/Emmanuel Fleury2022-05-179-306/+875
* | | | Merge branch 'module_tests' into 'main'Philip Withnall2022-05-265-121/+75
|\ \ \ \
| * | | | tests: Remove redundant meson commandsPhilip Withnall2022-05-261-37/+0
| * | | | Move tests/module-test.c to gmodules/tests/Emmanuel Fleury2022-05-265-46/+37
| * | | | Convert tests/modules-test.c to glib test frameworkEmmanuel Fleury2022-05-261-39/+39
|/ / / /
* | | | Merge branch 'nacho/uwp-warnings' into 'main'Philip Withnall2022-05-261-2/+2
|\ \ \ \
| * | | | win32appinfo: change log level from warning to debugIgnacio Casal Quinteiro2022-05-171-2/+2
* | | | | Merge branch 'gobject-speedups3' into 'main'Matthias Clasen2022-05-262-11/+35
|\ \ \ \ \
| * | | | | Avoid malloc for construct paramsMatthias Clasen2022-05-261-5/+22
| * | | | | Keep a count of construct paramsMatthias Clasen2022-05-262-8/+15
* | | | | | Merge branch 'junit' into 'main'Philip Withnall2022-05-262-28/+1
|\ \ \ \ \ \
| * | | | | | gitlab-ci: left-over from junit cleanupMarc-André Lureau2022-05-252-28/+1
* | | | | | | Merge branch 'meson-dependency-lookups' into 'main'Philip Withnall2022-05-261-22/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | meson: use builtin zlib dependency lookupEli Schwartz2022-05-241-22/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'wip/chergert/fix-sysprof-wrapper' into 'main'Philip Withnall2022-05-262-6/+6
|\ \ \ \ \ \
| * | | | | | build: update sysprof configuration optionsChristian Hergert2022-05-252-6/+6
* | | | | | | Merge branch 'param-spec-cleanup' into 'main'Philip Withnall2022-05-251-55/+2
|\ \ \ \ \ \ \
| * | | | | | | gparamspecs: Tidy up a preconditionPhilip Withnall2022-05-251-2/+1
| * | | | | | | gparamspecs: Remove redundant NULL checksPhilip Withnall2022-05-251-53/+1
|/ / / / / / /
* | | | | | | Merge branch 'param-speedups2' into 'main'Philip Withnall2022-05-256-41/+734
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | gobject: Use value_is_validMatthias Clasen2022-05-251-23/+36
| * | | | | | gparamspec: Test individual paramspec is_valid() implementationsMatthias Clasen2022-05-251-0/+268
| * | | | | | Add another test for g_param_value_is_validMatthias Clasen2022-05-231-0/+105
| * | | | | | Add tests for g_param_value_is_validMatthias Clasen2022-05-231-5/+28
| * | | | | | param: Add g_param_value_is_validMatthias Clasen2022-05-233-0/+49
| * | | | | | param: Add a value_is_valid vfuncMatthias Clasen2022-05-232-13/+248
| |/ / / / /
* | | | | | Merge branch 'junit' into 'main'Emmanuele Bassi2022-05-255-153/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |