- 10 Dec, 2019 1 commit
-
-
- 06 Dec, 2019 2 commits
-
-
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)
-
- 28 Nov, 2019 1 commit
-
-
Tobias Lasser authored
Add DataHandlerMapCPU, move copy-on-write functionality to DataHandler, add block functionality to DataContainer
-
- 31 Oct, 2019 4 commits
-
-
Jens Petit authored
-
Jens Petit authored
-
Jens Petit authored
-
Jens Petit authored
-
- 30 Oct, 2019 2 commits
-
-
-
Jens Petit authored
-
- 29 Oct, 2019 1 commit
-
-
Tobias Lasser authored
OptimizationProblem is now the new base class 'Problem' for problems, added QuadricProblem incl. conversions between different types of problems, added CG solver
-
- 25 Oct, 2019 1 commit
-
-
Tobias Lasser authored
-
- 22 Oct, 2019 5 commits
-
-
David Frank authored
-
David Frank authored
-
Jens Petit authored
-
Jens Petit authored
-
Jens Petit authored
-
- 21 Oct, 2019 2 commits
-
-
David Frank authored
#16 added new Cmake-Option to configure JUnit Reporter, added JUnit reporter to tests, moved Test macro to one place (DRY)
-
-
- 11 Oct, 2019 2 commits
-
-
David Frank authored
Sanitizers where added to CMake. Build with ELSA_BUILT_WITH_SANITIZERS and choose Thread or Address sanitizer
-
Tobias Lasser authored
-
- 28 Sep, 2019 3 commits
-
-
David Frank authored
Added flag to turn on compiler warnings
-
David Frank authored
Spdlog can now be used with find_package(Spdlog) in the main CMake file (necessary for projects including elsa); Further FindEigen was adapted to not need set(EIGEN3_INCLUDE_DIR ...) if it's a submodule; Renamed some CMake variables
-
David Frank authored
don't pull dependencies, if elsa is a subproject. This burdens other projects more, as they have to take care of the dependencies, but currently it seems like the better trade off, as we can stay cleaner in the project, that includes elsa
-
- 18 Sep, 2019 5 commits
-
-
Tobias Lasser authored
-
Tobias Lasser authored
-
Tobias Lasser authored
-
Tobias Lasser authored
-
Tobias Lasser authored
-
- 13 Sep, 2019 2 commits
-
-
Tobias Lasser authored
-
Tobias Lasser authored
-
- 07 Sep, 2019 2 commits
-
-
Nikola Dinev authored
-
Nikola Dinev authored
-
- 06 Sep, 2019 5 commits
-
-
Nikola Dinev authored
-
Nikola Dinev authored
-
Nikola Dinev authored
-
Nikola Dinev authored
-
Nikola Dinev authored
-
- 05 Sep, 2019 1 commit
-
-
Nikola Dinev authored
-