- Jan 26, 2022
-
-
Jan Trávníček authored
-
- Jan 13, 2022
-
-
Jan Trávníček authored
unique ptr is convertible to shared ptr natively. It makes sense to construct unique_ptr first and convert it to shared_ptr if it is needed.
-
- Nov 23, 2021
-
-
breaking change!
-
- Mar 08, 2021
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
... because most developers were copy-pasting the preambule anyway and did not pay any attention to change it. Also, I think that git does better job in managing that.
-
- Jan 30, 2021
-
-
Although #pragma once is not a standard, compilers nowadays usually support it. We don't have any tricky build system so we should be OK. This also fixes many errors regarding using reserved identifiers (names starting with double underscore).
-
- Dec 18, 2020
-
-
Jan Trávníček authored
-
- Jan 01, 2020
-
-
Jan Trávníček authored
-
- Dec 18, 2019
-
-
Jan Trávníček authored
-