Go to file
pythonology 6518148b50 pclass: Rename Type::is_byte_based -> Type::is_byte_aligned
Also introduced the Type::cast convenience method. This is primarily to
fix type casting over in kipy when deserializing XML values. This
was necessary since properties in kipy are not type-aware, and as such
couldn't determine if the value was actually a string, or meant to
be casted to something else.
2019-07-04 00:15:41 -04:00
cmake cmake: Fix ZLIB_STATIC errors on Linux 2019-01-21 13:15:22 +00:00
docs etc: Add Doxygen 2018-11-18 17:19:18 +00:00
examples examples: Example for loading DML message modules 2018-04-05 18:09:56 +01:00
include/ki pclass: Rename Type::is_byte_based -> Type::is_byte_aligned 2019-07-04 00:15:41 -04:00
src pclass: Rename Type::is_byte_based -> Type::is_byte_aligned 2019-07-04 00:15:41 -04:00
test pclass: Rename Type::is_byte_based -> Type::is_byte_aligned 2019-07-04 00:15:41 -04:00
third_party serialization: Add FileSerializer and XmlSerializer 2019-01-07 22:49:12 +00:00
.gitignore util: Add write_copy and read_copy to BitStream 2018-11-16 14:52:49 +00:00
.travis.yml travis: export COVERALLS_REPO_TOKEN 2018-10-20 19:32:21 +01:00
CMakeLists.txt pclass: Implement casters between primitives and json object 2018-12-15 16:51:45 +00:00
README.md etc: Add Azure DevOps and Coveralls badge to README 2018-10-20 19:02:11 +01:00
azure-pipelines.yml util: Fix buffer expansion and reformat unit tests 2018-10-20 18:17:35 +01:00

README.md

libki

A library that implements multiple KingsIsle systems such as KINP, DML, and various serialization systems written in C++.

Build Status Build Status Coverage Status