1. 21 Apr, 2007 9 commits
  2. 20 Apr, 2007 2 commits
  3. 18 Apr, 2007 3 commits
  4. 16 Apr, 2007 5 commits
  5. 13 Apr, 2007 3 commits
  6. 11 Apr, 2007 1 commit
  7. 05 Apr, 2007 3 commits
  8. 04 Apr, 2007 3 commits
  9. 03 Apr, 2007 3 commits
  10. 02 Apr, 2007 2 commits
  11. 01 Apr, 2007 1 commit
    • Neal Norwitz's avatar
      Backport 54644: · 810178ca
      Neal Norwitz authored
      SF #1685563, MSVCCompiler creates redundant and long PATH strings
      
      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.
      810178ca
  12. 31 Mar, 2007 3 commits
  13. 30 Mar, 2007 1 commit
  14. 29 Mar, 2007 1 commit