0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
port https://svn.boost.org/trac/boost/changeset/80273 from Boost svn More... over 11 years ago
add unpack_expr function, tests for make_expr and unpack_expr More... over 11 years ago
backport https://svn.boost.org/trac/boost/changeset/80820 from boost trunk More... over 11 years ago
death to typedef, long live aliases More... over 11 years ago
fix name look-up problem with get_pointer that was causing clang to crash and the mem_fun test to fail More... over 11 years ago
fix oops More... over 11 years ago
regularized grammar and action customization protocol More... over 11 years ago
make the environment the 2nd parameter and state the third. More... over 11 years ago
remove active_grammar template. action does it all. More... over 11 years ago
add tests for new logical op actions More... over 11 years ago
and_, or_, not_, if_ take boolean actions always, replace or_/when with match/case_ More... over 11 years ago
fix pass-through, misc other More... over 11 years ago
experiment with making tags function objects that do the thing they say; e.g. proto::plus adds, etc. More... over 11 years ago
clean-up More... over 11 years ago
use function types to specify expressions More... over 11 years ago
updated filters More... over 11 years ago
add license, prereqs to readme More... over 11 years ago
use markdown for TODO and README More... over 11 years ago
add .gitignore More... over 11 years ago
more functionals, additional test More... over 11 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 11 years ago
don't let sfinae_errors get passed as arguments to functions. just return them. More... over 11 years ago
simpler, more useful try_call wrapper, wrap more function calls More... over 11 years ago
Nice error messages for substitution failures. Nice, nice, nice. More... over 11 years ago
lexical scopinng for let expressions is broken. use dynamic scoping for now. More... over 11 years ago
add let transform More... over 11 years ago
tests for fold algorithm, fix bugs, bugs, bugs in fold More... over 11 years ago
support action eval(_tag_of, Action(pack(_))...), share implementation with _eval basic action, naming consistency More... over 11 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 11 years ago
more clean-up More... over 11 years ago