Skip to content
Snippets Groups Projects
  1. Dec 12, 2024
  2. Dec 05, 2024
  3. Nov 30, 2024
  4. 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
  5. Nov 25, 2024
  6. Nov 24, 2024
  7. Nov 21, 2024
  8. Oct 25, 2024
  9. Oct 22, 2024
  10. Oct 17, 2024
  11. Oct 12, 2024
  12. Sep 30, 2024
  13. Sep 25, 2024
  14. Sep 24, 2024
Loading