- 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.
-
- Oct 15, 2021
-
-
Jan Trávníček authored
-
- Sep 23, 2021
-
-
Jan Trávníček authored
-
- Jul 06, 2021
-
-
Jan Trávníček authored
-
- May 11, 2021
-
-
Jan Trávníček authored
-
- Mar 25, 2021
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Mar 19, 2021
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Mar 12, 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
moving is actually more expensive for shared_ptrs
-
Jan Trávníček authored
primitive types don't need std::move
-
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
-
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).
-
- 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
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
Explicit constructors, transform, and any_of
-
Jan Trávníček authored
Add explicit to constructors, refactor code to use standard library algorithms more.
-
- Aug 17, 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.
-
- May 31, 2020
-
-
Jan Trávníček authored
-
- May 25, 2020
-
-
Jan Trávníček authored
-
- Apr 18, 2020
-
-
Tomáš Pecka authored
-
- Jan 03, 2020
-
-
Jan Trávníček authored
-
- Jan 01, 2020
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
- Dec 28, 2019
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-