port https://svn.boost.org/trac/boost/changeset/80273 from Boost svn |
|
More...
|
about 12 years ago
|
add unpack_expr function, tests for make_expr and unpack_expr |
|
More...
|
about 12 years ago
|
backport https://svn.boost.org/trac/boost/changeset/80820 from boost trunk |
|
More...
|
about 12 years ago
|
death to typedef, long live aliases |
|
More...
|
about 12 years ago
|
fix name look-up problem with get_pointer that was causing clang to crash and the mem_fun test to fail |
|
More...
|
about 12 years ago
|
fix oops |
|
More...
|
about 12 years ago
|
regularized grammar and action customization protocol |
|
More...
|
about 12 years ago
|
make the environment the 2nd parameter and state the third. |
|
More...
|
about 12 years ago
|
remove active_grammar template. action does it all. |
|
More...
|
about 12 years ago
|
add tests for new logical op actions |
|
More...
|
about 12 years ago
|
and_, or_, not_, if_ take boolean actions always, replace or_/when with match/case_ |
|
More...
|
about 12 years ago
|
fix pass-through, misc other |
|
More...
|
about 12 years ago
|
experiment with making tags function objects that do the thing they say; e.g. proto::plus adds, etc. |
|
More...
|
about 12 years ago
|
clean-up |
|
More...
|
about 12 years ago
|
use function types to specify expressions |
|
More...
|
about 12 years ago
|
updated filters |
|
More...
|
over 12 years ago
|
add license, prereqs to readme |
|
More...
|
over 12 years ago
|
use markdown for TODO and README |
|
More...
|
over 12 years ago
|
add .gitignore |
|
More...
|
over 12 years ago
|
more functionals, additional test |
|
More...
|
over 12 years ago
|
compile-time perf tweaks to various utility metafunctions from dave a., guard more calls with try_call, s/sfinae_error/substitution_failure/ |
|
More...
|
over 12 years ago
|
don't let sfinae_errors get passed as arguments to functions. just return them. |
|
More...
|
over 12 years ago
|
simpler, more useful try_call wrapper, wrap more function calls |
|
More...
|
over 12 years ago
|
Nice error messages for substitution failures. Nice, nice, nice. |
|
More...
|
over 12 years ago
|
lexical scopinng for let expressions is broken. use dynamic scoping for now. |
|
More...
|
over 12 years ago
|
add let transform |
|
More...
|
over 12 years ago
|
tests for fold algorithm, fix bugs, bugs, bugs in fold |
|
More...
|
over 12 years ago
|
support action eval(_tag_of, Action(pack(_))...), share implementation with _eval basic action, naming consistency |
|
More...
|
over 12 years ago
|
tags move front and center, expression template aliases move into exprs namespace, add literal template alias for exprs::terminal, algorithm -> active_grammar |
|
More...
|
over 12 years ago
|
more clean-up |
|
More...
|
over 12 years ago
|