- Nov 23, 2024
-
-
- Jul 05, 2024
-
-
Dmitri Naumov authored
These functions cannot return a dangling reference.
-
- Jun 10, 2024
-
-
Lars Bilke authored
-
- Jun 04, 2024
-
-
- Mar 12, 2024
-
-
Dmitri Naumov authored
-
- Feb 12, 2024
-
-
Dmitri Naumov authored
Remove unused version of findElementOrError with iterators and error string.
-
Dmitri Naumov authored
Using in MPL shows no difference in runtime, one assembly instruction is different.
-
- Jan 02, 2024
-
-
Dmitri Naumov authored
-
- Jun 20, 2023
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
- Jan 03, 2023
-
-
- Aug 04, 2022
-
-
- Jan 11, 2022
-
-
Tom Fischer authored
-
- Jan 09, 2022
-
-
Dmitri Naumov authored
-
- Nov 16, 2021
-
-
Christoph Lehmann authored
-
- Sep 02, 2021
-
-
Dmitri Naumov authored
-
- Mar 10, 2021
-
-
Dmitri Naumov authored
boost::none -> std::nullopt boost::make_optional -> std::make_optional boost::optional<T>::get() -> std::optional<T>::value()
-
Dmitri Naumov authored
-
- Mar 09, 2021
-
-
Dmitri Naumov authored
-
- Jan 01, 2021
-
-
Dmitri Naumov authored
-
- Jun 30, 2020
-
-
Tom Fischer authored
-
- May 28, 2020
-
-
Tom Fischer authored
-
- Apr 14, 2020
-
-
Dmitri Naumov authored
The fmt library happily accepts std::string without any conversions.
-
- Apr 10, 2020
-
-
Dmitri Naumov authored
StringTools.h and FileTools.h mostly. fstream in few places.
-
Dmitri Naumov authored
-
- Jan 24, 2020
-
-
Tom Fischer 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%'
-
- Jun 25, 2019
-
-
This is a variation of getOrError() for containers using a predicate.
-
-
- Feb 27, 2019
-
-
Dmitri Naumov authored
-
- Jan 06, 2019
-
-
Dmitri Naumov authored
-
- Dec 10, 2018
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Also drop the unnecessary 'inline', because of a template function.
-
-
- Jul 12, 2018
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-