Skip to content
Snippets Groups Projects
  1. Feb 07, 2022
  2. Feb 05, 2022
  3. Jan 26, 2022
  4. Jan 13, 2022
  5. Jan 10, 2022
  6. Dec 26, 2021
  7. Dec 20, 2021
  8. Nov 26, 2021
  9. Nov 23, 2021
  10. Oct 15, 2021
  11. Sep 20, 2021
  12. Aug 14, 2021
    • Tomáš Pecka's avatar
      data: Fix spaces in data structures string output · 942fbcc9
      Tomáš Pecka authored and Jan Trávníček's avatar Jan Trávníček committed
      Many data structures had wrong spacing when outputting with operator<<
      for the data structure. For example, see the missing space between
      content and alphabet in string::LinearString.
      
       (LinearString content = [a, a, c, c, a]alphabet = {a, c})
      
      Let's fix that, it bothered me for quite a long time.
      942fbcc9
  13. Jul 20, 2021
  14. Jul 17, 2021
  15. Jul 08, 2021
  16. Jul 03, 2021
  17. Jun 23, 2021
  18. May 28, 2021
  19. May 11, 2021
  20. Apr 03, 2021
Loading