1. 02 7月, 2016 6 次提交
    • J
      Remove support for building C++ in the Roslyn tree · 3d208c50
      Jason Malinowski 提交于
      We haven't used this for ages, and is most likely terribly broken.
      3d208c50
    • V
      Merge microupdate into master (#12318) · 2316dd86
      Visual Studio Languages Snap Account 提交于
      * Merge pull request #12041 from heejaechang/buildsyncrace
      
      found one more case where documentId can be null
      
      * prevent VS from crashing if VS got shutdown while build error reporting is in progress.
      
      * Update our NuGet package version to 1.3.2
      
      * Update Microsoft.DiaSymReader.Native to 1.4.0 RTM (#12141)
      
      * Enable building of release nuget packages.
      
      This commit makes it so that we will always try to generate release nugets except if they depend on prerelease packages. If one of our nuget packages happens to depend on prerelease packages, then when building release nugets, we will simply print a message in the build output and skip release nuget generation for that package (and allow the overall build to succeed).
      
      * Address code review feedback.
      
      * Simplify script to use nuget.exe for prerelease dependency validation instead of adding custom logic in the script for this.
      
      * Remove Microsoft.CodeAnalysis.EditorFeatures from list of prerelease nuget packages.
      
      * Change the name of the error log file to skipped_packages.txt.
      
      * fixed DifferenceViewer leak
      
      this leak was responsible for about 14% of managed memory in customer's dump.
      
      basically, in certain condition, if cancellation exception is thrown, we will not close difference viewer which cause
      all text views to leak. that cause all taggers and text buffers to leak and that cause our preview workspaces to alive.
      which in turn cause all solutions to alive and so on. all those objects (view, buffer, workspace, solution) are quite
      big graphs. so ends up eat up 14% of memory.
      
      added assert to make sure if we leak viewers again, we get some kind of notification.
      2316dd86
    • T
      Merge pull request #12309 from tannergooding/master · d3b57f07
      Tanner Gooding 提交于
      Updating 'GenerateCompilerExecutableBindingRedirects' to produce version numbers with 4 parts.
      d3b57f07
    • T
    • J
      Merge pull request #12310 from jaredpar/telem · c9701680
      Jared Parsons 提交于
      Move some code into the open
      c9701680
    • J
      Change one of the DLLs to be embedded again · bc49a2de
      Jared Parsons 提交于
      bc49a2de
  2. 01 7月, 2016 6 次提交
    • V
      Merge microupdate into master (#12258) · 5ee3bdd5
      Visual Studio Languages Snap Account 提交于
      * Merge pull request #12041 from heejaechang/buildsyncrace
      
      found one more case where documentId can be null
      
      * prevent VS from crashing if VS got shutdown while build error reporting is in progress.
      
      * Update our NuGet package version to 1.3.2
      
      * Update Microsoft.DiaSymReader.Native to 1.4.0 RTM (#12141)
      
      * Enable building of release nuget packages.
      
      This commit makes it so that we will always try to generate release nugets except if they depend on prerelease packages. If one of our nuget packages happens to depend on prerelease packages, then when building release nugets, we will simply print a message in the build output and skip release nuget generation for that package (and allow the overall build to succeed).
      
      * Address code review feedback.
      
      * Simplify script to use nuget.exe for prerelease dependency validation instead of adding custom logic in the script for this.
      
      * Remove Microsoft.CodeAnalysis.EditorFeatures from list of prerelease nuget packages.
      
      * Change the name of the error log file to skipped_packages.txt.
      
      * fixed DifferenceViewer leak
      
      this leak was responsible for about 14% of managed memory in customer's dump.
      
      basically, in certain condition, if cancellation exception is thrown, we will not close difference viewer which cause
      all text views to leak. that cause all taggers and text buffers to leak and that cause our preview workspaces to alive.
      which in turn cause all solutions to alive and so on. all those objects (view, buffer, workspace, solution) are quite
      big graphs. so ends up eat up 14% of memory.
      
      added assert to make sure if we leak viewers again, we get some kind of notification.
      5ee3bdd5
    • J
      Merge pull request #12312 from jaredpar/nuget · d4bdd1c8
      Jared Parsons 提交于
      Move NuGet.exe restore location back to the root
      d4bdd1c8
    • J
      Move NuGet.exe restore location back to the root · 308bada0
      Jared Parsons 提交于
      After extensive testing it appears the number of places that assume NuGet.exe is in the root is "at least one more."  Need to unblock the signed build so putting it back in the root temporarily.
      308bada0
    • J
      Cleanup · f02c57d3
      Jared Parsons 提交于
      f02c57d3
    • D
      Porting code · 9c3ebe37
      DotNet Bot 提交于
      9c3ebe37
    • J
      Merge pull request #12295 from jaredpar/nuget2 · 52e4f0be
      Jared Parsons 提交于
      Download NuGet.exe instead of having it checked in
      52e4f0be
  3. 30 6月, 2016 14 次提交
  4. 29 6月, 2016 14 次提交