Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/vs-threading
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.5.132
Choose a base ref
...
head repository: microsoft/vs-threading
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.6.13
Choose a head ref
  • 20 commits
  • 20 files changed
  • 2 contributors

Commits on Jan 7, 2020

  1. Set version to '16.6-alpha'

    AArnott committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    ca52e37 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v16.5'

    AArnott committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    b680de5 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Add using await support to ARWL.Releaser

    Now 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.
    AArnott committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    ae4e34d View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Add vs-threading dependency on the analyzers

    We had this in 15.x, but sometime lost it in 16.x.
    AArnott committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    d19e113 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #582 from AArnott/addAnalyzerPkgDependency

    Add vs-threading dependency on the analyzers
    AArnott authored Jan 21, 2020
    Configuration menu
    Copy the full SHA
    cdb0906 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Merge pull request #581 from AArnott/awaitUsingRWLAReleaser

    Add `using await` support to ARWL.Releaser
    AArnott authored Jan 22, 2020
    Configuration menu
    Copy the full SHA
    7e7d113 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. 16.5 inserts into rel/d16.5

    AArnott committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    c601589 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v16.5'

    AArnott committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    218ab77 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    475534e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. 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.
    AArnott committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    1f83d89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58ea803 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'v16.5'

    AArnott committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    ea6436f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c8e5a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Update macOS image

    AArnott authored Mar 28, 2020
    Configuration menu
    Copy the full SHA
    5721ec3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #597 from microsoft/v16.5

    Update macOS image
    AArnott authored Mar 28, 2020
    Configuration menu
    Copy the full SHA
    cbf19ee View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Update compiler toolset

    AArnott committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    b783fa8 View commit details
    Browse the repository at this point in the history
  2. 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.
    AArnott committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    1446742 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #599 from AArnott/addNonConcurrentSyncContext

    Add NonConcurrentSynchronizationContext
    AArnott authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    2b40a61 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #598 from AArnott/toolsetUpdate

    Update compiler toolset
    AArnott authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    f2c03d3 View commit details
    Browse the repository at this point in the history
  5. Set version to '16.6'

    AArnott committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    f7601d6 View commit details
    Browse the repository at this point in the history
Loading