aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/vsprojects
Commit message (Collapse)AuthorAge
...
* Dont build uninteresting tests on WindowsGravatar Craig Tiller2015-04-08
|
* Ensure OUT_DIR createdGravatar Craig Tiller2015-04-08
|
* Make Grpc.mak more useful for run_tests.pyGravatar Craig Tiller2015-04-08
|
* Actually removing shared project files now.Gravatar Nicolas "Pixel" Noble2015-04-03
|
* Created Visual Studio 2010 project files.Gravatar Nicolas "Pixel" Noble2015-04-02
| | | | Also removed the unused shared projects.
* Adding MSVC's grpc++ project file.Gravatar Nicolas "Pixel" Noble2015-03-10
|
* Makefile cleanupGravatar Craig Tiller2015-02-20
|
* added zlib and openssl dependenciesGravatar Jan Tattermusch2015-02-13
|
* polishing of Grpc.makGravatar Jan Tattermusch2015-02-12
|
* added some more non-test targets to Grpc.makGravatar Jan Tattermusch2015-02-12
|
* improving makefile for WindowsGravatar Jan Tattermusch2015-02-12
|
* fixed GrpcTests.mak and removed build_and_run_tests.batGravatar Jan Tattermusch2015-02-12
|
* Added NMake file to ease building and running tests.Gravatar Jan Tattermusch2015-02-12
|
* add more tests into build_and_run_tests.batGravatar Jan Tattermusch2015-02-12
|
* added ssl.props as a dependency for grpc_csharp_ext, regenerated project filesGravatar Jan Tattermusch2015-02-12
|
* Enabling debug symbols while running batched tests under Windows.Gravatar Nicolas Noble2015-02-11
|
* remove _shared suffix from target dll namesGravatar Jan Tattermusch2015-02-11
|
* fixes to make shared libraries buildGravatar Jan Tattermusch2015-02-11
|
* fixed filename of grpc VS project templatesGravatar Jan Tattermusch2015-02-11
|
* added projects for shared librariesGravatar Jan Tattermusch2015-02-11
|
* removed filters for grpc_csharp_extGravatar Jan Tattermusch2015-02-11
|
* some VS project template fixes and added templates for grpc_csharp_extGravatar Jan Tattermusch2015-02-11
|
* Adding Visual Studio filters.Gravatar Nicolas 'Pixel' Noble2015-01-24
|
* Factoring visual studio code into a buildgen plugin.Gravatar Nicolas "Pixel" Noble2015-01-15
|
* Fixing test_config.cGravatar Nicolas "Pixel" Noble2015-01-13
| | | | Now all the gpr tests build and run under win32.
* Splitting grpc_test_util into gpr_test_util.Gravatar nnoble2015-01-12
| | | | | | | Change on 2015/01/12 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83801564
* Adding plugins to the mako rendering system.Gravatar nnoble2015-01-06
| | | | | | | Change on 2015/01/05 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83302581
* Tweaking solution settings to be able to compile with OpenSSL (not link ↵Gravatar nnoble2014-12-16
| | | | | | | | | 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
* Add Visual Studio project for building zlib.Gravatar jtattermusch2014-12-12
| | | | | | | Change on 2014/12/12 by jtattermusch <jtattermusch@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82017498
* Add batch file that builds and executes all GPR tests.Gravatar jtattermusch2014-12-11
| | | | | | | | | 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
* Fixes for GPR library on Windows (+ getting rid of warnings under MS C++ ↵Gravatar jtattermusch2014-12-09
| | | | | | | | | 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
* Add mako templates to generate MS Visual Studio projects.Gravatar jtattermusch2014-12-08
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