Skip to content
Snippets Groups Projects
  1. Apr 18, 2024
  2. 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
  3. Feb 12, 2023
  4. Jan 08, 2023
  5. Oct 15, 2022
  6. Sep 30, 2022
  7. Apr 11, 2020
  8. Apr 04, 2020
  9. Mar 27, 2020
  10. Jul 03, 2018
  11. Apr 25, 2018
  12. Nov 07, 2017
  13. Oct 20, 2017
Loading