Skip to content
Snippets Groups Projects
  1. Apr 19, 2022
  2. Apr 16, 2022
  3. Feb 22, 2022
  4. Feb 01, 2022
  5. Jan 26, 2022
  6. Jan 13, 2022
  7. Nov 23, 2021
  8. 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.
      Unverified
      2b471285
  9. Mar 08, 2021
  10. Dec 18, 2020
  11. Jan 01, 2020
  12. Dec 28, 2019
  13. Dec 11, 2019
  14. Nov 22, 2019
  15. Jul 11, 2019
  16. Jun 06, 2019
  17. Jun 03, 2019
  18. May 29, 2019
  19. Apr 10, 2019
  20. Mar 01, 2019
  21. Feb 10, 2019
  22. Feb 08, 2019
  23. Feb 01, 2019
  24. Jan 31, 2019
  25. Jan 30, 2019
  26. Jan 29, 2019
  27. Jan 23, 2019
  28. Jan 16, 2019
  29. May 31, 2018
Loading