- Sep 20, 2022
-
-
Moritz Sattler authored
-
- Sep 14, 2022
-
-
Felix Sygulla authored
-
Felix Sygulla authored
This commit fixes the const correctness for cases where the container would be const. It removes the const qualified versions of the SpecificCircularAccessor as this object would always be non-const anyway.
-
- Sep 13, 2022
-
-
Philipp Seiwald authored
-
- Jan 25, 2022
-
-
Philipp Seiwald authored
-
- Jan 07, 2022
-
-
Philipp Seiwald authored
-
Philipp Seiwald authored
curve: QuaternionBezierSpline and QuaternionSQUADSpline now support non-uniform segment proportions (smooth interpolation still guarantees C1 continuity)
-
- Dec 13, 2021
-
-
Philipp Seiwald authored
-
- Nov 26, 2021
-
-
Philipp Seiwald authored
-
Philipp Seiwald authored
-
Philipp Seiwald authored
-
- Nov 06, 2021
-
-
Philipp Seiwald authored
geometry: fixed CGMeshFactory::createVolumeSignedDistanceField() for acute edges and corners (now uses angle weighted pseudonormals for correct distinction between interior and exterior points)
-
- Nov 04, 2021
-
-
Philipp Seiwald authored
-
- Nov 03, 2021
-
-
Philipp Seiwald authored
geometry: CGMeshFactory: fixed numeric problems for remeshing operator(surfaces parallel to grid) + added unit test remeshing a box (worst-case for numerics)
-
Philipp Seiwald authored
-
Philipp Seiwald authored
-
- Oct 31, 2021
-
-
Philipp Seiwald authored
io: NetworkSocket: added virtual functions preProcessObjectToSend() and postProcessReceivedObject() to allow user to modify objects just before/after they are sent/received (e.g. to set timing flags)
-
Philipp Seiwald authored
io: JoyStick, Logger, NetworkSocket: removed 'final' specifier and changed various 'private' to 'protected' to allow extension by a derived class
-
- Oct 30, 2021
-
-
Philipp Seiwald authored
geometry: SSVSceneData: added method setSegmentPose() for convenience and translateSegmentAndUpdate() for efficiency
-
Philipp Seiwald authored
-
- Oct 29, 2021
-
-
Philipp Seiwald authored
-
Philipp Seiwald authored
-
Philipp Seiwald authored
-
Philipp Seiwald authored
CI: added exection of unit tests in debug mode and switched from debug to relase for coverage report
-
Philipp Seiwald authored
-
- Oct 11, 2021
-
-
Felix Sygulla authored
-
-
- Oct 08, 2021
-
-
Felix Sygulla authored
-
- Aug 30, 2021
-
-
Philipp Seiwald authored
-
-
- Jul 14, 2021
- Jun 19, 2021
-
-
Felix Sygulla authored
**New Features** * [core]: Added EnumerableState as an extendable replacement for typed enums. * [hwl]: New hardware layer module for real-time communication with distributed devices * [memory]: Added ThreadSafeData template for storing protected data with support for guarded locks
-
- Jun 15, 2021
-
-
Felix Sygulla authored
-
Philipp Seiwald authored
minifix: PNMFileData: whitespaces now also count as characters (used to maintain maximum column count in ASCII mode)
-
- May 31, 2021
-
-
Philipp Seiwald authored
-
Philipp Seiwald authored
-
Philipp Seiwald authored
cmake: added broccoli dependencies for examples (such that examples can be compiled stand-alone without the tests)
-
- May 28, 2021
-
-
Philipp Seiwald authored
-
Philipp Seiwald authored
-
- May 18, 2021
-
-
Philipp Seiwald authored
-