0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Jan 09, 2025 — Jan 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #82 from stellarpower/Fix10 More... over 2 years ago
Fixes #10. NOt sure if required in other places as of yet. More... over 2 years ago
Merge pull request #74 from CaseyCarter/patch-1 More... almost 7 years ago
Fix improper redeclaration of lambda_ in detail::lambda_<list<...>, true> More... almost 7 years ago
Merge pull request #66 from kedarbhat/feature/tests More... almost 7 years ago
Merge branch 'master' into feature/tests More... almost 7 years ago
Merge pull request #72 from Little-Flower-171/patch-1 More... almost 7 years ago
Merge pull request #63 from CaseyCarter/issue_47 More... almost 7 years ago
Merge pull request #62 from CaseyCarter/issue_56 More... almost 7 years ago
Merge pull request #61 from CaseyCarter/integer_pack More... almost 7 years ago
Replace std::is_void by std::decay More... almost 7 years ago
added transform test for case of two lists and a binary invocable More... almost 7 years ago
removed META_CONCEPT guard More... almost 7 years ago
fixed tests for concepts More... almost 7 years ago
added tests for logical lazy/eager conjunction/disjunction (strict/non-strict) to test variadic-ness More... almost 7 years ago
eager bitwise tests match lazy bitwise tests More... almost 7 years ago
added the rest of meta algorithms tests More... almost 7 years ago
better strict_and, strict_or, lazy::strict_and, lazy::strict_or tests (#if guards for GCC < 5 demonstrate lack of short circuiting) More... almost 7 years ago
correction to meta::transform More... almost 7 years ago
most algorithms tests added More... almost 7 years ago
finished meta datatype group tests More... almost 7 years ago
corrected strict and/or tests More... almost 7 years ago
finished meta::logical tests More... almost 7 years ago
finished meta::math and meta::trait tests More... almost 7 years ago
using equal_to instead of std::is_same for negation (for MSVC) More... almost 7 years ago
removed awkward alias template More... almost 7 years ago
made META_WORKAROUND_GCC_64970 guard less awkward; more lambdas removed More... almost 7 years ago
removed unnecessary lambdas for readability More... almost 7 years ago
Merge remote-tracking branch 'upstream/master' into feature/tests More... almost 7 years ago
attempting to use an alias template (computation_t) to make this more readable More... almost 7 years ago