1. 18 Jun, 2018 1 commit
    • Adam Cozzette's avatar
      Work around MSVC issue with std::atomic initialization (#4777) · 885be9c9
      Adam Cozzette authored
      * Work around MSVC issue with std::atomic initialization
      
      MSVC seems to have a bug where it does not use constant initialization
      for std::atomic, which ends up causing crashes during initialization.
      This change introduces a workaround by putting the std::atomic inside a
      union, which causes the compiler to use constant initialization for it.
      
      * Added an AppVeyor test for static linking with MSVC
      885be9c9
  2. 15 May, 2018 1 commit
  3. 03 May, 2018 1 commit
  4. 26 Mar, 2018 1 commit
  5. 20 Mar, 2018 1 commit
  6. 24 May, 2017 1 commit
    • Jon Skeet's avatar
      Convert C# projects to MSBuild (csproj) format · f26e8c2a
      Jon Skeet authored
      This has one important packaging change: the netstandard version now
      depends (implicitly) on netstandard1.6.1 rather than on individual
      packages. This is the preferred style of dependency, and shouldn't
      affect any users - see http://stackoverflow.com/questions/42946951
      for details.
      
      The tests are still NUnit, but NUnit doesn't support "dotnet test"
      yet; the test project is now an executable using NUnitLite. (When
      NUnit supports dotnet test, we can adapt to it.)
      
      Note that the project will now only work in Visual Studio 2017 (and
      Visual Studio Code, and from the command line with the .NET Core
      1.0.0 SDK); Visual Studio 2015 does *not* support this project file
      format.
      f26e8c2a
  7. 10 Oct, 2016 1 commit
  8. 23 Sep, 2016 1 commit
  9. 01 Sep, 2016 1 commit
  10. 26 Aug, 2016 1 commit
  11. 25 Aug, 2016 1 commit
  12. 14 Jul, 2016 2 commits
  13. 12 Dec, 2015 1 commit
  14. 06 Oct, 2015 1 commit
  15. 05 Oct, 2015 1 commit
  16. 21 Aug, 2015 1 commit
  17. 16 Jul, 2015 1 commit
  18. 22 Jun, 2015 1 commit
  19. 17 Jun, 2015 1 commit
  20. 13 Jun, 2015 1 commit