- Sep 05, 2021
-
-
- Jul 05, 2021
-
-
Dmitri Naumov authored
-
- Apr 04, 2021
-
-
Dmitri Naumov authored
- formatting - system includes vs. project includes - use absolute paths
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Jul 30, 2020
-
-
Dmitri Naumov authored
-
- Jan 03, 2020
-
-
Dmitri Naumov authored
-
- Sep 12, 2019
-
-
Dmitri Naumov authored
Mostly in the file headers. find *Lib -type f | xargs sed -i 'N;s%^\s\+\*\n\(\s\+\*/\)%\1%'
-
Dmitri Naumov authored
Fixes multiple copyright messages in the doxygen docu. ag '\\file' -L --ignore=ThirdParty *Lib |xargs sed -i 's/\(.*\)\\copyright/\1\\file\n\1\\copyright/'
-
- Jul 09, 2019
-
-
Dmitri Naumov authored
The classes aren't used anywhere in the code aside the self-tests.
-
- May 27, 2019
-
-
Dmitri Naumov authored
-
- Mar 04, 2019
-
-
Dmitri Naumov authored
Also those where the second and so forth arguments are defaulted. The MathLib::TemplateVector3 is an exception, because of the many required changes through the code, which relies on the implicit conversion from TemplatePoint<T, 3> to TemplateVector3<T>. clang-tidy '*explicit*' check.
-
- Feb 27, 2019
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Oct 01, 2018
-
-
Dmitri Naumov authored
-
- Sep 30, 2018
-
-
Dmitri Naumov authored
-
- Aug 22, 2018
-
-
Dmitri Naumov authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Oct 19, 2017
-
-
Tom Fischer authored
-
- May 02, 2017
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This potentially saves a second copy compared to using const reference. See Effective Modern C++, Item 41.
-
Dmitri Naumov authored
-
- Jan 10, 2017
-
-
- Jan 09, 2017
-
-
- Jun 14, 2016
-
-
Tom Fischer authored
-
- May 17, 2016
-
-
Dmitri Naumov authored
-
- May 11, 2016
-
-
Christoph Lehmann authored
-
- Apr 21, 2016
-
-
Dmitri Naumov authored
-
Christoph Lehmann authored
output parameters are not to passed as array of addresses anymore.
-
- Jan 13, 2016
-
-
Dmitri Naumov authored
-
- Sep 04, 2015
-
-
Christoph Lehmann authored
-
- Sep 02, 2015
-
-
Christoph Lehmann authored
-
- Sep 01, 2015
-
-
Christoph Lehmann authored
The function now uses array and thus should be more error-save.
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
- Aug 18, 2015
-
-
Norihiro Watanabe authored
-
- Aug 12, 2015
-
-
Norihiro Watanabe authored
-
- Jul 13, 2015
-
-
Norihiro Watanabe authored
-
- Jul 09, 2015
-
-
Tom Fischer authored
-