1. 08 8月, 2015 1 次提交
  2. 07 8月, 2015 1 次提交
  3. 30 7月, 2015 3 次提交
  4. 29 7月, 2015 1 次提交
  5. 15 7月, 2015 1 次提交
  6. 11 7月, 2015 1 次提交
    • J
      Features · 55bfdd78
      Jared Parsons 提交于
      Plumb the features flag through our MSBuild and Workspaces layers.
      
      closes #3879
      55bfdd78
  7. 09 7月, 2015 1 次提交
    • A
      Unify the Closed/Open targets files · ebd5cd6e
      Andy Gocke 提交于
      The targets files were previously split into an open version in
      Microsoft.CodeAnalysis.Toolset.Open and a closed version in build/. This
      unifies the four targets into two new targets, VSL.Settings.targets and
      VSL.Imports.targets, and moves all the targets from ..Toolset.Open into
      the build/ folder.
      ebd5cd6e
  8. 07 7月, 2015 1 次提交
  9. 02 7月, 2015 1 次提交
    • J
      CodeFormatter Run · 95a76fb1
      Jared Parsons 提交于
      Fell out of our normal cadence for this during the push for RTM. Now that we
      had a bit more breathing room getting us back on track here.
      95a76fb1
  10. 30 6月, 2015 1 次提交
  11. 26 6月, 2015 1 次提交
  12. 17 6月, 2015 1 次提交
  13. 12 6月, 2015 1 次提交
  14. 11 6月, 2015 2 次提交
  15. 10 6月, 2015 1 次提交
  16. 03 6月, 2015 1 次提交
  17. 21 5月, 2015 1 次提交
    • T
      Generate relative paths correctly · a4ad4aef
      Tom Meschter 提交于
      The `FilePathUtilities.GetRelativePath(...)` method is used in various
      places in the Workspaces and VS layers to generate a relative path from
      a starting directory to a target file or directory. However, it has a
      bug where it will generate an incorrect path if you need to go up more
      than one level from the starting directory to get to the target.
      
      For example, if the starting directory is `C:\Alpha\Beta\Gamma` and the
      target is `C:\Alpha\SomeFile.txt`, the correct relative path would be
      `..\..\SomeFile.txt`. Instead, we get `..\..\..\SomeFile.txt` (note the
      extra `..`).
      
      This commit fixes the issue and adds unit tests for this method.
      a4ad4aef
  18. 18 5月, 2015 1 次提交
  19. 15 5月, 2015 4 次提交
  20. 14 5月, 2015 1 次提交
  21. 13 5月, 2015 4 次提交
  22. 10 5月, 2015 1 次提交
    • J
      Remove references to Desktop projects · 817fe8c5
      Jared Parsons 提交于
      This removes the majority of references to the deprecated Desktop
      assemblies.  The only remaining ones are in the VSIX projects.  They
      must remain until we actually delete the assemblies.
      817fe8c5
  23. 09 5月, 2015 1 次提交
  24. 07 5月, 2015 2 次提交
  25. 03 5月, 2015 1 次提交
  26. 02 5月, 2015 1 次提交
  27. 01 5月, 2015 1 次提交
  28. 29 4月, 2015 1 次提交
  29. 28 4月, 2015 2 次提交