Package Release Info

libcdada-0.6.1-bp160.1.11

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libcdada-devel
libcdada0

Change Logs

* Sun Aug 18 2024 Dirk Müller <dmueller@suse.com>
- update to 0.6.1:
  * tests: fix segfault in map_test.c
  * Add `prev_val` to
    `cdada_map_insert_replace()` API call to make it more useful
  * CI: add coverage for clang11, 12 and 13.
* Sun Mar 17 2024 Dirk Müller <dmueller@suse.com>
- update to 0.5.2:
  * map: don't penalize failed insert/erase/find operations
  * str: add string comparison functions `cdada_str_ncmp` and
    `cdada_str_ncmp_c`
  * map: add `cdada_map_get_pos()`
  * map: allow NULL ptr for val in `cdada_map_find()` to only
    check for presence
  * set: add `cdada_set_get_pos()`
  * list: minor change in `cdada_list_get()` to use
    `std::advance`
  * set: fix some error path return values for first()/last()
  * set: minor fix in header variable name
Version: 0.4.0-bp155.1.8
* Thu May 05 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 0.4.0
  * Add cdada_map_insert_replace()
  * Improved public API documentation
  * build: add --without-tests --without-examples build options
  * Fix E_EMPTY return codes set/map/list/stack/queue
  * Fix make check when valgrind is not installed
* Mon Aug 30 2021 Jan Engelhardt <jengelh@inai.de>
- Ensure neutrality of description.
* Sun Mar 14 2021 Martin Hauke <mardnh@gmx.de>
- Initial package, version 0.3.4