Skip to content

Releases: hellige/ccs-cpp

Fixed nesting in RuleBuilder

15 Apr 00:47
Compare
Choose a tag to compare

Nested select() calls in RuleBuilder should imply conjunction rather than disjunction.

Cleanup

07 Jun 20:42
Compare
Choose a tag to compare
  • Remove spurious cout
  • Tidy up tests

Remove boost, use CMake

07 Jun 19:50
Compare
Choose a tag to compare
  • 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

07 Jun 19:48
Compare
Choose a tag to compare
Reformat package.fig to work with internal fig-packages recipe.

GCC 7.2.0

16 Jan 22:18
Compare
Choose a tag to compare
0.9.13

Support GCC 7.2.0 instead of GCC 7.1.0

Header file fix

30 May 19:12
Compare
Choose a tag to compare

Adds a missing include found when compiling against gcc 7.1.0

API tweaks for DAG logging.

04 Apr 16:35
Compare
Choose a tag to compare
0.9.11

Use provided ostream for dag logging, allow to log dag from any CcsCo…

Fix for conjunction/disjunction collision

04 Apr 04:26
Compare
Choose a tag to compare

This is a bugfix release.

Boost 1.63

27 Dec 17:52
Compare
Choose a tag to compare

Update package.fig to include latest boost.

Boost 1.62

30 Sep 14:28
Compare
Choose a tag to compare

Use latest boost; adds a list of supported compilers.