Skip to content
Snippets Groups Projects
  1. Feb 23, 2022
  2. Feb 22, 2022
  3. Feb 21, 2022
  4. Feb 05, 2022
  5. Feb 01, 2022
  6. Jan 26, 2022
  7. Jan 13, 2022
  8. Jan 12, 2022
  9. Jan 10, 2022
  10. Dec 26, 2021
  11. Dec 13, 2021
  12. Nov 23, 2021
  13. 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
  14. Oct 15, 2021
  15. Sep 23, 2021
  16. Jul 06, 2021
  17. May 11, 2021
  18. Mar 25, 2021
Loading