Skip to content
Snippets Groups Projects
  1. Nov 23, 2021
  2. Nov 20, 2021
    • Tomáš Pecka's avatar
      abstraction: Use optional<string> instead of string for docs in registry · 2b471285
      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.
      2b471285
    • Tomáš Pecka's avatar
      str, abstraction: Fix typos · de58a828
      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.
      de58a828
  3. May 11, 2021
  4. Mar 08, 2021
  5. Jan 30, 2021
  6. Jan 15, 2021
  7. Dec 18, 2020
  8. May 25, 2020
  9. Jan 01, 2020
  10. Dec 28, 2019
  11. Dec 11, 2019
  12. Nov 22, 2019
  13. Jul 11, 2019
  14. Jun 04, 2019
  15. Jun 03, 2019
  16. May 30, 2019
  17. May 29, 2019
  18. Apr 10, 2019
  19. Mar 28, 2019
  20. Feb 08, 2019
  21. Feb 01, 2019
  22. Jan 31, 2019
  23. Jan 30, 2019
  24. Jan 29, 2019
Loading