Skip to content
Snippets Groups Projects
  1. Mar 05, 2025
  2. Mar 03, 2025
    • Carsten Gräser's avatar
      Add sentinel support to IteratorRange · 21d79b95
      Carsten Gräser authored
      As of C++20, range based `for` supports that the end
      iterator has a different type. This allows to implement
      so called sentinels tagging the end. This can make it
      simpler and more efficient to implement ranges where
      it's not straight forward to get the end in O(1) or
      where comparing real iterators is expensive.
      To support this approach, this adds support for using a
      different type for the end iterator to `Dune::IteratorRange`.
      21d79b95
  3. Feb 22, 2025
  4. Feb 18, 2025
  5. Jan 30, 2025
  6. Jan 17, 2025
  7. Jan 16, 2025
  8. Jan 13, 2025
  9. Jan 09, 2025
  10. Dec 29, 2024
  11. Dec 16, 2024
  12. Dec 15, 2024
  13. Nov 01, 2024
  14. Oct 26, 2024
  15. Oct 11, 2024
  16. Oct 10, 2024
  17. Oct 01, 2024
  18. Sep 30, 2024
  19. Sep 27, 2024
  20. Sep 13, 2024
  21. Sep 05, 2024
  22. Sep 04, 2024
  23. Sep 01, 2024
  24. Jul 23, 2024
  25. Jul 22, 2024
  26. Jul 05, 2024
  27. Jun 24, 2024
  28. May 26, 2024
  29. May 12, 2024
  30. Apr 15, 2024
  31. Mar 06, 2024
  32. Mar 04, 2024
  33. Mar 03, 2024
Loading