- 10 Apr, 2019 1 commit
-
-
The __thread implementation of thread local, static variables seems more efficient, so we activate this by default. If it is (for some reason) not available/slower than the pthread version, one can toggle it for the specific system/processor later on using macros.
FritzFlorian committed
-
- 05 Apr, 2019 1 commit
-
-
FritzFlorian committed
-
- 04 Apr, 2019 1 commit
-
-
FritzFlorian committed
-
- 02 Apr, 2019 1 commit
-
-
There are serval ways we could optimize the calls, but for now this should be enough for first tests.
FritzFlorian committed
-
- 26 Mar, 2019 1 commit
-
-
FritzFlorian committed
-
- 20 Mar, 2019 1 commit
-
-
We force linker errors if the new operator is used somewhere. See NOTES.md for details.
FritzFlorian committed
-
- 18 Mar, 2019 1 commit
-
-
FritzFlorian committed
-
- 15 Mar, 2019 3 commits
-
-
FritzFlorian committed
-
FritzFlorian committed
-
Seperate library from other parts of project (samples, playground, testing, ...). We still are in one 'toplevel' cmake project, so we can for exmaple compile everything (library and playground) in debug mode, for simple development.
FritzFlorian committed
-