Skip to content
Snippets Groups Projects
  1. Nov 05, 2024
  2. Oct 15, 2024
  3. Jul 22, 2024
  4. Jul 02, 2024
  5. May 23, 2024
  6. Apr 25, 2024
  7. Apr 10, 2024
  8. Mar 13, 2024
    • Thomas Jahns's avatar
      Add fully generic implementation of merge sort. · af9fd170
      Thomas Jahns authored
      * This implementation uses O(n) space like the previous
        one but still only half as much.
      * Also, the implementation is now flexible in respect to
        the type to be sorted and uses the C preprocessor to
        achieve this multi-versioning.
      af9fd170
    • Thomas Jahns's avatar
      Fix distclean rule. · 1af6d0b7
      Thomas Jahns authored
      * src could not be deleted in VPATH builds because
        mpi-profile directory stuck around.
      1af6d0b7
  9. Jun 06, 2023
  10. Mar 29, 2023
  11. Feb 21, 2023
  12. Dec 20, 2022
  13. Sep 28, 2022
Loading