| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove debug include if NDEBUG is definedmatrices | Nao Pross | 2019-10-10 | 1 | -0/+2 |
* | Fix indentation | Nao Pross | 2019-10-10 | 1 | -100/+99 |
* | Update access model for operator| | Nao Pross | 2019-10-10 | 3 | -93/+233 |
* | New matrix data model (breaks everything) | Nao Pross | 2019-10-05 | 4 | -799/+132 |
* | Implicit convertion to basic_vec to vec2 or vec3 | ancarola | 2019-07-10 | 4 | -60/+171 |
* | Small correction on basic multiplication | ancarola | 2019-07-01 | 2 | -32/+56 |
* | The matrix library is compiling and all tested operations work fine. | ancarola | 2019-07-01 | 4 | -51/+191 |
* | Optimized matrix section | ancarola | 2019-06-30 | 6 | -463/+992 |
* | Finally compiles | ancarola | 2019-06-29 | 1 | -132/+198 |
* | Small correction on interators | ancarola | 2019-06-28 | 1 | -2/+2 |
* | Iterators compacting code improvements, still not compiles | ancarola | 2019-06-28 | 2 | -274/+729 |
* | Optimising matrices access and operations | ancarola | 2019-06-28 | 3 | -9/+832 |
* | Merge branch 'master' into matrices | Nao Pross | 2019-06-24 | 8 | -20/+9 |
|\ |
|
| * | Update CMakeLists and structure under include | Nao Pross | 2019-06-22 | 5 | -5/+5 |
| * | Make childs inherit all basic_vec constructors with lang syntax | Nao Pross | 2019-02-23 | 1 | -14/+3 |
* | | Update matrix test, add square matrix trace and fix comments | Nao Pross | 2019-03-02 | 2 | -34/+90 |
* | | Fix matrix operator[] to allow M[j][k] and operator<< formatting | Nao Pross | 2019-03-01 | 2 | -28/+35 |
* | | Change storage for matrix to std::array, update matrix_example | Nao Pross | 2019-02-23 | 2 | -33/+43 |
* | | Add initializer_list constructor to basic_matrix and matrix test | Nao Pross | 2019-02-23 | 3 | -50/+143 |
* | | Merge branch 'master' into matrices | Nao Pross | 2019-02-23 | 4 | -1/+33 |
|\ \
| |/ |
|
| * | Add test to cmake | Nao Pross | 2019-02-23 | 4 | -1/+33 |
* | | Start specializations of basic_matrix | Nao Pross | 2019-02-23 | 1 | -6/+95 |
* | | Add operator<< for basic_matrix | Nao Pross | 2019-02-23 | 1 | -2/+14 |
* | | Add +, -, * operators to mm::basic_matrix | Nao Pross | 2019-02-23 | 1 | -13/+147 |
* | | Merge branch 'master' into matrices | Nao Pross | 2019-02-22 | 8 | -45/+157 |
|\ \
| |/ |
|
| * | Fix typos and other minor errors | Nao Pross | 2019-02-11 | 1 | -13/+8 |
| * | Small conflict solved | ancarola | 2019-02-11 | 1 | -1/+5 |
| |\ |
|
| | * | Fix MMConfig.cmake.in | Nao Pross | 2019-02-11 | 1 | -0/+4 |
| * | | 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 |
| * | 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 |
* | | | Undo directory structure change | Nao Pross | 2019-02-22 | 3 | -1/+1 |
* | | | Add initial implementation for mmmatrix and update to build.ninja | Nao Pross | 2019-02-07 | 3 | -2/+63 |
|/ / |
|
* | | Change public headers directory (include) structure | Nao Pross | 2019-02-07 | 3 | -1/+12 |
|/ |
|
* | 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 |