1. 06 1月, 2017 1 次提交
  2. 05 1月, 2017 1 次提交
  3. 20 12月, 2016 1 次提交
  4. 23 11月, 2016 1 次提交
  5. 22 11月, 2016 2 次提交
  6. 13 11月, 2016 1 次提交
  7. 11 11月, 2016 2 次提交
  8. 10 11月, 2016 1 次提交
  9. 09 11月, 2016 2 次提交
  10. 22 10月, 2016 1 次提交
  11. 15 10月, 2016 1 次提交
  12. 13 10月, 2016 1 次提交
  13. 06 10月, 2016 4 次提交
  14. 27 9月, 2016 1 次提交
  15. 15 9月, 2016 1 次提交
  16. 13 8月, 2016 1 次提交
    • T
      Removes IModule, IAssembly interfaces (#12984) · 19dac14a
      Tomáš Matoušek 提交于
      * CommonPEModuleBuilder refactoring
      
      * Renames
      
      * Use CommonPEModuleBuilder instead of IModule
      
      * Remove IModule
      
      * Move GetFiles to module builder
      
      * Remove IAssembly
      
      * Add comments, PR feedback
      
      * Resolve merge conflicts
      19dac14a
  17. 12 8月, 2016 1 次提交
  18. 11 8月, 2016 2 次提交
  19. 05 8月, 2016 1 次提交
  20. 27 7月, 2016 1 次提交
  21. 26 7月, 2016 1 次提交
  22. 23 7月, 2016 1 次提交
    • M
      Add support for a new ProjectShimFactory to be consumed by CPS. (#12440) · b19fcfe8
      Manish Vasani 提交于
      * Add support for a new ProjectShimFactory to be consumed by CPS.
      
      1. IProjectShim and IProjectShimFactory are the primary interfaces being introduced that CPS will use to forward project system changes to workspace hosts.
      2. Refactored the UpdateOptions code in AbstractRoslynProject and sub-types so that it can be shared with the new project shim.
      
      TODO: Add IVT to CPS binaries to enable consuming these APIs (need to follow up with DavKean)
      
      * Add support for a new ProjectShimFactory to be consumed by CPS
      
      1. IProjectShim and IProjectShimFactory are the primary interfaces being introduced that CPS will use to forward project system changes to workspace hosts.
      
      2. Refactored the UpdateOptions code in AbstractRoslynProject and sub-types so that it can be shared with the new project shim.
      
      3. Add IVT to CPS projects to enable consuming these APIs.
      
      * Fix tests
      
      * Add tests for new CPS project shim.
      
      * Fix the tests and update the Shim factory API to take CommandLineArguments.
      
      * Fix VSI test - VB compilation options must also contain latest parse options
      
      * Some more code refactoring to ensure that for the CPS shim we avoid getting properties through the hierarchy while creating the shim and adding new source files.
      
      * Some more code refactoring to address review feedback:
      
      1. Rename IProjectShim and IProjectShimFactory to IProjectContext and IProjectContextFactory respectively.
      2. Add a new sub-type of AbstractProject, namely "AbstractLegacyProject", for legacy C# and VB project system shims. All the Hierarchy accesses for computing properties have been moved to this sub-type.
      3. Move legacy project system specific interface implementations (IVsHierarchyEvents, IIntellisenseBuildTarget and ICompilerOptionsHostObject) to AbstractLegacyProject.
      4. Merge AbstractRoslynProject into AbstractProject - the only addition in AbstractRoslynProject seem to be support for VsENCRebuildableProjectImpl, which was anyways an optional field.
      
      * Change the name of the flag taken by AddSourceFile to "isInCurrentContext"
      
      * Address review feedback
      
      * Fix tests broken by last commit
      
      * Further cleanup of options setting infrastructure
      
      * Minor refactoring of the Options setting APIs
      b19fcfe8
  23. 22 7月, 2016 1 次提交
  24. 21 7月, 2016 2 次提交
  25. 20 7月, 2016 1 次提交
  26. 15 7月, 2016 1 次提交
  27. 24 6月, 2016 2 次提交
  28. 23 6月, 2016 1 次提交
  29. 22 6月, 2016 1 次提交
  30. 14 6月, 2016 1 次提交
    • M
      Add support for an OperationTreeVerifier - test only OperationWalker to dump... · 3679da94
      Manish Vasani 提交于
      Add support for an OperationTreeVerifier - test only OperationWalker to dump operation tree. (#11918)
      
      The dump approach should enable to us to (relatively) easily extend the existing C# and VB binding tests to verify the operation tree.
      I have moved the existing IOperation tests to the dump approach and also added couple of additional tests to demonstrate how to write these tests for entire method body operation tree verification.
      3679da94
  31. 06 6月, 2016 1 次提交