- Feb 21, 2022
-
-
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
-
- 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
-