1. 22 Apr, 2007 1 commit
  2. 21 Apr, 2007 9 commits
  3. 20 Apr, 2007 2 commits
  4. 18 Apr, 2007 3 commits
  5. 16 Apr, 2007 5 commits
  6. 13 Apr, 2007 3 commits
  7. 11 Apr, 2007 1 commit
  8. 05 Apr, 2007 3 commits
  9. 04 Apr, 2007 3 commits
  10. 03 Apr, 2007 3 commits
  11. 02 Apr, 2007 2 commits
  12. 01 Apr, 2007 1 commit
    • Neal Norwitz's avatar
      Backport 54644: · 93e93844
      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.
      93e93844
  13. 31 Mar, 2007 3 commits
  14. 30 Mar, 2007 1 commit