Age | Commit message (Expand) | Author |
---|---|---|
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 |