v1.0.0
IREP is a tool for filling C/C++ or Fortran data structures from Lua input tables.
It's been around for a while but this is the first "GitHub official" release.
Major updates include:
- Updated
CMake
build system with proper install target - Modularized WKT libraries
- includable
gmake
build support for client code - CMake build support via
find_package
- includable
- Previously manual build/code generation tasks moved into
irep-generate
tool - Documentation at https://irep.readthedocs.io
- Revamped appearance for WKT documentation
- Automated build of examples in CI on GitHub
- Support for Lua versions higher than 5.1
- Removed requirement to use
-DIREP_LANG_C
when including WKT headers in C code