-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Eduardo Silva <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cfl
updated
15 files
+1 −1 | CMakeLists.txt | |
+1 −0 | include/cfl/cfl_array.h | |
+27 −0 | include/cfl/cfl_checksum.h | |
+1 −0 | include/cfl/cfl_hash.h | |
+3 −0 | include/cfl/cfl_kvlist.h | |
+64 −23 | include/cfl/cfl_list.h | |
+3 −0 | include/cfl/cfl_variant.h | |
+1 −2 | lib/xxhash/xxhash.h | |
+1 −0 | src/CMakeLists.txt | |
+22 −0 | src/cfl_array.c | |
+111 −0 | src/cfl_checksum.c | |
+23 −0 | src/cfl_kvlist.c | |
+2 −2 | src/cfl_sds.c | |
+16 −0 | src/cfl_variant.c | |
+40 −0 | tests/variant.c |