Skip to content
Snippets Groups Projects
  1. Jun 09, 2024
  2. Jun 03, 2024
  3. Jun 02, 2024
  4. May 31, 2024
  5. May 30, 2024
  6. May 06, 2024
  7. Apr 18, 2024
  8. Apr 17, 2024
  9. Apr 12, 2024
  10. Apr 10, 2024
  11. Mar 22, 2024
    • Carsten Gräser's avatar
      [cleanup] Remove unused allocators · 45aae438
      Carsten Gräser authored
      Remove allocator template parameter from the classes
      `base_array_unmanaged`, `compressed_base_array_unmanaged`,
      `block_vector_unmanaged`, `compressed_block_vector_unmanaged`, and
      `CompressedBlockVectorWindow`.
      All of these classes do not manage memory on their own.
      The provided allocator was only used to deduce `size_type`.
      The latter is now provided as template parameter explicitely.
      
      Notice that this (seemigly breaking) change is safe, because
      all these classes are clearly marked as implementation details
      that should not be used outside of dune-istl.
      45aae438
  12. Mar 03, 2024
  13. Feb 11, 2024
  14. Feb 10, 2024
  15. Jan 29, 2024
  16. Jan 27, 2024
  17. Jan 26, 2024
Loading