- Jan 26, 2022
-
-
Jan Trávníček authored
-
- 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 13, 2021
-
-
Jan Trávníček authored
-
- Nov 23, 2021
-
-
breaking change!
-
- Nov 20, 2021
-
-
Tomáš Pecka authored
While working on webui, I have noticed that exports from automata-library contain for many algorithms documentation set to string "Documentation not available.". I traced the problem back to this project. I do not think "Documentation not available" is itself a valid documentation of an algorithm so I decided to replace the std::string that is supposed to hold documentation of an overload with an std::optional<std::string>. The semantics should now be clearer.
-
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.
-
- May 11, 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
remove unnecessary move of an integral value, add const qualifier to a method that does not change the this object and remove another use of _identifier
-
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
-
Jan Trávníček authored
Explicit constructors, transform, and any_of
-
- May 25, 2020
-
-
Jan Trávníček authored
-
- Jan 01, 2020
-
-
Jan Trávníček authored
-
- Dec 28, 2019
-
-
Jan Trávníček authored
-
- Dec 18, 2019
-
-
Jan Trávníček authored
-
- Dec 11, 2019
-
-
Jan Trávníček authored
-
- Nov 22, 2019
-
-
Jan Trávníček authored
-
- Nov 09, 2019
-
-
Jan Trávníček authored
-
- Jul 11, 2019
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Jun 06, 2019
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Jun 04, 2019
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Jun 03, 2019
-
-
Jan Trávníček authored
-
Jan Travnicek authored
-
Jan Travnicek authored
-
Jan Trávníček authored
-
- May 30, 2019
-
-
Jan Trávníček authored
-
- May 29, 2019
-
-
Jan Trávníček authored
-
Tomáš Pecka authored
-
Jan Trávníček authored
-