- Feb 07, 2022
-
-
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
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Jan 26, 2022
-
-
Tomáš Pecka authored
I have seen some students failing to understand the exception "Init on RHS when generate eps". Let's make the error message more clear.
-
-
- 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.
-
- Dec 20, 2021
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Nov 25, 2021
-
-
This reverts commit bc91e284. Parser can't parse automata string inputs where a state containing a pair is also a final state. NFA a b c d ><<(InitialStateLabel), 0> <a, 1> <b, 2> <c, 3> - <<a, 1> <a, 1> - - - <b, 2> - <b, 2> <c, 3> - <c, 3> - - - <d, 4> <<d, 4> - - - -
-
- Nov 23, 2021
-
-
breaking change!
-
- Nov 22, 2021
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Nov 21, 2021
-
-
-
a step forward to remove any need for container extensions
-
-
- Nov 20, 2021
-
-
Tomáš Pecka authored
While working on a webui I noticed that some algos have documentation set to "Documentation not avaiable" instead of available. That's a typo with multiple occurrences throughout the project.
-
- Oct 15, 2021
-
-
Jan Trávníček authored
-
- Jul 20, 2021
-
-
Jan Trávníček authored
-
- Jul 03, 2021
-
-
Jan Trávníček authored
-
- May 11, 2021
-
-
Jan Trávníček authored
-
- Apr 02, 2021
-
-
Jan Trávníček authored
-
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 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).
-
- Nov 14, 2020
-
-
Jan Trávníček authored
-
- Oct 06, 2020
-
-
Jan Trávníček authored
-
- Aug 17, 2020
-
-
Jan Trávníček authored
-
- Aug 15, 2020
-
-
Jan Trávníček authored
-
- 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 23, 2020
-
-
Jan Trávníček authored
-