aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/grpc.sln
Commit message (Collapse)AuthorAge
* remove contents of /vsprojects directoryGravatar Jan Tattermusch2017-08-23
|
* Test against grpc++_unsecure when possible. Provide unsecure version of ↵Gravatar Vijay Pai2017-07-31
| | | | test_util
* Clean up grpc++_unsecure so that it doesn't require secure content anymoreGravatar Vijay Pai2017-07-30
|
* regenerate projectGravatar yang-g2017-05-19
|
* Allow EPOLLEXCLUSIVE tests to be omitted outside of CIGravatar Craig Tiller2017-04-25
|
* Add helper function to supply and parse error_details from Status.Gravatar yang-g2017-04-11
|
* Regenerate projectsGravatar Craig Tiller2017-03-30
|
* Merge remote-tracking branch 'upstream/master' into cares_buildinGravatar Yuchen Zeng2017-01-18
|\
| * remove not-yet-useful projects from grpc.slnGravatar Jan Tattermusch2017-01-12
| |
* | Merge remote-tracking branch 'upstream/master' into cares_buildinGravatar Yuchen Zeng2016-10-03
|\|
| * Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-underGravatar Nicolas "Pixel" Noble2016-09-29
| |\
| | * Backport of #8055 into v1.0.x.Gravatar Nicolas "Pixel" Noble2016-09-20
| | |
| * | Merge pull request #7774 from ctiller/percent-encoderGravatar Craig Tiller2016-09-06
| |\ \ | | |/ | |/| Percent encoding routines
* | | Merge remote-tracking branch 'upstream/master' into cares_buildinGravatar Yuchen Zeng2016-08-24
|\| |
| | * Add a strict and a permissive decoder, allow different reserved alphabetsGravatar Craig Tiller2016-08-18
| | |
| * | grpc++_unsecure shouldn't depend on grpc but on grpc_unsecure.Gravatar Nicolas "Pixel" Noble2016-08-17
| |/
* / Fix python buildGravatar Yuchen Zeng2016-08-11
|/
* Fix mac buildGravatar Yuchen Zeng2016-07-08
|
* Added missing dependencies to grpc++_baseGravatar David Garcia Quintas2016-07-06
|
* Remove some unneccessary dependency from build.yamlGravatar Tamas Berghammer2016-06-22
| | | | | This is the copy of the build.yaml changes from the following CL: https://github.com/grpc/grpc/pull/4124/files#diff-5b123ecec7bf9d216a1323f790a0602a
* Remove an unneccessary dependency from grpc++_baseGravatar Tamas Berghammer2016-06-21
| | | | | | | | | Previously grpc++_base was dependning on grpc what caused a transitive dependency on ssl for grpc++_unsecure. Removing the grpc dependency shouldn't cause any issue as grpc++_base is a filegroup and all library using it already depends on grpc directly. This fixes https://github.com/grpc/grpc/issues/6784
* Merge remote-tracking branch 'upstream/master' into reflection_separate_libGravatar Yuchen Zeng2016-06-07
|\
* | Use deps instead of uses in build.yamlGravatar Yuchen Zeng2016-06-07
| |
| * Automatically capture transitive dependencies for Visual Studio solution filesGravatar Craig Tiller2016-06-02
| |
* | Proto server reflectionGravatar Yuchen Zeng2016-05-04
|/
* Rollup of changes from the latest importGravatar Craig Tiller2016-04-11
|
* Sort out codegen dependenciesGravatar Craig Tiller2016-04-07
|
* Remove *_codegen_libGravatar Craig Tiller2016-04-07
| | | | Since filegroups are now correctly layered, build systems that needed these libs can now instantiate the filegroups as libs directly.
* Nailing down dependencies betterGravatar Craig Tiller2016-04-05
|
* Getting dependencies fixed upGravatar Craig Tiller2016-04-05
|
* Run fuzzer corpus entries as unit testsGravatar Craig Tiller2016-03-29
|
* Change c++_codegen_lib from build: protoc to build: allGravatar vjpai2016-03-25
|
* Building the dlls.Gravatar Nicolas "Pixel" Noble2016-02-19
|
* Adding grpc_dll project.Gravatar Nicolas "Pixel" Noble2016-02-19
|
* Further cleanupGravatar Craig Tiller2016-02-09
|
* Get compilation working againGravatar Craig Tiller2016-02-09
|
* Rollback gpr deletionGravatar Craig Tiller2016-02-09
|
* Removing gpr as a separated library.Gravatar Nicolas "Pixel" Noble2016-01-30
|
* Make zlib a first class build citizenGravatar Craig Tiller2016-01-21
|
* BoringSSL: vsproject changesGravatar Craig Tiller2015-12-22
|
* Correctly tag dependencies: generated filesGravatar Craig Tiller2015-12-02
|
* refacto of the reconnect tcp server to a general purpose test tcp server to ↵Gravatar yang-g2015-11-06
| | | | be reused by the set_initial_string_test
* Generated changesGravatar Craig Tiller2015-08-31
|
* disable grpc_zookeeper target on windowsGravatar Jan Tattermusch2015-08-18
|
* Merge branch 'master' of https://github.com/grpc/grpc into zookeeperGravatar Hongwei Wang2015-07-31
|\
| * Regenerating project files and massaging VS project files.Gravatar Nicolas Noble2015-07-30
| |
* | Merge branch 'master' of https://github.com/grpc/grpc into zookeeperGravatar Hongwei Wang2015-07-28
|\ \
| | * regenerate projectsGravatar yang-g2015-07-28
| |/
* / Add grpc_zookeeper in build.jsonGravatar Hongwei Wang2015-07-16
|/
* Adding grpc++_unsecure project file, and adding better support for test ↵Gravatar Nicolas "Pixel" Noble2015-05-09
| | | | projects.