- May 15, 2022
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
- Apr 11, 2022
-
-
Tomáš Pecka authored
I believe we need to push a random number generator algorithm to CLI in order to write random tests using aql scripts.
-
- Mar 20, 2022
-
-
Jan Trávníček authored
-
- Mar 06, 2022
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Feb 23, 2022
-
-
Jan Trávníček authored
-
- Feb 05, 2022
-
-
Tomáš Pecka authored
I want to be able to compare booleans in aql. However, when an overload for booleans is added, aql's `print compare::PrimitiveCompare 1 2` results in `true`, because the overload for booleans is selected. ALT selects one of the possible overloads (unsigned ints vs bools) which is not what we want. It should suffice to add another overload for ints and now ALT's behaviour should be OK.
-
- Jan 26, 2022
-
-
Jan Trávníček authored
-
- Jan 10, 2022
-
-
Jan Trávníček authored
-
- Nov 27, 2021
-
-
Jan Trávníček authored
-
- Nov 23, 2021
-
-
breaking change!
-
- Oct 15, 2021
-
-
Jan Trávníček authored
-
- Jul 03, 2021
-
-
Jan Trávníček authored
-
- May 28, 2021
-
-
- Mar 25, 2021
-
-
Jan Trávníček authored
-
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 30, 2021
-
-
Jan Trávníček authored
-
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).
-
- Aug 03, 2020
-
-
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.
-
- Apr 27, 2020
-
-
Jan Trávníček authored
-
- Apr 18, 2020
-
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
Tomáš Pecka authored
-
- Apr 06, 2020
-
-
Jan Trávníček authored
-
Tomáš Pecka authored
-
- Apr 04, 2020
-
-
Jan Trávníček authored
-
- Apr 02, 2020
-
-
Jan Trávníček authored
-
- Dec 10, 2019
-
-
Jan Trávníček authored
-
- Nov 13, 2019
-
-
- Oct 10, 2019
-
-
Tomáš Pecka authored
-
- Jul 11, 2019
-
-
Jan Trávníček authored
-