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: Tynamix/ObjectFiller.NET
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DoubleLinePartners/ObjectFiller.NET
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 23, 2015

  1. Upgrades ObjectFiller to .Net v4 to add support for ThreadLocal. Modi…

    …fies use of Random class to be thread safe across multiple calling threads by providing a single Random instance seeded off an Interlocked incremented integer seed per thread.
    blmeyers committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    a3e3427 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2015

  1. Merge pull request #1 from blmeyers/master

    Upgrades ObjectFiller to .Net v4 to add support for ThreadLocal.  Mod…
    blmeyers committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    7281099 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2015

  1. Switching seed value to cryptographic random seed value per thread, i…

    …nstead of seeding off Environment.TickCount.
    blmeyers committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    2ca3737 View commit details
    Browse the repository at this point in the history
  2. Bumping the version number.

    blmeyers committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    7f2fffd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from blmeyers/master

    Switching seed value to cryptographic random seed value per thread
    blmeyers committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    d261cc3 View commit details
    Browse the repository at this point in the history
Loading