Commit Graph

87 Commits

Author SHA1 Message Date
Craig Tiller 32173c5c3c First version of json fuzzer 2016-03-17 14:12:45 -07:00
David Garcia Quintas a9d0629677 Merge branch 'codegen_proto_utils_fix' into codegen_lib 2016-03-06 19:10:15 -08:00
Nicolas Noble 0c24f97415 Merge pull request #5334 from jtattermusch/protoc_artifacts_windows
Building protoc artifacts on Windows
2016-02-23 16:18:42 -08:00
Jan Tattermusch 6611dde261 enable 64bit windows compilation of protoc plugins 2016-02-22 08:48:02 -08:00
David Garcia Quintas 3711e83870 moar VS fun 2016-02-19 16:58:16 -08:00
Nicolas "Pixel" Noble 2e8fdbac77 Building the dlls. 2016-02-19 05:39:15 +01:00
Craig Tiller da179ce598 Rollback gpr deletion 2016-02-09 12:01:53 -08:00
Nicolas "Pixel" Noble 09121799b0 Removing gpr as a separated library. 2016-01-30 09:34:22 +01:00
Craig Tiller f813f57ec5 Clean up Windows 2016-01-21 13:20:29 -08:00
Craig Tiller 0fe5ee7be3 BoringSSL integration: non-vsprojects changes 2015-12-22 12:50:36 -08:00
Jan Tattermusch 83405c13b6 dont include grpc++ in buildtests_c 2015-12-18 10:56:31 -08:00
Jan Tattermusch 83a23815b0 remove unused vsprojects 2015-12-18 09:25:20 -08:00
Jan Tattermusch 6b20f6f46d make intermediate dir path shorter 2015-12-18 08:53:59 -08:00
Craig Tiller 01294c206f Merge pull request #4524 from jtattermusch/polish_vcxproj_files
Polish vcxproj files
2015-12-18 07:38:53 -08:00
Jan Tattermusch 025ffeff5e ignore warning LNK4217 2015-12-18 06:58:11 -08:00
Jan Tattermusch e3dea2cd99 make Release depend on Release from nuget deps 2015-12-17 16:21:03 -08:00
Jan Tattermusch 35ca0747b5 silence warnings 2015-12-17 16:21:03 -08:00
Jan Tattermusch 78e07113e9 Get rid of tabs from .include file 2015-12-17 16:20:48 -08:00
Jan Tattermusch 3fbc4547b8 make vcxproject files compatible with VS2015 2015-12-11 15:50:06 -08:00
Jan Tattermusch 29c547c2a5 drop _USE_32BIT_TIME_T define 2015-12-11 15:50:05 -08:00
Craig Tiller 0a775b38c7 Merge pull request #2920 from nicolasnoble/winnt-check
Better handling of _WIN32_WINNT.
2015-09-25 16:23:15 -07:00
Craig Tiller 3ef8c0862e More PDB trickery 2015-09-25 11:15:04 -07:00
Craig Tiller f4fc5d2bfd Enable warnings as errors on Windows 2015-09-23 09:36:31 -07:00
Nicolas "Pixel" Noble b70e3be040 Merge branch 'master' of github.com:grpc/grpc into winnt-check
Conflicts:
	vsprojects/global.props
2015-09-04 19:53:42 +02:00
Craig Tiller 605076a7aa Handle test dependencies better 2015-09-01 09:07:31 -07:00
Craig Tiller 730118d80f Merge branch 'third-coming' into endpoints 2015-09-01 07:51:56 -07:00
Craig Tiller 6fd238443e Use msbuild for tests 2015-09-01 07:36:31 -07:00
Craig Tiller 3b245fe388 C tests dont need protobuf 2015-08-31 16:07:20 -07:00
Craig Tiller 1ebb7c885e Hand-written changes 2015-08-31 15:53:36 -07:00
Jan Tattermusch d8fc860674 Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 2015-08-14 09:58:54 -07:00
Nicolas "Pixel" Noble 1df8ee9871 Recreating grpc_test_util_unsecure's template. 2015-08-14 02:20:41 +02:00
Jan Tattermusch d9a8fb207e add protobuf.props to plugin projects 2015-08-08 18:40:51 -07:00
Nicolas Noble 563b8a2779 Regenerating project files and massaging VS project files. 2015-07-30 19:17:03 -07:00
Michael Larson c58e501373 changes to grpc.mak.template to support c++ test building 2015-07-19 10:52:32 -07:00
Michael Larson 845019c1d1 helper script to build all .proto files in /test/ in-place 2015-07-19 10:51:03 -07:00
Michael Larson 1ee691d922 changed generate_debug_projects.sh to use the .sln hint when making vcxproj templates 2015-07-19 10:49:59 -07:00
Michael Larson 6e081e0453 changed .sln to include hint about lib vs. target 2015-07-19 10:48:35 -07:00
Michael Larson b19d4ebba0 changed vsproject generation to make c++ tests; put a hint in the .sln about lib vs. target; expand .proto includes 2015-07-19 10:47:54 -07:00
Nicolas "Pixel" Noble 64d81385f3 Faking tools target for win32.
With run_test.py, we need a tools target now. Let's fake it for Windows so we can at least build.
2015-07-11 22:46:08 +02:00
Jan Tattermusch 8ed4c3e267 provide VS solution for building protoc plugins 2015-05-27 12:54:15 -07:00
Craig Tiller d4db33dcab Add missing copyright notices 2015-05-21 15:27:23 -07:00
Nicolas Noble e144536852 Various Win32 fixes and improvements.
-) Properly setting up the endpoint pair.
-) Beancounting on socket shutdown to properly add references.
-) Only proceed to clear out data when called from the IOCP thread.
-) Enabling ALL the tests.
-) Fixing run_tests.py to properly invoke them.
2015-05-12 23:24:15 +02:00
Nicolas "Pixel" Noble 6c8717dae0 Adding instructions to use generate_debug_projects.sh, and cleaning the script up a bit. 2015-05-09 09:09:54 +02:00
Nicolas "Pixel" Noble 532eb41f5c Properly naming grpc++_unsecure project. 2015-05-09 08:47:32 +02:00
Nicolas Noble 2e3639302a Making the gRPC C tests building under Windows. 2015-05-09 08:25:26 +02:00
Nicolas "Pixel" Noble 7bf5092df0 Adding grpc++_unsecure project file, and adding better support for test projects. 2015-05-09 07:21:07 +02:00
Craig Tiller 74bbc41175 Ensure all unsecure tests are built on Windows 2015-04-30 14:11:11 -07:00
Nicolas "Pixel" Noble 5fb4ba0adb Updating the templates to create win64 projects. 2015-04-28 00:20:06 +02:00
Jan Tattermusch 65c2020d89 fix typo in vcxproj template 2015-04-20 19:44:45 -07:00
Jan Tattermusch 87d621bcf4 fixes to Grpc.mak 2015-04-20 19:20:48 -07:00