Skip to content
Snippets Groups Projects
  1. Jan 31, 2016
    • Nicolas Léveillé's avatar
      Finish porting hammer's library to windows · 9a7752b9
      Nicolas Léveillé authored
      We port registry by importing the (public domain) openbsd implementation
      of the tfind/tsearch POSIX binary tree search functions.
      
      These are only necessary when building on non-posix platforms
      9a7752b9
    • Nicolas Léveillé's avatar
      Remove warning about tail "potentially uninitialized" · 206f5044
      Nicolas Léveillé authored
      MSVC was complaining that the `tail` variable was potentially
      uninitialized in the while branch. Since the while loop is actually
      coupled to the if (head != NULL) that initializes the tail variable,
      we move them together, which makes the warning disappear.
      206f5044
  2. Dec 20, 2015
  3. Dec 04, 2015
  4. Dec 02, 2015
  5. Dec 01, 2015
  6. Nov 30, 2015
  7. Nov 14, 2015
  8. Nov 01, 2015
  9. Oct 30, 2015
  10. Oct 29, 2015
  11. Oct 04, 2015
  12. Oct 03, 2015
  13. Sep 25, 2015
  14. Sep 24, 2015
  15. Sep 17, 2015
  16. Sep 16, 2015
Loading