index
:
TypeAsValue
master
C++ compile time computation library using types as values and templates as functions
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-01-19
Replaced Google-Test with `static_assert` based test cases
Adrian Kummerlaender
2015-01-19
Moved `Odd` helper into math operation header
Adrian Kummerlaender
2015-01-19
Implemented `Filter` in terms of `Fold`
Adrian Kummerlaender
2015-01-18
Implemented `Reverse` function in terms of `Fold`
Adrian Kummerlaender
2015-01-18
Implemented `Map` in terms of `Fold`
Adrian Kummerlaender
2015-01-18
Reimplemented `Length` function in terms of `Fold`
Adrian Kummerlaender
2015-01-18
Implemented higher order function `fold`
Adrian Kummerlaender
2015-01-17
Replaced `If` based `Nth` implementation with partial specializations
Adrian Kummerlaender
2015-01-17
Implemented `Take` function
Adrian Kummerlaender
2015-01-17
Implemented `Nth` function
Adrian Kummerlaender
2015-01-17
Extracted list operations into separate _operation_ headers
Adrian Kummerlaender
2015-01-17
Implemented `Length` function
Adrian Kummerlaender
2015-01-17
Added Scheme representation to test cases as a kind of documentation
Adrian Kummerlaender
2015-01-16
Implemented recursive `Concatenate` _Cons_ constructor
Adrian Kummerlaender
2015-01-16
Implemented basic `Cons` value type and `List` constructor
Adrian Kummerlaender
2015-01-16
Capitalized math operations to fit naming scheme
Adrian Kummerlaender
2015-01-16
Implemented `tav::If` as `std::conditional` wrapper
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
2015-01-15
Removed unnecessary restrictions of the standard operator rules
Adrian Kummerlaender
2015-01-15
Completed basic math operators and fixed their result type
Adrian Kummerlaender
2015-01-15
Added basic value type alias and math operations
Adrian Kummerlaender
2015-01-15
Initial project structure
Adrian Kummerlaender
[prev]