- 06 Dec, 2019 1 commit
-
-
Protect copy constructors in non-leaf and leaf classes, to avoid the implicitly generated ones by the compiler that could cause slicing. In Cloneable, the assignment operator was deleted to disable issues with implicitly generated assingment operators in derived classes to prevent slicing. (resolves #31)
-
- 03 Dec, 2019 1 commit
-
-
add elsa:all convenience target and matching elsa.h convenience header for linking/including all of elsa. In addition: tests are no longer part of the default target, but have their own tests target. (#25)
-
- 18 Sep, 2019 3 commits
-
-
Tobias Lasser authored
-
Tobias Lasser authored
-
Tobias Lasser authored
-
- 13 Sep, 2019 1 commit
-
-
Tobias Lasser authored
-