Go to file
black-desk ed1264728d
chore: release 0.2.1
Signed-off-by: black-desk <me@black-desk.cn>
2024-01-29 18:38:48 +08:00
.format@86250216b6 chore: update .format 2024-01-02 21:09:01 +08:00
.github build(deps): bump actions/cache from 3 to 4 (#43) 2024-01-18 11:35:07 +08:00
api/schema refact!: merge libs 2024-01-16 17:04:54 +08:00
cmake fix: upgrade PFL to fix export name 2024-01-29 18:18:45 +08:00
examples refact: reimplement options 2024-01-18 11:51:45 +08:00
include/ocppi fix: update type of annotations in status 2024-01-23 10:48:00 +08:00
misc/cmake refact!: merge libs 2024-01-16 17:04:54 +08:00
runtime-spec@06252546d1 feat: add runtime-spec as submodule 2023-08-28 23:36:07 +08:00
src/ocppi feat: add `features` command 2024-01-20 13:54:46 +08:00
tools fix: update type of annotations in status 2024-01-23 10:48:00 +08:00
.clang-format feat: add generated types 2023-08-30 16:10:37 +08:00
.cmake-format.py feat: add generated types 2023-08-30 16:10:37 +08:00
.gitignore fix: CLI subcommands should be placed at the beginning 2024-01-15 11:49:18 +08:00
.gitmodules chore: update codegen 2023-10-22 11:33:26 +08:00
CMakeLists.txt chore: release 0.2.1 2024-01-29 18:38:48 +08:00
README.md docs: add README.md 2023-09-19 16:36:49 +08:00

README.md

ocppi

This is a c++17 library for using or implement OCI runtime.

It including some OCI runtime types and json (de)serializing functions.