Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMakeLists: include fixes, include tree structure modified | ancarola | 2019-02-11 | 5 | -2/+15 |
| | |||||
* | Add CMake configuration, delete ninja files | Nao Pross | 2019-02-10 | 4 | -38/+116 |
| | | | | The new CMake configuration builds only static libraries | ||||
* | Merge remote-tracking branch 'github/master' | Nao Pross | 2019-02-10 | 1 | -0/+0 |
|\ | |||||
| * | Test directory creation | ancarola | 2019-02-05 | 1 | -0/+0 |
| | | |||||
* | | Add move constructor and move operator= to mmvec | Nao Pross | 2019-02-07 | 1 | -6/+28 |
| | | |||||
* | | Change public headers directory (include) structure | Nao Pross | 2019-02-07 | 3 | -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/HEADreadymaster | Nao Pross | 2019-01-22 | 2 | -1/+1 |
| | |||||
* | Delete makefile | Nao Pross | 2019-01-22 | 1 | -8/+0 |
| | |||||
* | Add ninja rule to build example | Nao Pross | 2019-01-22 | 1 | -0/+5 |
| | |||||
* | Add ninja build files to create a shared and static library | Nao Pross | 2019-01-22 | 5 | -3/+38 |
| | |||||
* | Fix file name in header of mmvec.hpp | Nao Pross | 2019-01-21 | 1 | -1/+1 |
| | |||||
* | Add member operator =, +=, -=, *= overloads for basic_vec | Nao Pross | 2019-01-21 | 2 | -8/+70 |
| | |||||
* | Initial commit, add mmvec.hpp with example, makefile and .gitignore | Nao Pross | 2019-01-20 | 4 | -0/+317 |