1. 19 5月, 2015 1 次提交
  2. 17 5月, 2015 1 次提交
  3. 16 5月, 2015 1 次提交
    • M
      Add a new command line compiler switch "/reportanalyzer" to report analyzer... · 3de55924
      Manish Vasani 提交于
      Add a new command line compiler switch "/reportanalyzer" to report analyzer execution times. Output is grouped by analyzer assemblies and is displayed in descending order of execution times.
      
      NOTE: We do not display the total build time or the ratios between build time and analyzer execution time as the the actual wall clock time for analyzer execution is likely lesser due to multithreaded analyzer execution.
      3de55924
  4. 15 5月, 2015 1 次提交
  5. 14 5月, 2015 1 次提交
  6. 12 5月, 2015 2 次提交
  7. 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
  8. 09 5月, 2015 3 次提交
  9. 07 5月, 2015 2 次提交
  10. 06 5月, 2015 1 次提交
  11. 05 5月, 2015 1 次提交
  12. 04 5月, 2015 1 次提交
    • J
      Enable BinaryOperators Test1 · bf6953f5
      Jared Parsons 提交于
      This test was disabled due to an issue running the test on CTP6.  This issue no longer reproduces on
      newer builds including the RC.  Enabling and closing the bug.
      
      closes #856
      bf6953f5
  13. 03 5月, 2015 1 次提交
  14. 02 5月, 2015 3 次提交
  15. 30 4月, 2015 3 次提交
  16. 29 4月, 2015 3 次提交
    • J
      More cross platform suites · 8307d65a
      jaredpar 提交于
      This change enables the C# Semantic and Symbol suites.
      8307d65a
    • T
      Enc: Fixes lambda id mapping · 93b320dc
      Tomas Matousek 提交于
      93b320dc
    • J
      Cross Platform build and suite fixes · d25a2cfe
      jaredpar 提交于
      Created a cross platform solution
      
      This solution file contains the set of projects which we support
      building cross platform.
      
      Note: ideally this would be the same as Toolset.sln.  However there are
      certain dependencies which we simply can’t use cross platform at the
      moment (MSBuild in particular).  Eventually these two solutions should
      converge if possible.
      
      Fix stack overflows when running in Mono
      
      Several of our test suites have cycles between static field
      initializers and the containing types constructor.  The mono runtime
      ends up stack overflowing on these cycles and prevents us from running
      suites.  Changing the suites to remove this cycle via lazy field
      initialization.
      d25a2cfe
  17. 28 4月, 2015 1 次提交
  18. 25 4月, 2015 1 次提交
  19. 23 4月, 2015 1 次提交
  20. 22 4月, 2015 1 次提交
  21. 21 4月, 2015 1 次提交
  22. 20 4月, 2015 1 次提交
  23. 18 4月, 2015 3 次提交
  24. 17 4月, 2015 2 次提交
  25. 16 4月, 2015 1 次提交
  26. 15 4月, 2015 1 次提交
    • J
      More CoreFx changes · 66d18e41
      Jared Parsons 提交于
      This has a number of small changes necessary for CoreFx support:
      
      - Thread through the client directory to CommonCompiler.  This is
      necessary for loading items like the SqmData.
      - Move GetAssemblyVersion and GetAssemblyFileVersion into
      CommonCompiler.  There is no need to specialize this for each compiler.
      - Change the implementation of the above methods to not rely on
      Assembly.Location which isn't present in CoreFx.
      
      closes #1974
      66d18e41
  27. 14 4月, 2015 1 次提交