1. 25 9月, 2015 1 次提交
  2. 09 9月, 2015 1 次提交
  3. 05 9月, 2015 1 次提交
  4. 03 9月, 2015 1 次提交
  5. 27 8月, 2015 2 次提交
  6. 26 8月, 2015 1 次提交
  7. 19 8月, 2015 1 次提交
    • J
      Reset the API files · e3f3734e
      Jared Parsons 提交于
      This change does two actions to our public API files:
      
      - Resets them to the versions from 1.0.0 RTM
      - Splits them into the shipped and unshipped files
      e3f3734e
  8. 13 8月, 2015 1 次提交
  9. 08 8月, 2015 1 次提交
    • J
      Remove SCC bindings · e880d125
      Jared Parsons 提交于
      We no longer use SCC bindings in our project yet the definitions remained around and caused a dialog prompt on solution open.  Removing these as they are no longer needed
      e880d125
  10. 06 8月, 2015 3 次提交
  11. 30 7月, 2015 1 次提交
  12. 29 7月, 2015 1 次提交
    • D
      Remove conditional reference when targeting .NET 2.0 · e002c69e
      David Kean 提交于
      This fixed DevDiv.1158790 — Spurious errors, warnings and messages in IDE from background analysis, which
      basically results in a bunch of warnings in the IDE:
      
           The referenced component 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.5\Profile\Profile7\mscorlib.dll' could not be found.
      
      C#/VB project system do not support conditional references and treat them as always being present. This <Reference was being included for all projects regardless
      of the condition, confusing Visual Basic project system. Moved it to _ExplictReference concept which already exists for adding mscorlib (see <_ExplicitReference> in Microsoft.CSharp.CurrentVersionCommon.targets)
      e002c69e
  13. 28 7月, 2015 1 次提交
  14. 26 7月, 2015 1 次提交
  15. 14 7月, 2015 1 次提交
  16. 09 7月, 2015 2 次提交
    • A
      Add core CLR projects for csc and vbc. · f87d725f
      Andy Gocke 提交于
      Adds two new projects, CscCore and VbcCore, which target CoreCLR and
      produce CoreCLR-compatible executables in the core-clr subdirectory of
      the build output. At the moment they are not included in any solution
      because a bug in the DNX build tools that causes VS 2015 to deadlock
      whenever the project files are loaded.
      f87d725f
    • 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
  17. 18 6月, 2015 3 次提交
  18. 17 6月, 2015 1 次提交
  19. 05 6月, 2015 1 次提交
  20. 28 5月, 2015 1 次提交
  21. 27 5月, 2015 1 次提交
  22. 15 5月, 2015 2 次提交
  23. 14 5月, 2015 2 次提交
  24. 12 5月, 2015 1 次提交
  25. 23 4月, 2015 1 次提交
    • J
      Self-host the C# and VB compilers in Jenkins runs · 51c53292
      Jared Parsons 提交于
      Builds in Jenkins will now self-host the compiler bits that result from
      the changes being committed in the PR.  Hence if there is a bug
      introduced by the change that prevents us from compiling Roslyn we will
      find it out before checkin vs. the next toolset update.
      
      This change causes the Jenkins build to roughly do the following:
      
      1. Build the C#, VB and compiler server binaries and move them to
      Binaries\Bootstrap.
      2. Clean the enlistment which deletes the intermediate directories and
      kill the compiler server.
      3. Run our standard BuildAndTest.proj using the
      /p:BootstrapBuildPath=Binaries\Bootstrap parameter to self-host the just
      built compilers.
      51c53292
  26. 18 4月, 2015 2 次提交
  27. 16 4月, 2015 1 次提交
  28. 15 4月, 2015 1 次提交
  29. 27 3月, 2015 1 次提交
  30. 20 3月, 2015 1 次提交
  31. 19 3月, 2015 1 次提交
    • J
      Rename to BootstrapBuildPath · 8b09d6ad
      jaredpar 提交于
      The previous name was easily confused with a boolean value.  Changed to
      have the Path suffix to make the intent of the value clearer.
      8b09d6ad