0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 10 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README More... almost 2 years ago
Merge pull request #21 from iritkatriel/dev More... about 8 years ago
changed SetInputs to be variadic instead of taking a fusion vector. More... about 8 years ago
result struct no longer needed More... about 8 years ago
engine as first parameter everywhere for consistency More... about 8 years ago
generic_func takes engine as first parameter (step towards making the number of func parameters variadic). More... about 8 years ago
use std::result_of instead of boost result_of protocol for ConstFunc More... about 8 years ago
unified all arities of Func strop into one variadic template. More... about 8 years ago
The Funcs strops use Invoke via ApplyFunction instead of retrieving the inputs from the base class. (step towards unifying all arities into one variadic template). More... about 8 years ago
FuncBase takes R, Args instead of F. F saved as std::function More... about 8 years ago
fixed type in comment More... about 8 years ago
remove unused definition More... about 8 years ago
naming convention More... about 8 years ago
Merge pull request #20 from iritkatriel/dev More... about 8 years ago
encapsulate mFunction, invoke it from Apply. More... over 8 years ago
use strop_return_type_t instead of struct result More... over 8 years ago
added strop_return_type_t alias More... over 8 years ago
use result_of instead of struct return in 0-arity function transform More... over 8 years ago
remove struct result from AddStropToGraph (use result_of instead) More... over 8 years ago
use result_of in Func0 too More... over 8 years ago
removed result<> struct from assert_eq More... over 8 years ago
removed result<> struct from operator functors More... over 8 years ago
all operator functors take references to const More... over 8 years ago
use std::result_of to deduce return types of functors More... over 8 years ago
Merge pull request #19 from iritkatriel/dev More... over 8 years ago
result<>::type of filter functions changed to include the optional<>, so that it matches the return type of operator(). This makes it possible to replace the result<> protocol with std::result_of. More... over 8 years ago
added remove_optional_t template More... over 8 years ago
reduced scope of the input_i's More... over 8 years ago
defined StropType to reduce repetition More... over 8 years ago
Merge pull request #18 from iritkatriel/dev More... over 8 years ago