1. 11 8月, 2016 1 次提交
  2. 24 6月, 2016 1 次提交
  3. 22 6月, 2016 1 次提交
  4. 18 6月, 2016 1 次提交
  5. 17 5月, 2016 2 次提交
  6. 24 2月, 2016 1 次提交
  7. 16 10月, 2015 1 次提交
  8. 26 8月, 2015 1 次提交
  9. 22 5月, 2015 1 次提交
    • H
      fixed explicit cache bug in solution crawler · c9102a5d
      Heejae Chang 提交于
      found a bug where we missed caching a project explicitly while doing document analysis.
      
      this is a race so it doesn't happen all the time, but when condition is met, we will re-parse every files in the project to build compilation for every file in the project.
      
      I am not 100% sure since when this bug exists but looks like some recent change caused this to happen more often.
      
      I hope this is the reason for VM increase in some of our perf tests.
      c9102a5d
  10. 21 5月, 2015 1 次提交
    • H
      fixed explicit cache bug in solution crawler · 45dfeea6
      Heejae Chang 提交于
      found a bug where we missed caching a project explicitly while doing document analysis.
      
      this is a race so it doesn't happen all the time, but when condition is met, we will re-parse every files in the project to build compilation for every file in the project.
      
      I am not 100% sure since when this bug exists but looks like some recent change caused this to happen more often.
      
      I hope this is the reason for VM increase in some of our perf tests.
      45dfeea6
  11. 27 3月, 2015 1 次提交
    • H
      changes around solution crawler. · 45fae725
      Heejae Chang 提交于
      first, made solution crawler options to show up in Roslyn/Option pane to make experiement easier.
      second, tweaked the way higher/normal/low priority processor interact each other.
      last, made solution crawler to pick next project to process a bit smarter.
      
      misc.
      fixed an issue where lazyLogmessage didn't clear cached message correctly
      changed etw logging default to not log at all
      45fae725
  12. 14 3月, 2015 1 次提交
  13. 23 2月, 2015 1 次提交
    • H
      make solution crawler to cancel all running tasks on global operation · 2e673b9f
      Heejae Chang 提交于
      previously on global operation, soluton crawler will pause itself but it won't cancel already running tasks.
      
      this change make solution crawler to even cancel running tasks and go to pause mode sooner on global operation.
      
      cancelled tasks will re-enqueued to work queue and will run next time.
      2e673b9f
  14. 19 2月, 2015 2 次提交
  15. 18 2月, 2015 2 次提交
  16. 01 2月, 2015 1 次提交
    • B
      Complete the style update to the rest of Open\src directory · 995eb372
      beep boop 提交于
           Background:
      
           As discussed in the dev team all hands all code under the GitHub dotnet foundation is using a single process for contribution, API review, infrastructure and coding style. The idea is to present a unified view to our customer and give them a single story for contributing to any project under the dotnet foundation.
      
           https://github.com/dotnet/corefx/wiki/Contributing#c-coding-style
      
           The coding style transition is automated using a Roslyn based rewrite tool:
      
           https://github.com/dotnet/codeformatter
      
           This will be applied in stages across our developer tree. Right now the focus is on the Open directory as this is what is being presented on github. Code owners will be contacted before the transition happens.
      
           Note: this is a soft style requirement. There are no build errors that come from this change.
       (changeset 1408227)
      995eb372
  17. 27 1月, 2015 1 次提交