Skip to content
Snippets Groups Projects
  1. Apr 08, 2025
  2. Apr 04, 2025
  3. Apr 03, 2025
  4. Mar 24, 2025
  5. Feb 23, 2025
  6. Feb 21, 2025
  7. Dec 12, 2024
  8. Dec 05, 2024
  9. Nov 30, 2024
  10. Nov 29, 2024
    • Oliver Sander's avatar
      Remove unused member node::data · a84f8e79
      Oliver Sander authored
      a84f8e79
    • Oliver Sander's avatar
      Allocate the right amount of memory for 'node' objects · 36630510
      Oliver Sander authored
      These objects used to have a member of type VECTOR*, but whether
      memory was actually allocated for that member was determined at run-time
      (via the 'format', which doesn't exist anymore).  The VECTOR* member
      was removed a while ago, but the run-time size computation was left
      untouched.  This lead to valgrind complaints when load balancing.
      This commit fixes the size computations.
      36630510
  11. Nov 25, 2024
  12. Nov 24, 2024
  13. Nov 21, 2024
  14. Oct 25, 2024
  15. Oct 22, 2024
  16. Oct 17, 2024
Loading