]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
ccan: Add htable, strset and dependencies
authorDaniel Wagner <dwagner@suse.de>
Mon, 17 Jul 2023 13:33:18 +0000 (15:33 +0200)
committerDaniel Wagner <wagi@monom.org>
Thu, 20 Jul 2023 09:21:07 +0000 (11:21 +0200)
commit234f39f3d1104bc2e45ccd2525ea570eb33f74ab
treeac2eb553200e7b6af3c8d9a631609c63c09953b8
parent86c144f83137c0b636e0c9f1eb6259d15a66c4e8
ccan: Add htable, strset and dependencies

strset code implements an ordered set of string.

Upstream repo: git://git.ozlabs.org/~ccan/ccan
Version: 3942778bb3f6 ("fdpass: avoid memory leak in example.")

Signed-off-by: Daniel Wagner <dwagner@suse.de>
23 files changed:
ccan/ccan/compiler/LICENSE [new symlink]
ccan/ccan/compiler/compiler.h [new file with mode: 0644]
ccan/ccan/hash/LICENSE [new symlink]
ccan/ccan/hash/hash.c [new file with mode: 0644]
ccan/ccan/hash/hash.h [new file with mode: 0644]
ccan/ccan/htable/LICENSE [new symlink]
ccan/ccan/htable/htable.c [new file with mode: 0644]
ccan/ccan/htable/htable.h [new file with mode: 0644]
ccan/ccan/htable/htable_type.h [new file with mode: 0644]
ccan/ccan/ilog/LICENSE [new symlink]
ccan/ccan/ilog/ilog.c [new file with mode: 0644]
ccan/ccan/ilog/ilog.h [new file with mode: 0644]
ccan/ccan/likely/LICENSE [new symlink]
ccan/ccan/likely/likely.c [new file with mode: 0644]
ccan/ccan/likely/likely.h [new file with mode: 0644]
ccan/ccan/short_types/LICENSE [new symlink]
ccan/ccan/short_types/short_types.h [new file with mode: 0644]
ccan/ccan/strset/strset.c [new file with mode: 0644]
ccan/ccan/strset/strset.h [new file with mode: 0644]
ccan/ccan/typesafe_cb/LICENSE [new symlink]
ccan/ccan/typesafe_cb/typesafe_cb.h [new file with mode: 0644]
ccan/licenses/LGPL-2.1 [new file with mode: 0644]
ccan/meson.build