Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc
/
eb62c943389d4b34e8a246a8fe63783aed885a01
/
templates
/
vsprojects
da179ce
Rollback gpr deletion
by Craig Tiller
· 9 years ago
0912179
Removing gpr as a separated library.
by Nicolas "Pixel" Noble
· 9 years ago
f813f57
Clean up Windows
by Craig Tiller
· 9 years ago
0fe5ee7
BoringSSL integration: non-vsprojects changes
by Craig Tiller
· 9 years ago
83405c1
dont include grpc++ in buildtests_c
by Jan Tattermusch
· 9 years ago
83a2381
remove unused vsprojects
by Jan Tattermusch
· 9 years ago
6b20f6f
make intermediate dir path shorter
by Jan Tattermusch
· 9 years ago
01294c2
Merge pull request #4524 from jtattermusch/polish_vcxproj_files
by Craig Tiller
· 9 years ago
025ffef
ignore warning LNK4217
by Jan Tattermusch
· 9 years ago
e3dea2c
make Release depend on Release from nuget deps
by Jan Tattermusch
· 9 years ago
35ca074
silence warnings
by Jan Tattermusch
· 9 years ago
78e0711
Get rid of tabs from .include file
by Jan Tattermusch
· 9 years ago
3fbc454
make vcxproject files compatible with VS2015
by Jan Tattermusch
· 9 years ago
29c547c
drop _USE_32BIT_TIME_T define
by Jan Tattermusch
· 9 years ago
0a775b3
Merge pull request #2920 from nicolasnoble/winnt-check
by Craig Tiller
· 9 years ago
3ef8c08
More PDB trickery
by Craig Tiller
· 9 years ago
f4fc5d2
Enable warnings as errors on Windows
by Craig Tiller
· 9 years ago
b70e3be
Merge branch 'master' of github.com:grpc/grpc into winnt-check
by Nicolas "Pixel" Noble
· 9 years ago
605076a
Handle test dependencies better
by Craig Tiller
· 9 years ago
730118d
Merge branch 'third-coming' into endpoints
by Craig Tiller
· 9 years ago
6fd2384
Use msbuild for tests
by Craig Tiller
· 9 years ago
3b245fe
C tests dont need protobuf
by Craig Tiller
· 9 years ago
1ebb7c8
Hand-written changes
by Craig Tiller
· 9 years ago
d8fc860
Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3
by Jan Tattermusch
· 9 years ago
1df8ee9
Recreating grpc_test_util_unsecure's template.
by Nicolas "Pixel" Noble
· 9 years ago
d9a8fb2
add protobuf.props to plugin projects
by Jan Tattermusch
· 9 years ago
563b8a2
Regenerating project files and massaging VS project files.
by Nicolas Noble
· 9 years ago
c58e501
changes to grpc.mak.template to support c++ test building
by Michael Larson
· 9 years ago
845019c
helper script to build all .proto files in /test/ in-place
by Michael Larson
· 9 years ago
1ee691d
changed generate_debug_projects.sh to use the .sln hint when making vcxproj templates
by Michael Larson
· 9 years ago
6e081e0
changed .sln to include hint about lib vs. target
by Michael Larson
· 9 years ago
b19d4eb
changed vsproject generation to make c++ tests; put a hint in the .sln about lib vs. target; expand .proto includes
by Michael Larson
· 9 years ago
64d8138
Faking tools target for win32.
by Nicolas "Pixel" Noble
· 9 years ago
8ed4c3e
provide VS solution for building protoc plugins
by Jan Tattermusch
· 9 years ago
d4db33d
Add missing copyright notices
by Craig Tiller
· 9 years ago
e144536
Various Win32 fixes and improvements.
by Nicolas Noble
· 9 years ago
6c8717d
Adding instructions to use generate_debug_projects.sh, and cleaning the script up a bit.
by Nicolas "Pixel" Noble
· 9 years ago
532eb41
Properly naming grpc++_unsecure project.
by Nicolas "Pixel" Noble
· 9 years ago
2e36393
Making the gRPC C tests building under Windows.
by Nicolas Noble
· 10 years ago
7bf5092
Adding grpc++_unsecure project file, and adding better support for test projects.
by Nicolas "Pixel" Noble
· 9 years ago
74bbc41
Ensure all unsecure tests are built on Windows
by Craig Tiller
· 10 years ago
5fb4ba0
Updating the templates to create win64 projects.
by Nicolas "Pixel" Noble
· 10 years ago
65c2020
fix typo in vcxproj template
by Jan Tattermusch
· 10 years ago
87d621b
fixes to Grpc.mak
by Jan Tattermusch
· 10 years ago
789e7ae
updated version of nuget packages used in Grpc.mak
by Jan Tattermusch
· 10 years ago
f6f6fdb
start using grpc.dependencies.openssl and grpc.dependencies.zlib nuget packages
by Jan Tattermusch
· 10 years ago
b5bf574
regenerated project files
by Jan Tattermusch
· 10 years ago
8ab4538
introduced packages.include
by Jan Tattermusch
· 10 years ago
8ff00a3
big refactoring of visual studio projects, started using nuget dependencies.
by Jan Tattermusch
· 10 years ago
fef0c2d
Dont build uninteresting tests on Windows
by Craig Tiller
· 10 years ago
c3d5f16
Ensure OUT_DIR created
by Craig Tiller
· 10 years ago
f5a7c8b
Make Grpc.mak more useful for run_tests.py
by Craig Tiller
· 10 years ago
ad1d7d9
Actually removing shared project files now.
by Nicolas "Pixel" Noble
· 10 years ago
a727fe2
Created Visual Studio 2010 project files.
by Nicolas "Pixel" Noble
· 10 years ago
b072a4f
Adding MSVC's grpc++ project file.
by Nicolas "Pixel" Noble
· 10 years ago
d7f3335
Makefile cleanup
by Craig Tiller
· 10 years ago
64d10c1
added zlib and openssl dependencies
by Jan Tattermusch
· 10 years ago
a2ad558
polishing of Grpc.mak
by Jan Tattermusch
· 10 years ago
eca6547
added some more non-test targets to Grpc.mak
by Jan Tattermusch
· 10 years ago
d5b076a
improving makefile for Windows
by Jan Tattermusch
· 10 years ago
1312666
fixed GrpcTests.mak and removed build_and_run_tests.bat
by Jan Tattermusch
· 10 years ago
451a227
Added NMake file to ease building and running tests.
by Jan Tattermusch
· 10 years ago
adeaf63
add more tests into build_and_run_tests.bat
by Jan Tattermusch
· 10 years ago
13b9cfb
added ssl.props as a dependency for grpc_csharp_ext, regenerated project files
by Jan Tattermusch
· 10 years ago
24cad9b
Enabling debug symbols while running batched tests under Windows.
by Nicolas Noble
· 10 years ago
f6ff8f6
remove _shared suffix from target dll names
by Jan Tattermusch
· 10 years ago
31e4065
fixes to make shared libraries build
by Jan Tattermusch
· 10 years ago
9fb0116
fixed filename of grpc VS project templates
by Jan Tattermusch
· 10 years ago
785778b
added projects for shared libraries
by Jan Tattermusch
· 10 years ago
b7f53d9
removed filters for grpc_csharp_ext
by Jan Tattermusch
· 10 years ago
9e1d446
some VS project template fixes and added templates for grpc_csharp_ext
by Jan Tattermusch
· 10 years ago
1ea024d
Adding Visual Studio filters.
by Nicolas 'Pixel' Noble
· 10 years ago
cc0994c
Factoring visual studio code into a buildgen plugin.
by Nicolas "Pixel" Noble
· 10 years ago
80d68c0
Fixing test_config.c
by Nicolas "Pixel" Noble
· 10 years ago
5f2ecb3
Splitting grpc_test_util into gpr_test_util.
by nnoble
· 10 years ago
c87b1c5
Adding plugins to the mako rendering system.
by nnoble
· 10 years ago
5447c54
Tweaking solution settings to be able to compile with OpenSSL (not link yet), and swapping per-project properties for a global property sheet.
by nnoble
· 10 years ago
1de3a5c
Add Visual Studio project for building zlib.
by jtattermusch
· 10 years ago
57c6f0c
Add batch file that builds and executes all GPR tests.
by jtattermusch
· 10 years ago
98bffb7
Fixes for GPR library on Windows (+ getting rid of warnings under MS C++ compiler)
by jtattermusch
· 10 years ago
97fb3f6
Add mako templates to generate MS Visual Studio projects.
by jtattermusch
· 10 years ago