index
:
libmm
master
matrices
ready
Mathematical C++ library that (ab)uses abstraction
Linux User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
mm
/
mmvec.hpp
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2019-07-10
Implicit convertion to basic_vec to vec2 or vec3
ancarola
1
-0
/
+21
2019-06-22
Update CMakeLists and structure under include
Nao Pross
1
-0
/
+0
2019-02-23
Make childs inherit all basic_vec constructors with lang syntax
Nao Pross
1
-14
/
+3
2019-02-23
Add test to cmake
Nao Pross
1
-1
/
+1
2019-02-22
Undo directory structure change
Nao Pross
1
-0
/
+0
2019-02-11
CMakeLists: include fixes, include tree structure modified
ancarola
1
-330
/
+0
2019-02-07
Add move constructor and move operator= to mmvec
Nao Pross
1
-6
/
+28
2019-02-07
Change public headers directory (include) structure
Nao Pross
1
-0
/
+0
Add a public header that includes the entire library "mm.hpp", and move mmvec to a subdirectory "mm".
2019-01-22
Move public headers in include/
HEAD
ready
master
Nao Pross
1
-0
/
+0
2019-01-22
Add ninja build files to create a shared and static library
Nao Pross
1
-3
/
+3
2019-01-21
Fix file name in header of mmvec.hpp
Nao Pross
1
-1
/
+1
2019-01-21
Add member operator =, +=, -=, *= overloads for basic_vec
Nao Pross
1
-8
/
+64