Age | Commit message (Expand) | Author |
---|---|---|
2015-02-12 | Added `Is` prefix to `EqualValue` and `EqualType` | Adrian Kummerlaender |
2015-02-08 | Added `GreaterThan` and `LowerThan` comparators | Adrian Kummerlaender |
2015-01-24 | Added `Modulo` math operator | Adrian Kummerlaender |
2015-01-23 | Implemented `ListTabulate` in terms of `Iota` and `Map` | Adrian Kummerlaender |
2015-01-19 | Moved `Odd` helper into math operation header | Adrian Kummerlaender |
2015-01-16 | Capitalized math operations to fit naming scheme | Adrian Kummerlaender |
2015-01-16 | Redefined function template structs as template aliases | Adrian Kummerlaender |
2015-01-15 | Extracted basic math operations into separate header | Adrian Kummerlaender |