Commit Graph

26 Commits

Author SHA1 Message Date
Craig Tiller d7f333547c Makefile cleanup 2015-02-20 15:18:45 -08:00
Jan Tattermusch 64d10c1811 added zlib and openssl dependencies 2015-02-13 09:39:54 -08:00
Jan Tattermusch a2ad558431 polishing of Grpc.mak 2015-02-12 19:44:35 -08:00
Jan Tattermusch eca6547484 added some more non-test targets to Grpc.mak 2015-02-12 19:29:26 -08:00
Jan Tattermusch d5b076ae29 improving makefile for Windows 2015-02-12 19:16:42 -08:00
Jan Tattermusch 13126664ec fixed GrpcTests.mak and removed build_and_run_tests.bat 2015-02-12 18:52:07 -08:00
Jan Tattermusch 451a227ac3 Added NMake file to ease building and running tests. 2015-02-12 18:34:50 -08:00
Jan Tattermusch adeaf63113 add more tests into build_and_run_tests.bat 2015-02-12 17:23:13 -08:00
Jan Tattermusch 13b9cfb8de added ssl.props as a dependency for grpc_csharp_ext, regenerated project files 2015-02-12 14:18:03 -08:00
Nicolas Noble 24cad9b6c6 Enabling debug symbols while running batched tests under Windows. 2015-02-11 15:51:31 -08:00
Jan Tattermusch f6ff8f6fcf remove _shared suffix from target dll names 2015-02-11 14:43:11 -08:00
Jan Tattermusch 31e40652a9 fixes to make shared libraries build 2015-02-11 14:23:38 -08:00
Jan Tattermusch 9fb0116148 fixed filename of grpc VS project templates 2015-02-11 14:10:22 -08:00
Jan Tattermusch 785778b22e added projects for shared libraries 2015-02-11 13:54:48 -08:00
Jan Tattermusch b7f53d9296 removed filters for grpc_csharp_ext 2015-02-11 12:58:01 -08:00
Jan Tattermusch 9e1d446ff3 some VS project template fixes and added templates for grpc_csharp_ext 2015-02-11 10:20:55 -08:00
Nicolas 'Pixel' Noble 1ea024dbe2 Adding Visual Studio filters. 2015-01-24 01:08:29 -08:00
Nicolas "Pixel" Noble cc0994c8cb Factoring visual studio code into a buildgen plugin. 2015-01-15 06:49:36 +01:00
Nicolas "Pixel" Noble 80d68c09c4 Fixing test_config.c
Now all the gpr tests build and run under win32.
2015-01-13 20:14:43 -08:00
nnoble 5f2ecb355d Splitting grpc_test_util into gpr_test_util.
Change on 2015/01/12 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83801564
2015-01-12 17:36:57 -08:00
nnoble c87b1c533f Adding plugins to the mako rendering system.
Change on 2015/01/05 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83302581
2015-01-06 17:40:30 -08:00
nnoble 5447c5461c Tweaking solution settings to be able to compile with OpenSSL (not link yet), and swapping per-project properties for a global property sheet.
Change on 2014/12/16 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82245026
2014-12-16 17:12:17 -08:00
jtattermusch 1de3a5c0a1 Add Visual Studio project for building zlib.
Change on 2014/12/12 by jtattermusch <jtattermusch@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82017498
2014-12-12 16:31:01 -08:00
jtattermusch 57c6f0cade Add batch file that builds and executes all GPR tests.
Removed bad format test to fix gpr_string_test.
Also took care of some of the MS compiler warnings when compiling gpr_test_util.
	Change on 2014/12/11 by jtattermusch <jtattermusch@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81900639
2014-12-11 15:11:44 -08:00
jtattermusch 98bffb779b Fixes for GPR library on Windows (+ getting rid of warnings under MS C++ compiler)
Change on 2014/12/09 by jtattermusch <jtattermusch@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81704538
2014-12-09 16:20:55 -08:00
jtattermusch 97fb3f6481 Add mako templates to generate MS Visual Studio projects.
Current state for Windows platform:
-- gpr and grpc_test_util can be compiled
-- gpr_log_test and gpr_cmdline_test pass
	Change on 2014/12/08 by jtattermusch <jtattermusch@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=81615574
2014-12-08 18:50:13 -08:00