-
Notifications
You must be signed in to change notification settings - Fork 0
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
8c0b5d1
commit ec07c2f
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libucl
updated
22 files
+0 −95 | .circleci/config.yml | |
+75 −0 | .github/workflows/cmake-multi-platform.yml | |
+30 −0 | .github/workflows/makefile.yml | |
+2 −2 | CMakeLists.txt | |
+16 −0 | ChangeLog.md | |
+2 −2 | Makefile.unix | |
+10 −6 | README.md | |
+2 −2 | configure.ac | |
+2 −2 | include/ucl.h | |
+53 −19 | lua/lua_ucl.c | |
+1 −1 | python/setup.py | |
+54 −26 | src/ucl_emitter.c | |
+5 −4 | src/ucl_emitter_streamline.c | |
+46 −21 | src/ucl_parser.c | |
+1 −0 | src/ucl_schema.c | |
+8 −3 | src/ucl_util.c | |
+0 −0 | tests/schema/definitions.json.disabled | |
+0 −16 | tests/schema/ref.json | |
+0 −0 | tests/schema/refRemote.json.disabled | |
+1 −1 | tests/test_speed.c | |
+41 −2 | tests/test_streamline.c | |
+534 −215 | uthash/utlist.h |