1. 05 Feb, 2008 1 commit
  2. 03 Feb, 2008 1 commit
  3. 01 Feb, 2008 1 commit
  4. 21 Jan, 2008 1 commit
  5. 02 Jan, 2008 1 commit
  6. 01 Jan, 2008 1 commit
  7. 31 Dec, 2007 1 commit
  8. 14 Dec, 2007 1 commit
    • Christian Heimes's avatar
      Fixed bug #1628 · 4e9153cd
      Christian Heimes authored
      The detection now works on Unix with Makefile, Makefile with VPATH and on Windows.
      4e9153cd
  9. 13 Dec, 2007 1 commit
  10. 06 Dec, 2007 2 commits
  11. 05 Dec, 2007 1 commit
  12. 03 Dec, 2007 1 commit
    • Christian Heimes's avatar
      Applied my patch #1455 with some extra fixes for VS 2005 · 83cd6eee
      Christian Heimes authored
      The new msvc9compiler module supports VS 2005 and VS 2008. I've also fixed build_ext to support PCbuild8 and PCbuild9 and backported my fix for xxmodule.c from py3k. The old code msvccompiler is still in place in case somebody likes to build an extension with VS 2003 or earlier.
      I've also updated the cygwin compiler module for VS 2005 and VS 2008. It works with VS 2005 but I'm unable to test it with VS 2008. We have to wait for a new version of cygwin.
      83cd6eee
  13. 12 Sep, 2007 1 commit
  14. 08 Sep, 2007 1 commit
  15. 21 Aug, 2007 2 commits
  16. 25 Jul, 2007 1 commit
  17. 11 Jun, 2007 1 commit
  18. 01 Jun, 2007 1 commit
  19. 24 Apr, 2007 1 commit
  20. 01 Apr, 2007 1 commit
    • Neal Norwitz's avatar
      SF #1685563, MSVCCompiler creates redundant and long PATH strings · e4934597
      Neal Norwitz authored
      If MSVCCompiler.initialize() was called multiple times, the path
      would get duplicated.  On Windows, this is a problem because the
      path is limited to 4k.  There's no benefit in adding a path multiple
      times, so prevent that from occuring.  We also normalize the path
      before checking for duplicates so things like /a and /a/ won't both
      be stored.
      
      Will backport.
      e4934597
  21. 30 Mar, 2007 1 commit
  22. 13 Mar, 2007 1 commit
  23. 09 Feb, 2007 1 commit
  24. 03 Dec, 2006 1 commit
  25. 12 Nov, 2006 1 commit
  26. 10 Nov, 2006 1 commit
  27. 04 Nov, 2006 1 commit
  28. 18 Oct, 2006 1 commit
  29. 08 Oct, 2006 2 commits
  30. 06 Oct, 2006 1 commit
  31. 04 Oct, 2006 1 commit
  32. 16 Aug, 2006 1 commit
  33. 30 Jul, 2006 2 commits
  34. 27 Jul, 2006 1 commit
  35. 10 Jul, 2006 2 commits