- Jul 03, 2021
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Jun 23, 2021
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- May 11, 2021
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Mar 25, 2021
-
-
Jan Trávníček authored
-
Jan Trávníček authored
plus use constexpr to define the compile time constant
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
size_t should be use for container indexes and container related distances
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- 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 Trávníček authored
The parents were set incorrectly in swap of trees and tries. Parents in children of swapped objects should be set, not the parents in swapped objects.
-
Jan Trávníček authored
-
Jan Trávníček authored
Take out common code in then and else branch
-
- Jan 30, 2021
-
-
Jan Trávníček authored
-
Jan Trávníček authored
it was replaced with a constraint
-
Jan Trávníček authored
methods ext::Variant < ... >::set are joined + refactored to fix the std::move vs std::forward issue
-
Jan Trávníček authored
concepts are language native construct that was introduced to replace enable_if (SFINAE)
-
Jan Trávníček authored
virtual should start dynamic binding override checks dynamic binding is enabled in base class
-
Jan Trávníček authored
_identifiers are reserved for use for instance in the standard library
-
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).
-
- Jan 15, 2021
-
-
Jan Trávníček authored
removal of an unnecessary recursion, addition of forgotten move, removal of unnecessary const qualifier, change int to -> size_t
-
- Dec 18, 2020
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
The register class should have explicit constructors, the member variable data should be initialized in the member initializer list, should be named m_data, and the finish callback should accept the data by const reference
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Aug 17, 2020
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Aug 16, 2020
-
-
Jan Trávníček authored
-
- Aug 15, 2020
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
tailing return type specification caused infinite template instantiation
-