Skip to content
Snippets Groups Projects
  1. Oct 10, 2012
    • Nat Goodspeed's avatar
      On lluuidhashmap_tut<1> failure, save/reload data in temp file. · e97c06cf
      Nat Goodspeed authored
      Generating new random data on every test run makes it impossible to debug a
      test failure. While in general we do want to generate random data to
      thoroughly exercise the generator logic, if every new run generates new data,
      the only thing we can do about an observed failure is shrug and ignore it. Add
      logic to save data on failure, with corresponding logic to notice and reload
      from a previously-generated save file.
      In case of a merge collision, this version SUPERCEDES my previous efforts with
      this file. (My other changes may still be in a backed-up merge request.) It is
      okay to resolve collisions in favor of this version.
      e97c06cf
    • Nat Goodspeed's avatar
      #include <string.h> in v3color.h: recent Linux compilers care. · 76333248
      Nat Goodspeed authored
      Linux dev builds have started breaking because v3color.h uses strlen() and
      strncpy() without declaring them. Add relevant #include, which fixes.
      76333248
  2. Sep 19, 2012
  3. Sep 14, 2012
  4. Sep 13, 2012
  5. Sep 12, 2012
  6. Sep 11, 2012
  7. Sep 10, 2012
  8. Aug 31, 2012
  9. Aug 30, 2012
  10. Aug 29, 2012
  11. Aug 27, 2012
  12. Aug 22, 2012
  13. Aug 21, 2012
  14. Aug 20, 2012
  15. Aug 17, 2012
  16. Aug 16, 2012
  17. Aug 15, 2012
Loading