- Sep 20, 2022
-
-
Tomáš Pecka authored
In long aql scripts sometimes we hit an exception early in the script and the rest of the script continues executing which makes the output really complicated as the errors keep chaining. This commit introduces a 'set exit_on_failure' command which (if true) stops the execution on first exception raised. This is similar to "set -e" command in bash which stops script execution on non-OK exit code.
-
- Mar 06, 2022
-
-
Jan Trávníček authored
-
- Feb 23, 2022
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Feb 22, 2022
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Feb 07, 2022
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Feb 01, 2022
-
-
Jan Trávníček authored
-
- Jan 26, 2022
-
-
- Jan 12, 2022
-
-
Jan Trávníček authored
-
- Jan 10, 2022
-
-
Jan Trávníček authored
prior to new normalization that needs to put code there
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Nov 26, 2021
-
-
Jan Trávníček authored
-
- Nov 23, 2021
-
-
breaking change!
-
- Nov 21, 2021
-
-
a step forward to remove any need for container extensions
-
- Oct 15, 2021
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Jul 06, 2021
-
-
Jan Trávníček authored
-
- Jun 23, 2021
-
-
Jan Trávníček authored
-
- Mar 25, 2021
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Mar 19, 2021
-
-
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
lambda is more efficient then bind
-
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
const regerence and rvalue reference may be simulated by value semantics
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Aug 17, 2020
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-