Releases: hellige/ccs-cpp
Releases · hellige/ccs-cpp
Fixed nesting in RuleBuilder
Cleanup
Remove boost, use CMake
- CCS is now built with CMake, the old handwritten Makefile is gone.
- Dependency on boost has been removed, CCS has no runtime dependencies other than the standard lib.
0.9.17
GCC 7.2.0
0.9.13 Support GCC 7.2.0 instead of GCC 7.1.0
Header file fix
Adds a missing include found when compiling against gcc 7.1.0
API tweaks for DAG logging.
0.9.11 Use provided ostream for dag logging, allow to log dag from any CcsCo…
Fix for conjunction/disjunction collision
This is a bugfix release.
Boost 1.63
Update package.fig
to include latest boost.
Boost 1.62
Use latest boost; adds a list of supported compilers.