Commit Graph

17 Commits (main)

Author SHA1 Message Date
Mike Kruskal 7b091c5b2f
Upgrade to MSVC 2017 (#10437) 2022-08-22 14:29:12 -07:00
Adam Cozzette 82d3d7d250 Merge branch '3.6.x' into merge-3-6-x 2018-06-25 13:22:10 -07:00
Adam Cozzette 885be9c982
Work around MSVC issue with std::atomic initialization (#4777)
* 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
2018-06-18 11:38:06 -07:00
Jozef Izso 8835f5d2f1 Fix appveyor documentation 2018-05-15 13:38:14 +02:00
Ivan Shynkarenka feb183d895 Appveyor MinGW build 2018-05-03 03:17:19 +03:00
Carlos O'Ryan 3c5442a95d Include googletest as a submodule (#3993)
Add googletest as a submodule in third_party/googletest.
2018-03-26 13:54:32 -07:00
Adam Cozzette fcde518699 Try using a new version of Visual Studio on AppVeyor
We need to use a new enough version to ensure that constexpr is
available.
2018-03-20 14:44:30 -07:00
Jon Skeet f26e8c2ae0 Convert C# projects to MSBuild (csproj) format
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.
2017-05-24 09:07:33 +01:00
Feng Xiao 2937c67429 Use "appveyor DownloadFile"
"ps: StartFileDownload" is broken by a recent appveyor image update:
http://help.appveyor.com/discussions/problems/5308-ci-frequently-hangs-with-recent-image-update

Change-Id: Ia73aa8b12f77eb9bbec556a4c05310153aad97bf
2016-10-10 11:44:21 -07:00
Wei-Yin Chen (陳威尹) 588a803d58 Support Unicode build on Windows 2016-08-31 17:28:51 -07:00
Feng Xiao c4a84abcb6 Update links in appveyor.yml
Change-Id: I3d44e3c6877e00cfea5a903568fde1e6f597aac1
2016-08-25 14:34:45 -07:00
Jon Skeet 10a8fb4e73 Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform (#1727)
Move to dotnet cli for building, and .NET Core (netstandard1.0) as target platform

This also updates the version number to 3.0.0-beta4
2016-07-14 22:01:47 +01:00
Feng Xiao e841bac4fc Down-integrate from internal code base. 2015-12-11 17:10:28 -08:00
Jan Tattermusch d4794c56b5 add C# build and tests to appveyor 2015-07-15 23:34:19 -07:00
Feng Xiao d0eb7786a9 Fix appveyor tests. 2015-06-22 15:09:52 -07:00
Feng Xiao 818c5eee08 Fix broken builds. 2015-06-17 11:19:46 -07:00
Feng Xiao 52737c2bc8 Add appveyor.xml for windows tests. 2015-06-12 23:41:29 -07:00