Go to file
Joshua Scott 7903e23d90 dml: Specialize floating point types
(also, fixed a typo in the tests for DBL fields)
2018-03-30 16:54:02 +01:00
examples cmake: Set CXX_STANDARD to 11 on examples and tests 2018-03-29 15:48:20 +01:00
include/ki dml: Don't add fields with the same name but different types 2018-03-30 16:37:17 +01:00
src/dml dml: Specialize floating point types 2018-03-30 16:54:02 +01:00
test dml: Specialize floating point types 2018-03-30 16:54:02 +01:00
third_party cmake: Add CMakeLists.txt 2018-03-26 19:19:39 +01:00
.gitignore cmake: Set CXX_STANDARD to 11 on examples and tests 2018-03-29 15:48:20 +01:00
.travis.yml travis: Verbose output on test failure 2018-03-29 23:20:30 +01:00
CMakeLists.txt dml: Add header files 2018-03-26 21:39:10 +01:00
README.md README: Add build status 2018-03-29 16:01:11 +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