Commit Graph

26 Commits

Author SHA1 Message Date
7733cc90ff feat(build): add windows batch build helper
All checks were successful
Build / build-script (push) Successful in 12s
Build / cmake-build (push) Successful in 26s
Build / unit-tests (push) Successful in 25s
2026-06-17 10:37:32 -05:00
776a2dc55b fix(test): register full ctest suite 2026-06-17 10:36:14 -05:00
8f8bd32c19 Merge pull request 'Add optimization flags and cleanup compile settings' (#2) from Codex/iKv:optimization into main
All checks were successful
Build / build-script (push) Successful in 11s
Build / cmake-build (push) Successful in 24s
Build / unit-tests (push) Successful in 24s
Reviewed-on: iDENTITY-Technology/iKv#2
2026-06-17 15:33:29 +00:00
414804ddb9 Update CMakeLists.txt
All checks were successful
Build / build-script (pull_request) Successful in 14s
Build / cmake-build (pull_request) Successful in 48s
Build / unit-tests (pull_request) Successful in 31s
2026-06-17 15:31:46 +00:00
34756ea343 Enable optimization flags and warnings for GNU/Clang compilers and tidy up compile options.
Some checks failed
Build / build-script (pull_request) Successful in 16s
Build / cmake-build (pull_request) Failing after 37s
Build / unit-tests (pull_request) Failing after 24s
2026-06-17 06:17:21 +00:00
735280ff07 Update src/loaders/ikv2.c 2026-06-17 06:10:07 +00:00
72015d3516 Update .gitignore 2026-06-17 06:04:37 +00:00
4875453a04 test(ikv2): update invalid payload expectations
All checks were successful
Build / build-script (push) Successful in 16s
Build / cmake-build (push) Successful in 30s
Build / unit-tests (push) Successful in 25s
2026-06-15 22:17:55 -05:00
e099c3b60b fix(ikv2): validate indexed payload bounds and preserve sort order
Some checks failed
Build / build-script (push) Successful in 17s
Build / cmake-build (push) Successful in 36s
Build / unit-tests (push) Failing after 28s
2026-06-15 22:07:45 -05:00
8ea2e8990e perf(ikv2): reduce indexed root lookup and write overhead 2026-06-15 22:05:23 -05:00
ffe30824a1 newline
All checks were successful
Build / build-script (push) Successful in 13s
Build / cmake-build (push) Successful in 33s
Build / unit-tests (push) Successful in 25s
2026-06-14 22:59:38 -05:00
ce29f2292f docs(readme): rewrite project overview and usage 2026-06-14 22:41:32 -05:00
f1a1c9f1ae chore(repo): remove obsolete windows build helper
All checks were successful
Build / build-script (push) Successful in 10s
Build / cmake-build (push) Successful in 25s
Build / unit-tests (push) Successful in 24s
2026-06-14 22:39:58 -05:00
b46d7d059b ci(build): run repo build script on linux 2026-06-14 22:38:59 -05:00
37e5146a43 fix(ci): remove sudo from linux workflow jobs
Some checks failed
Build / cmake-build (push) Successful in 31s
Build / unit-tests (push) Successful in 31s
Build / build-script (push) Has been cancelled
2026-06-14 22:29:46 -05:00
c50490a2cc ci(workflow): run cmake, build script, and tests in parallel
Some checks failed
Build / unit-tests (push) Successful in 32s
Build / cmake-build (push) Failing after 51s
Build / build-script (push) Has been cancelled
2026-06-14 22:24:20 -05:00
a97e0eb7c5 build(cmake): add reusable static library target
All checks were successful
Build / linux-build-and-test (push) Successful in 27s
2026-06-14 22:22:15 -05:00
724e8db442 chore(actions): remove fuzz job
All checks were successful
Build / linux-build-and-test (push) Successful in 27s
2026-06-14 21:46:37 -05:00
1bd4c46712 ci(actions): add parallel linux fuzz job
Some checks failed
Build / linux-build-and-test (push) Successful in 23s
Build / linux-fuzz (push) Failing after 48s
2026-06-14 21:43:54 -05:00
e8b4c2dde8 test(core): expand coverage and add fault injection
All checks were successful
Build / linux-build-and-test (push) Successful in 27s
2026-06-14 21:40:34 -05:00
467c289465 better gitignore
All checks were successful
Build / linux-build-and-test (push) Successful in 25s
2026-06-14 21:29:41 -05:00
2bc01e265b Merge remote-tracking branch 'origin/renovate/configure' 2026-06-14 21:27:40 -05:00
88b3a535bf test(demo): add structured unit test runner 2026-06-14 21:27:20 -05:00
d3e74acdd7 Add renovate.json
All checks were successful
Build / linux-build-and-test (push) Successful in 25s
Build / linux-build-and-test (pull_request) Successful in 37s
2026-06-15 02:23:07 +00:00
c614e0b8e0 feat(core): split library layout and add tests
All checks were successful
Build / linux-build-and-test (push) Successful in 46s
2026-06-14 21:19:16 -05:00
cdce2da01b Initial commit 2026-06-15 01:56:13 +00:00