- Jan 30, 2021
-
-
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
-
- Aug 06, 2020
-
-
Jan Trávníček authored
-
- Aug 03, 2020
-
-
Tomáš Pecka authored
It really makes no sense to have it inside alib2std component. Moved into separate tests/ folder.
-
Tomáš Pecka authored
Remove CMakeLists.txt generator scripts from build phase. Replaced with CMake's GLOB that can re-run every time the build is invoked. We can also drop the Python dependency now. Removed header installs which will be redesigned in future commits.
-
Tomáš Pecka authored
-
- Jul 20, 2020
-
-
- May 31, 2020
-
-
Jan Trávníček authored
-
- May 28, 2020
-
-
Tomáš Pecka authored
-
- May 25, 2020
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- May 04, 2020
-
-
Jan Trávníček authored
-
- May 03, 2020
-
-
Jan Trávníček authored
-
- Apr 18, 2020
-
-
Tomáš Pecka authored
-
- Apr 10, 2020
-
-
Jan Trávníček authored
-
- Apr 09, 2020
-
-
Jan Trávníček authored
-
- Apr 06, 2020
-
-
- Jan 17, 2020
-
-
Jan Travnicek authored
-
- Dec 04, 2019
-
-