summaryrefslogtreecommitdiffstats
path: root/include/mmvec.hpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-22Update CMakeLists and structure under includeNao Pross1-319/+0
2019-02-23Make childs inherit all basic_vec constructors with lang syntaxNao Pross1-14/+3
2019-02-23Add test to cmakeNao Pross1-1/+1
2019-02-22Undo directory structure changeNao Pross1-0/+0
2019-02-11CMakeLists: include fixes, include tree structure modifiedancarola1-330/+0
2019-02-07Add move constructor and move operator= to mmvecNao Pross1-6/+28
2019-02-07Change public headers directory (include) structureNao Pross1-0/+0
Add a public header that includes the entire library "mm.hpp", and move mmvec to a subdirectory "mm".
2019-01-22Move public headers in include/HEADreadymasterNao Pross1-0/+0
2019-01-22Add ninja build files to create a shared and static libraryNao Pross1-3/+3
2019-01-21Fix file name in header of mmvec.hppNao Pross1-1/+1
2019-01-21Add member operator =, +=, -=, *= overloads for basic_vecNao Pross1-8/+64