SHA256
1
0
forked from pool/libcdada

11 Commits

Author SHA256 Message Date
d02e2940c7 Accepting request 1308773 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1308773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcdada?expand=0&rev=6
2025-10-03 13:44:59 +00:00
c1bdb717c8 - Don't use valgrind in qemu emulation
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcdada?expand=0&rev=10
2025-10-03 06:32:36 +00:00
93933ccc73 Accepting request 1194556 from devel:libraries:c_c++
- 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.

OBS-URL: https://build.opensuse.org/request/show/1194556
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcdada?expand=0&rev=5
2024-08-18 16:20:18 +00:00
6fb65ab0ee Accepting request 1158681 from devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/1158681
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcdada?expand=0&rev=4
2024-03-17 21:16:46 +00:00
5da6c5d5f7 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcdada?expand=0&rev=6
2024-03-17 09:20:46 +00:00
ed27e78dc7 Accepting request 975251 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/975251
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcdada?expand=0&rev=3
2022-05-05 21:07:39 +00:00
d9f3085143 Accepting request 975054 from home:cgiboudeaux:branches:devel:libraries:c_c++
- 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

OBS-URL: https://build.opensuse.org/request/show/975054
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcdada?expand=0&rev=4
2022-05-05 17:59:37 +00:00
e2ab0bf3c5 Accepting request 915120 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/915120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcdada?expand=0&rev=2
2021-08-31 17:55:22 +00:00
2f03ab6038 Accepting request 915118 from home:jengelh:branches:devel:libraries:c_c++
- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/915118
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcdada?expand=0&rev=3
2021-08-30 16:27:39 +00:00
3e18343b15 Accepting request 879521 from devel:libraries:c_c++
I want to maintain libcdada in Factory

OBS-URL: https://build.opensuse.org/request/show/879521
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcdada?expand=0&rev=1
2021-03-17 19:16:23 +00:00
a52596ffd5 Accepting request 878981 from home:mnhauke
Initial package for libcdada

OBS-URL: https://build.opensuse.org/request/show/878981
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libcdada?expand=0&rev=1
2021-03-16 21:23:55 +00:00
3 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:507f0b7bf8cb7533c22731c64d92737e7536866be7c7dd317b89709cd6529867
size 1779809

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 2 11:38:59 UTC 2025 - Andreas Schwab <schwab@suse.de>
- Don't use valgrind in qemu emulation
-------------------------------------------------------------------
Sun Aug 18 13:11:36 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libcdada
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2021, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -32,7 +32,10 @@ BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: python3
# qemu does not support ptrace
%if !0%{?qemu_user_space_build}
BuildRequires: valgrind
%endif
%description
Library that offers basic data structures (list, set, map, ..)