-
Notifications
You must be signed in to change notification settings - Fork 158
Comparing changes
Open a pull request
base repository: microsoft/vs-threading
base: v16.5.132
head repository: microsoft/vs-threading
compare: v16.6.13
- 20 commits
- 20 files changed
- 2 contributors
Commits on Jan 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ca52e37 - Browse repository at this point
Copy the full SHA ca52e37View commit details -
Configuration menu - View commit details
-
Copy full SHA for b680de5 - Browse repository at this point
Copy the full SHA b680de5View commit details
Commits on Jan 20, 2020
-
Add
using awaitsupport to ARWL.ReleaserNow doing the most efficient thing is as simple as adding `await` in front of the `using` instead of assigning the releaser to a local variable and manually calling `ReleaseAsync` on it prior to exiting the `using` block.
Configuration menu - View commit details
-
Copy full SHA for ae4e34d - Browse repository at this point
Copy the full SHA ae4e34dView commit details
Commits on Jan 21, 2020
-
Add vs-threading dependency on the analyzers
We had this in 15.x, but sometime lost it in 16.x.
Configuration menu - View commit details
-
Copy full SHA for d19e113 - Browse repository at this point
Copy the full SHA d19e113View commit details -
Merge pull request #582 from AArnott/addAnalyzerPkgDependency
Add vs-threading dependency on the analyzers
Configuration menu - View commit details
-
Copy full SHA for cdb0906 - Browse repository at this point
Copy the full SHA cdb0906View commit details
Commits on Jan 22, 2020
-
Merge pull request #581 from AArnott/awaitUsingRWLAReleaser
Add `using await` support to ARWL.Releaser
Configuration menu - View commit details
-
Copy full SHA for 7e7d113 - Browse repository at this point
Copy the full SHA 7e7d113View commit details
Commits on Feb 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c601589 - Browse repository at this point
Copy the full SHA c601589View commit details -
Configuration menu - View commit details
-
Copy full SHA for 218ab77 - Browse repository at this point
Copy the full SHA 218ab77View commit details
Commits on Feb 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 475534e - Browse repository at this point
Copy the full SHA 475534eView commit details
Commits on Feb 28, 2020
-
More assuredly pin the .NET Core SDK version
There's talk that the .NET SDK may change the default value for rollForward from "patch" to "latestMajor", effectively turning our "version" property to a minimum instead of a 'pin'. Setting rollForward explicitly guards against this.
Configuration menu - View commit details
-
Copy full SHA for 1f83d89 - Browse repository at this point
Copy the full SHA 1f83d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58ea803 - Browse repository at this point
Copy the full SHA 58ea803View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea6436f - Browse repository at this point
Copy the full SHA ea6436fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c8e5a5 - Browse repository at this point
Copy the full SHA 8c8e5a5View commit details
Commits on Mar 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5721ec3 - Browse repository at this point
Copy the full SHA 5721ec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbf19ee - Browse repository at this point
Copy the full SHA cbf19eeView commit details
Commits on Apr 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b783fa8 - Browse repository at this point
Copy the full SHA b783fa8View commit details -
Add NonConcurrentSynchronizationContext
This `SynchronizationContext` schedules work on the threadpool in such a way as to ensure that no posted delegate is concurrent with another posted delegate. It provides a "logically single thread" environment without actually having to create a dedicated thread.
Configuration menu - View commit details
-
Copy full SHA for 1446742 - Browse repository at this point
Copy the full SHA 1446742View commit details -
Merge pull request #599 from AArnott/addNonConcurrentSyncContext
Add NonConcurrentSynchronizationContext
Configuration menu - View commit details
-
Copy full SHA for 2b40a61 - Browse repository at this point
Copy the full SHA 2b40a61View commit details -
Merge pull request #598 from AArnott/toolsetUpdate
Update compiler toolset
Configuration menu - View commit details
-
Copy full SHA for f2c03d3 - Browse repository at this point
Copy the full SHA f2c03d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7601d6 - Browse repository at this point
Copy the full SHA f7601d6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v16.5.132...v16.6.13