Skip to content
Snippets Groups Projects
  1. Oct 23, 2012
    • Emily Bowman's avatar
      Fix MSVC linker warnings · f77e86a2
      Emily Bowman authored
      
      Specify the correct debug runtime libraries for the test
      and demo executables to prevent mismatch warnings with
      the default runtime.
      
      Signed-off-by: default avatarRalph Giles <giles@mozilla.com>
      f77e86a2
    • Ralph Giles's avatar
      Include process.h for _getpid on windows. · 662ae9bb
      Ralph Giles authored
      Previously the test programmes happened to link because _getpid
      returns an int, which is the default prototype. Instead, include
      the appropriate header to supply a real declaration, fixing the
      associated warning.
      
      I moved the getpid->_getpid define to the site of the header
      inclusion to make clear what's going on, rather than have it
      floating in win32/config.h.
      662ae9bb
  2. Oct 11, 2012
  3. Sep 27, 2012
  4. Sep 26, 2012
  5. Aug 21, 2012
  6. Aug 09, 2012
  7. Aug 08, 2012
  8. Jul 16, 2012
    • gcp's avatar
      Make MSVC build work in parallel. · eeb7bd3d
      gcp authored and Gregory Maxwell's avatar Gregory Maxwell committed
      The (non-default) temporary & output dirs configured in the projects could
      cause issues when doing compilation on a multiprocessor machine. Cleaned
      this up a little to use the defaults, which makes that work again and
      doesn't make the output structure any worse. Also removed debug output for
      release binaries & a tiny whitespace fix.
      eeb7bd3d
  9. Jul 14, 2012
  10. Jul 13, 2012
  11. Jul 12, 2012
  12. Jul 11, 2012
  13. Jun 01, 2012
  14. May 18, 2012
  15. May 16, 2012
  16. May 11, 2012
  17. Apr 30, 2012
  18. Apr 24, 2012
  19. Apr 20, 2012
  20. Apr 02, 2012
  21. Mar 06, 2012
  22. Feb 17, 2012
  23. Jan 24, 2012
  24. Nov 26, 2011
  25. Oct 31, 2011
  26. Oct 30, 2011
  27. Oct 29, 2011
  28. Oct 28, 2011
Loading