Age | Commit message (Expand) | Author |
---|---|---|
2015-02-26 | Enabled `Concatenate` to concatenate a variadic pack of lists | Adrian Kummerlaender |
2015-02-25 | Added `Cond` branch condition assertion | Adrian Kummerlaender |
2015-02-19 | Introduced `Branch` and `Else` pair aliases for usage in `Cond` | Adrian Kummerlaender |
2015-02-19 | Added missing `Cond` dependency headers | Adrian Kummerlaender |
2015-02-19 | Reimplemented `Find` in terms of `ListIndex` | Adrian Kummerlaender |
2015-02-15 | Simplified `Cond`, `Cons` and `Map` implementations | Adrian Kummerlaender |
2015-02-15 | Moved class-based implementations into `detail` namespace | Adrian Kummerlaender |
2015-02-14 | Introduced `Eval` function evaluation helper | Adrian Kummerlaender |
2015-02-12 | Implemented `Cond` conditional | Adrian Kummerlaender |
2015-02-05 | Defer `If` template resolution analogously to other functions | Adrian Kummerlaender |
2015-01-17 | Implemented `Length` function | Adrian Kummerlaender |
2015-01-16 | Implemented `tav::If` as `std::conditional` wrapper | Adrian Kummerlaender |