Skip to content

Releases: hellige/ccs-cpp

Fixed nesting in RuleBuilder

Choose a tag to compare

@hellige hellige released this 15 Apr 00:47

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

Cleanup

Choose a tag to compare

@hellige hellige released this 07 Jun 20:42
  • Remove spurious cout
  • Tidy up tests

Remove boost, use CMake

Choose a tag to compare

@hellige hellige released this 07 Jun 19:50
  • 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

Choose a tag to compare

@hellige hellige released this 07 Jun 19:48
Reformat package.fig to work with internal fig-packages recipe.

GCC 7.2.0

Choose a tag to compare

@mattgodbolt mattgodbolt released this 16 Jan 22:18
0.9.13

Support GCC 7.2.0 instead of GCC 7.1.0

Header file fix

Choose a tag to compare

@mattgodbolt mattgodbolt released this 30 May 19:12

Adds a missing include found when compiling against gcc 7.1.0

API tweaks for DAG logging.

Choose a tag to compare

@hellige hellige released this 04 Apr 16:35
0.9.11

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

Fix for conjunction/disjunction collision

Choose a tag to compare

@hellige hellige released this 04 Apr 04:26

This is a bugfix release.

Boost 1.63

Choose a tag to compare

@mattgodbolt mattgodbolt released this 27 Dec 17:52

Update package.fig to include latest boost.

Boost 1.62

Choose a tag to compare

@mattgodbolt mattgodbolt released this 30 Sep 14:28

Use latest boost; adds a list of supported compilers.