summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into matricesNao Pross2019-02-228-45/+157
|\
| * Fix typos and other minor errorsNao Pross2019-02-111-13/+8
| |
| * Small conflict solvedancarola2019-02-111-1/+5
| |\
| | * Fix MMConfig.cmake.inNao Pross2019-02-111-0/+4
| | |
| * | CMakeLists: include fixes, include tree structure modifiedancarola2019-02-115-2/+15
| |/
| * Add CMake configuration, delete ninja filesNao Pross2019-02-104-38/+116
| | | | | | | | The new CMake configuration builds only static libraries
| * Merge remote-tracking branch 'github/master'Nao Pross2019-02-101-0/+0
| |\
| | * Test directory creationancarola2019-02-051-0/+0
| | |
| * | Add move constructor and move operator= to mmvecNao Pross2019-02-071-6/+28
| | |
* | | Undo directory structure changeNao Pross2019-02-223-1/+1
| | |
* | | Add initial implementation for mmmatrix and update to build.ninjaNao Pross2019-02-073-2/+63
|/ /
* | Change public headers directory (include) structureNao Pross2019-02-073-1/+12
|/ | | | | Add a public header that includes the entire library "mm.hpp", and move mmvec to a subdirectory "mm".
* Move public headers in include/HEADreadymasterNao Pross2019-01-222-1/+1
|
* Delete makefileNao Pross2019-01-221-8/+0
|
* Add ninja rule to build exampleNao Pross2019-01-221-0/+5
|
* Add ninja build files to create a shared and static libraryNao Pross2019-01-225-3/+38
|
* Fix file name in header of mmvec.hppNao Pross2019-01-211-1/+1
|
* Add member operator =, +=, -=, *= overloads for basic_vecNao Pross2019-01-212-8/+70
|
* Initial commit, add mmvec.hpp with example, makefile and .gitignoreNao Pross2019-01-204-0/+317