- Feb 14, 2013
-
-
Pawel Orlowicz authored
-
- Jul 17, 2012
-
-
Pawel Orlowicz authored
-
- Apr 20, 2012
-
-
Adam Radziszewski authored
-
- Mar 11, 2012
-
-
ilor authored
This is a workaround for lovely boost 1.48 incompatibility causing compile errors on assignment to StrSet from a temporary StrSet, see https://svn.boost.org/trac/boost/ticket/6167 for more details.
-
- Dec 06, 2011
-
-
Paweł Kędzia authored
-
- Sep 26, 2011
-
-
Adam Radziszewski authored
-
- Jul 18, 2011
-
-
Adam Radziszewski authored
-
- Feb 09, 2011
-
-
ilor authored
-
- Dec 08, 2010
-
-
ilor authored
Values cleanup and doxy: remove some redundancies, make the Begin/End constants in Position an enum, change tag_ref to contents
-
- Nov 29, 2010
-
-
ilor authored
* reset_values function to set all Values to their defaul-construct state * read-only access to all variables of some type via get_all<T> * Variables cloning * convenience functions: get_or_throw, get_value Value subtypes now contain a value_type typedef and require a const value_type& get_value() const member function.
-
- Nov 18, 2010
-
-
Adam Wardynski authored
-
- Nov 15, 2010
-
-
ilor authored
Change StrSet::is_subset_of to correctly handle empty sets, add some comments Add Tset::insert_symbol Add tests for new functions Bump required corpus2 version to 0.1.2 due to a fixed bug there
-
- Nov 09, 2010
-
-
Adam Wardyński authored
-
- Nov 08, 2010
-
-
Adam Wardyński authored
Fixing expected interface of sets i.e. bool intersects function, not a function returning actual intersection
-
Adam Wardyński authored
Adding some methods to values for use by operators, e.g. equals and is_subset_of/intersection. Some are just stubs.
-
- Nov 03, 2010
-
-
ilor authored
-