Skip to content
Snippets Groups Projects
  1. Nov 21, 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.
      Unverified
      2b471285
  3. Oct 15, 2021
  4. May 11, 2021
  5. Mar 25, 2021
  6. Mar 19, 2021
  7. Mar 08, 2021
  8. Jan 30, 2021
  9. Jan 15, 2021
  10. Jan 09, 2021
  11. Dec 18, 2020
  12. Oct 08, 2020
  13. Aug 03, 2020
  14. Aug 01, 2020
  15. Jul 20, 2020
  16. May 25, 2020
Loading