1. 16 8月, 2016 2 次提交
  2. 05 8月, 2016 1 次提交
  3. 30 7月, 2016 2 次提交
    • T
      pull swixproj requirements from myget · 5b01de13
      Ty Overby 提交于
      5b01de13
    • H
      porting OOP to preview 4 branch · c141605a
      Heejae Chang 提交于
      changes include
      make SourceText::GetChecksum and AnalyzerTelemetry contructor public.
      
      added MustRunInProc in IBuiltInAnalyzer and some clean up around serializing Solution/Project/DocumentId and how DocumentState is exposed.
      
      simplified temporary storage service's temporary storage management and added ability to attach to existing temporary storage
      
      solution checksum and serialization service.
      
      added remote host client
      - this gives an ability for host (vs) to talk to remote host (service hub)
      
      rename and moving files between feature/workspace layers
      - only real change is having ICompilerDiagnosticAnalyzer interface which can either have inproc implementation or out of proc implementation.
      - inproc is needed since diagnostics are in feature layer and one who uses feature layer out side of VS host need an implementation.
      
      added RemoteWorkspace
      - RemoteWorkspace has host agnostic implementation of roslyn features/services/workspace that will run in remote host
      
      added service hub component and setup project for service hub
      - service hub component is basically thin layer that deals with converting data to pass in to RemoteWorkspace
      
      made devdiv insertion tool to ignore servicehub related files
      
      support byte and char array natively in ObjectReader/Writer
      c141605a
  4. 27 7月, 2016 1 次提交
  5. 15 7月, 2016 1 次提交
    • J
      Fix IBCMerge Issues (#12520) · e26143d0
      Jared Parsons 提交于
      Ensure IBC is running for our official builds.
      
      There will be a corresponding update to the Build Definitions to provide the $(IbcMergePath) value.
      e26143d0
  6. 07 7月, 2016 1 次提交
  7. 21 2月, 2016 1 次提交
  8. 01 2月, 2016 1 次提交
  9. 16 10月, 2015 1 次提交
  10. 03 9月, 2015 1 次提交
  11. 09 7月, 2015 1 次提交
    • 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
  12. 27 6月, 2015 1 次提交
    • A
      Move solutions into the root directory · 13b4e9d4
      Andy Gocke 提交于
      It's confusing for new users to have the Roslyn solutions nested
      inside the src/ directory and there's really no good reason those where
      there in the first place. This moves them to the root directory, except
      for the Toolset.sln solution, which is only for building Roslyn in CI
      scenarios and has been moved to the build/ directory.
      13b4e9d4
  13. 03 3月, 2015 1 次提交
  14. 15 1月, 2015 1 次提交
  15. 14 1月, 2015 1 次提交
  16. 10 9月, 2014 1 次提交
  17. 19 3月, 2014 1 次提交