- Mar 05, 2025
-
-
Simon Praetorius authored
-
- Mar 03, 2025
-
-
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`.
-
- Feb 22, 2025
-
-
Simon Praetorius authored
-
- Feb 18, 2025
-
-
- Jan 30, 2025
-
-
Add constexpr qualifiers on many functions Add constexpr backport versions of std::abs and std::sqrt
-
- Jan 17, 2025
-
-
- Jan 16, 2025
-
-
Andreas Dedner authored
-
- Jan 13, 2025
-
-
- Jan 09, 2025
-
-
Simon Praetorius authored
-
- Dec 29, 2024
-
-
Simon Praetorius authored
-
- Dec 16, 2024
-
-
Santiago Ospina De Los Ríos authored
-
Simon Praetorius authored
-
- Dec 15, 2024
-
-
Simon Praetorius authored
-
-
- Nov 01, 2024
-
-
Simon Praetorius authored
-
Simon Praetorius authored
-
- Oct 26, 2024
-
-
- Oct 11, 2024
-
-
Simon Praetorius authored
-
- Oct 10, 2024
-
-
Santiago Ospina De Los Ríos authored
-
- Oct 01, 2024
-
-
Santiago Ospina De Los Ríos authored
-
- Sep 30, 2024
-
-
Simon Praetorius authored
-
- Sep 27, 2024
-
-
- Sep 13, 2024
-
-
Simon Praetorius authored
-
- Sep 05, 2024
-
-
Simon Praetorius authored
-
Simon Praetorius authored
-
Oliver Sander authored
It's a long log. It has subsections but nobody seems to care. The patch introduces a few more subsections, and actually fills them will the appropriate content. While this may seem like an invasive patch, no content is actually added. It's all restructuring.
-
- Sep 04, 2024
-
-
-
Simon Praetorius authored
-
Simon Praetorius authored
-
- Sep 01, 2024
-
-
Christoph Grüninger authored
Document required Python version consistently.
-
- Jul 23, 2024
-
-
Andreas Dedner authored
-
- Jul 22, 2024
-
-
- Jul 05, 2024
-
-
Alexander Müller authored
Add support for Python tuples in the cppType function Add support for the standard protocol for tuple-like types to `TupleVector`
-
- Jun 24, 2024
-
-
Carsten Gräser authored
-
- May 26, 2024
-
-
- May 12, 2024
-
-
Simon Praetorius authored
-
- Apr 15, 2024
-
-
Simon Praetorius authored
-
- Mar 06, 2024
-
-
Simon Praetorius authored
-
- Mar 04, 2024
-
-
Robert K authored
-
- Mar 03, 2024
-
-
Simon Praetorius authored
-