-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9faf65a
commit 711b12c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ulib
updated
30 files
+2 −0 | .clang-format | |
+1 −1 | .pre-commit-config.yaml | |
+34 −0 | CHANGELOG.md | |
+1 −1 | CMakeLists.txt | |
+6 −0 | docs/api/macros.rst | |
+2 −10 | include/uattrs.h | |
+6 −1 | include/uhash.h | |
+1 −0 | include/uhash_builtin.h | |
+1 −0 | include/ulib.h | |
+3 −1 | include/ustring.h | |
+0 −1 | include/utest.h | |
+8 −0 | include/uutils.h | |
+2 −0 | include/uvec.h | |
+114 −0 | include/uwarning.h | |
+1 −0 | src/uhash_builtin.c | |
+0 −1 | src/urand.c | |
+0 −2 | src/ustrbuf.c | |
+1 −2 | src/ustream.c | |
+3 −0 | src/ustring.c | |
+0 −1 | src/ustring_raw.c | |
+0 −1 | test/bench.c | |
+1 −1 | test/test.c | |
+1 −2 | test/tests/ubit_tests.c | |
+1 −3 | test/tests/uhash_tests.c | |
+1 −7 | test/tests/urand_tests.c | |
+1 −5 | test/tests/ustream_tests.c | |
+1 −10 | test/tests/ustring_tests.c | |
+1 −5 | test/tests/utime_tests.c | |
+1 −6 | test/tests/uvec_tests.c | |
+1 −5 | test/tests/uversion_tests.c |