- Feb 23, 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
-
- Feb 22, 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
-
- Feb 21, 2022
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
-
Jan Trávníček authored
abstraction: make type-fixed ObjectFactoryImpl's not inlined + extern a common templated instantiation
-
- Feb 05, 2022
-
-
Jan Trávníček authored
Closes #49
-
- Feb 01, 2022
-
-
Jan Trávníček authored
-
- Jan 26, 2022
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
-
- Jan 13, 2022
-
-
Jan Trávníček authored
-
Jan Trávníček authored
-
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.
-
Jan Trávníček authored
Most likely a remnant of abstraction refactoring to OperationAbstraction and Value where Value is using the functionality, not the OperationAbstraction
-
- Jan 12, 2022
-
-
Jan Trávníček authored
-
- Jan 10, 2022
-
-
Jan Trávníček authored
-
- Dec 26, 2021
-
-
Jan Trávníček authored
std::result_of is deprecated in C++17
-
- 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.
-
- 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
-