Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Replace PB_FIELD_16BIT with PB_FIELD_32BIT | Muxi Yan | 2018-11-19 |
| | |||
* | fix backward compatibility mode on macos | Jan Tattermusch | 2018-10-04 |
| | |||
* | cmake: add backwards compatibility mode | Jan Tattermusch | 2018-10-04 |
| | |||
* | cmake: prevent C core from depending on libstdc++ | Jan Tattermusch | 2018-10-02 |
| | |||
* | rephrase comment | Jan Tattermusch | 2018-08-07 |
| | |||
* | try fix c++ vs2017 build | Jan Tattermusch | 2018-08-07 |
| | |||
* | Allow conditional builds of grpc_csharp_ext for vcpkg manager | Jozef Izso | 2018-06-19 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup | David Garcia Quintas | 2018-06-11 |
|\ | |||
| * | link address sorting against gRPC_BASELIB_LIBRARIES, for windows | Alexander Polcyn | 2018-06-06 |
| | | |||
* | | cmake changes | David Garcia Quintas | 2018-06-04 |
|/ | |||
* | cmake install should also install roots.pem | Jan Tattermusch | 2018-05-09 |
| | |||
* | Remove tool from install | Vijay Pai | 2018-03-28 |
| | |||
* | Reorganize cmake rules for address sorting; also fix merge conflict | Alexander Polcyn | 2018-03-20 |
| | | | | Fix clang-tide issue | ||
* | Add address sorting submodule for use in c-ares wrapper | Alexander Polcyn | 2018-03-20 |
| | |||
* | Add ALTS code to grpc/core | Yihua Zhang | 2018-03-08 |
| | |||
* | Revert "Add ALTS C stack to gRPC core" | Sree Kuchibhotla | 2018-03-07 |
| | |||
* | Add ALTS code to grpc/core | Yihua Zhang | 2018-03-06 |
| | |||
* | C++ on Android example client and server | Eric Gribkoff | 2018-03-02 |
| | |||
* | Merge branch 'master' into cmake-export-fix | Jan Tattermusch | 2018-01-19 |
|\ | |||
| * | cleanup cmake include directories | Jan Tattermusch | 2018-01-16 |
| | | |||
* | | Fix cmake export for grpc | Stefan Hacker | 2018-01-14 |
|/ | | | | | | | | | | | | | | | | | | | | This patch fixes two issues with the targets exported by the grpc cmake build: - Install directories are now given relative instead of absolute. Previously the exported targets would contain absolute paths to their created targets when they should be relative. The actual installation location stays the same as cmake automatically interprets the paths relative to CMAKE_INSTALL_PREFIX - ZLIB and OpenSSL are now linked using targets instead of the legacy library variables if possible. Using the legacy paths produces absolute paths to those dependencies in the export. With this change cmake inserts the target names instead. With these changes no more absolute paths are inserted into the export allowing the install location to be used as an artifact that can be moved or transfered to another machine and used there. | ||
* | simplify top level CMakeLists.txt | Jan Tattermusch | 2017-12-19 |
| | |||
* | dont hardcode using boringssl headers when ssl provider is package | Jan Tattermusch | 2017-12-14 |
| | |||
* | exclude artificial ares target when building with cmake | Jan Tattermusch | 2017-12-14 |
| | |||
* | working cmake install on windows | Jan Tattermusch | 2017-12-01 |
| | |||
* | Back-out absl dependency for now | Craig Tiller | 2017-11-13 |
| | |||
* | fix cmake builds with absl | Jan Tattermusch | 2017-10-17 |
| | |||
* | Update CMakelists.txt | Craig Tiller | 2017-10-10 |
| | |||
* | Merge pull request #12501 from BusyJay/fix-cares-build | Jan Tattermusch | 2017-09-14 |
|\ | | | | | cmake: fix cares configuration | ||
| * | update template | Jay Lee | 2017-09-13 |
| | | |||
* | | fix zlib and openssl package mode | Jan Tattermusch | 2017-09-11 |
| | | |||
* | | fix public header path for installed grpc | Jan Tattermusch | 2017-09-11 |
|/ | |||
* | move cmake config files to /cmake | Jan Tattermusch | 2017-09-10 |
| | |||
* | use the right protoc executable regardless of protobuf provider | Jan Tattermusch | 2017-09-10 |
| | |||
* | fix macos build | Jan Tattermusch | 2017-09-09 |
| | |||
* | build using c-ares own cmake | Jan Tattermusch | 2017-09-09 |
| | |||
* | vs2017 build fixes | Jan Tattermusch | 2017-08-23 |
| | |||
* | Merge pull request #11582 from jtattermusch/cmake_various_fixes | Jan Tattermusch | 2017-07-03 |
|\ | | | | | cmake: various fixes | ||
* | | Make CMake find_package work for preinstalled libprotobuf on Raspbian. | Kamil Skalski | 2017-06-28 |
| | | |||
| * | dont reuse protobuf cmake install dirs | Jan Tattermusch | 2017-06-23 |
| | | |||
| * | make some headers public | Jan Tattermusch | 2017-06-23 |
| | | |||
| * | build protobuf without zlib | Jan Tattermusch | 2017-06-23 |
| | | |||
| * | workaround zlib cmake issue | Jan Tattermusch | 2017-06-23 |
|/ | |||
* | Merge pull request #11140 from randomguy3/cmake-install | Jan Tattermusch | 2017-06-19 |
|\ | | | | | Fix CMake installation issues | ||
* \ | Merge pull request #11469 from jtattermusch/cmake_explicit_protoc | Jan Tattermusch | 2017-06-19 |
|\ \ | | | | | | | Explicitly use built protoc for CMake build | ||
* | | | cmake: add zlib and cares dep | Jan Tattermusch | 2017-06-13 |
| | | | |||
| * | | explicitly use built protoc for CMake build | Jan Tattermusch | 2017-06-13 |
|/ / | |||
* | | fix remaining license notices | Jan Tattermusch | 2017-06-08 |
| | | |||
| * | Set gRPC_INSTALL to ON by default for MSVC and OFF if a subproject | Alex Merry | 2017-05-15 |
| | | | | | | | | | | | | | | | | Now that gRPC_INSTALL is forced off if using bundled third-party libraries, it no longer makes sense to set it OFF by default for MSVC. However, we do want to set it OFF by default if gRPC is being built as a subproject of another project. | ||
| * | CMake: Disable installation when using bundled third party libraries | Alex Merry | 2017-05-15 |
| | | | | | | | | | | If gRPC is not getting its (link-time) dependencies from the system, it should not be attempting installation. |