Skip to content

Tags: sailfishos/libglibutil

Tags

1.0.77

Toggle 1.0.77's commit message
Version 1.0.77

- Eliminate defects found by Coverity

1.0.76

Toggle 1.0.76's commit message
Version 1.0.76

- Added gutil_idle_pool_get_default()
- Return the value pushed to the idle pool
- Interpret NULL as the default pool when appropriate

1.0.75

Toggle 1.0.75's commit message
Version 1.0.75

- Cross-compilation tweaks
- Compatibility with clang -fsanitize=cfi
- Export all and only required symbols

1.0.74

Toggle 1.0.74's commit message
Version 1.0.74

- Added gutil_data_copy_as_variant()

1.0.73

Toggle 1.0.73's commit message
Version 1.0.73

- Define and use MAKE var instead of explicitly calling make
- Added gutil_log_set_timestamp_format()

1.0.72

Toggle 1.0.72's commit message
Version 1.0.72

- Don't export gutil_time_notify_get_type()
- Added gutil_data_new()
- Added gutil_data_copy()
- Added gutil_objv_new()

1.0.71

Toggle 1.0.71's commit message
Version 1.0.71

- Added gutil_object_ref()
- Added gutil_object_unref()
- Added gutil_objv_append()
- Added gutil_objv_insert()
- Added gutil_ptrv_is_empty()
- Added gutil_bin2hex()
- Added gutil_data2hex()

1.0.70

Toggle 1.0.70's commit message
Version 1.0.70

- Added gutil_objv module

1.0.69

Toggle 1.0.69's commit message
Version 1.0.69

- Runtime and compile time version detection
- Added gutil_datapack module
- Require glib 2.32

1.0.68

Toggle 1.0.68's commit message
Version 1.0.68

- Added gutil_weakref module
- Fixed a few compilation warnings
- Packaging tweaks