David Garcia Quintas
9f3955c953
Fixed language category for grpc_codegen_lib
9 years ago
David Garcia Quintas
aee7cf1d32
added uuids for VS
9 years ago
David Garcia Quintas
4af3de2d6f
actually made the codegen_lib targets private now
9 years ago
Nicolas "Pixel" Noble
2e8fdbac77
Building the dlls.
9 years ago
Nicolas "Pixel" Noble
3ba2eba9eb
Adding grpc_dll project.
9 years ago
David Garcia Quintas
bac76af099
Fixed sanity
9 years ago
David Garcia Quintas
a8bb0bfc3e
Split codegen target and made it libs
9 years ago
David Garcia Quintas
d71ff05b51
Added codegen_lib target
9 years ago
Craig Tiller
4a67be42a0
Further cleanup
9 years ago
Craig Tiller
1298afd10e
Get compilation working again
9 years ago
Craig Tiller
da179ce598
Rollback gpr deletion
9 years ago
Nicolas "Pixel" Noble
09121799b0
Removing gpr as a separated library.
9 years ago
Craig Tiller
3dca23aa0d
Make zlib a first class build citizen
9 years ago
David Garcia Quintas
ec0d07f58e
Woops
9 years ago
David Garcia Quintas
e50c6c2f5e
WIP. Added ChannelInterface
9 years ago
murgatroid99
207b07165e
Update after cloning boringssl
9 years ago
Craig Tiller
77fc4d35e4
BoringSSL: vsproject changes
9 years ago
Craig Tiller
917c29e276
Correctly tag dependencies: generated files
9 years ago
yang-g
c9fca1813a
refacto of the reconnect tcp server to a general purpose test tcp server to be reused by the set_initial_string_test
9 years ago
Craig Tiller
02a7bedaa3
Generated changes
9 years ago
Jan Tattermusch
9876077fde
disable grpc_zookeeper target on windows
9 years ago
Nicolas Noble
563b8a2779
Regenerating project files and massaging VS project files.
9 years ago
Nicolas Noble
7c5ef31613
Regenerating project files and massaging VS project files.
9 years ago
yang-g
61fcb185dd
regenerate projects
9 years ago
Alistair Veitch
1178900c04
merge with master, fix build issue
9 years ago
Craig Tiller
83f4d4e218
Add a subchannel factory decorator library
9 years ago
Nicolas "Pixel" Noble
58577ecdd1
Regenerate project files.
9 years ago
yang-g
f145b3b5be
regenerate projects
9 years ago
Hongwei Wang
da8858ff70
Add grpc_zookeeper in build.json
10 years ago
Nicolas "Pixel" Noble
7bf5092df0
Adding grpc++_unsecure project file, and adding better support for test projects.
10 years ago
Nicolas "Pixel" Noble
5fb4ba0adb
Updating the templates to create win64 projects.
10 years ago
zeliard
8ff24593f8
add Windows x64 (WIN64) mode and make buildable on MSVC
10 years ago
zeliard
179be50ad3
merge VS solutions file from upstream master
10 years ago
Nicolas "Pixel" Noble
010f1e7b62
More work in not having to compile OpenSSL.
10 years ago
zeliard
292adfee5d
fix MSVC solution build-able on x64 mode (remove _USE_32BIT_TIME_T)
10 years ago
Jan Tattermusch
8ff00a3c25
big refactoring of visual studio projects, started using nuget
...
dependencies.
10 years ago
Nicolas "Pixel" Noble
ad1d7d9343
Actually removing shared project files now.
10 years ago
Nicolas "Pixel" Noble
a727fe22b6
Created Visual Studio 2010 project files.
...
Also removed the unused shared projects.
10 years ago
Yang Gao
7eb76cc780
make target of port.c depend on test_config
10 years ago
Nicolas "Pixel" Noble
b072a4ff75
Adding MSVC's grpc++ project file.
10 years ago
Nicolas "Pixel" Noble
3f1e696686
Disabled httpcli_test, and ran build cleaner.
10 years ago
Craig Tiller
16a6ea6bc0
Ensure interop tests are run as part of run_tests
...
I'm honestly a little shocked this wasn't done previously.
10 years ago
Jan Tattermusch
adeaf63113
add more tests into build_and_run_tests.bat
10 years ago
Jan Tattermusch
785778b22e
added projects for shared libraries
10 years ago
Jan Tattermusch
92e2e3f55e
some VS project template fixes and added templates for grpc_csharp_ext
10 years ago
Jan Tattermusch
9e1d446ff3
some VS project template fixes and added templates for grpc_csharp_ext
10 years ago
Craig Tiller
17ec5f9ebf
Run buildgen
10 years ago
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
10 years ago
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
10 years ago
nnoble
5b7f32a2bb
Improving Makefile support for shared libraries.
...
-) Properly linking built-in OpenSSL into the grpc library.
-) grpc now properly depends on gpr when linking shared code.
-) Properly naming the shared library with all their aliases.
-) Properly installing the shared library aliases on the system.
-) Potentially supporting Darwin and MINGW32 targets for shared libraries.
Caveat: if using shared libraries, some tests will not compile anymore if they want to use OpenSSL functions, as they are no longer publically available externally. Which is the feature we were seeking.
The Makefile currently does it properly, by linking the tests statically. This only applies when using external code and Makefiles, if said external code improperly assumes SSL is available through grpc.
Change on 2014/12/22 by nnoble <nnoble@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=82656438
10 years ago