Menu

expression_tree / News: Recent posts

expression_tree 3.2 released

Parallel evaluation policy is made available automatically for Visual Studio and GCC versions which support it.

Posted by Thierry Seegers 2012-04-16

expression_tree 3.0 released

This release adds multithreaded evaluation. The C++11 <future> header is required.

Posted by Thierry Seegers 2011-06-26

expression_tree 2.0 released

OK, so I kept working on it... I couldn't help it. I still felt it could be better. And it now is!

  1. The namespace expression_tree was introduced and the class expression_tree was renamed to tree.
  2. The expression_tree class now uses policy-based design which is much clearer than what was before.
  3. The node class is officially public, so you can make copies of nodes (and, thus, entire sub-trees) and assign them back to trees.
  4. Don't worry, it's all in the documentation and the sample code.
Posted by Thierry Seegers 2010-12-16

expression_tree 1.0 released

Code and documentation stable, so I'm calling this one 1.0.

Posted by Thierry Seegers 2010-12-05