0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
expand operator overload macros to make the code more readable More... almost 12 years ago
user-defined expression types no longer need BOOST_PROTO_REGULAR_TRIVIAL_CLASS More... almost 12 years ago
use inheriting constructors, since clang's support is pretty good now More... almost 12 years ago
greatly simplify the implementation of proto's operator overloads More... almost 12 years ago
general-purpose function objects for built-in operators, implement tag types in terms of them More... almost 12 years ago
make the tags safe to use as actions regardless of domain capture policy More... almost 12 years ago
fix functional::make_expr to be safe for use in composite actions More... almost 12 years ago
make display_expr more useful More... almost 12 years ago
add back the ability to construct objects without proto::make More... almost 12 years ago
unix line endings, please More... almost 12 years ago
experiments exposing dangling ref problem with make_expr and tags used to create expressions in actions More... almost 12 years ago
s/cxx11/v5/ More... almost 12 years ago
add back missing test More... almost 12 years ago
style tweaks More... almost 12 years ago
reworked interfaces to as_expr, make_expr and unpack_expr. arity_of moves into result_of namespace. More... almost 12 years ago
rename include guards More... almost 12 years ago
remove references to inline cxx11 namespace from comments and strings More... almost 12 years ago
move everything into the inline cxx11 namespace More... almost 12 years ago
move to the cxx11 directory More... almost 12 years ago
Merge branch 'master' of github.com:ericniebler/proto-0x More... almost 12 years ago
add tag_of free function More... almost 12 years ago
missed one More... almost 12 years ago
carve up proto::functional namespace More... almost 12 years ago
correct comment More... almost 12 years ago
remove superflous Domain parametr to expr_assign, expr_subscript, and expr_function More... almost 12 years ago
expr<> can accept nested expression descriptors and do the right thing More... almost 12 years ago
add a test for proto::pass More... almost 12 years ago
rename construct back to make More... about 12 years ago
safer implementations of as_grammar_, as_action_, is_grammar, is_action, and def More... about 12 years ago
kill off action and grammar. replace with def. todo: stop early instantiation in as_action_ and as_grammar_ More... about 12 years ago