aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/CMakeLists.txt.template
Commit message (Collapse)AuthorAge
* Replace PB_FIELD_16BIT with PB_FIELD_32BITGravatar Muxi Yan2018-11-19
|
* fix backward compatibility mode on macosGravatar Jan Tattermusch2018-10-04
|
* cmake: add backwards compatibility modeGravatar Jan Tattermusch2018-10-04
|
* cmake: prevent C core from depending on libstdc++Gravatar Jan Tattermusch2018-10-02
|
* rephrase commentGravatar Jan Tattermusch2018-08-07
|
* try fix c++ vs2017 buildGravatar Jan Tattermusch2018-08-07
|
* Allow conditional builds of grpc_csharp_ext for vcpkg managerGravatar Jozef Izso2018-06-19
|
* Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanupGravatar David Garcia Quintas2018-06-11
|\
| * link address sorting against gRPC_BASELIB_LIBRARIES, for windowsGravatar Alexander Polcyn2018-06-06
| |
* | cmake changesGravatar David Garcia Quintas2018-06-04
|/
* cmake install should also install roots.pemGravatar Jan Tattermusch2018-05-09
|
* Remove tool from installGravatar Vijay Pai2018-03-28
|
* Reorganize cmake rules for address sorting; also fix merge conflictGravatar Alexander Polcyn2018-03-20
| | | | Fix clang-tide issue
* Add address sorting submodule for use in c-ares wrapperGravatar Alexander Polcyn2018-03-20
|
* Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-08
|
* Revert "Add ALTS C stack to gRPC core"Gravatar Sree Kuchibhotla2018-03-07
|
* Add ALTS code to grpc/coreGravatar Yihua Zhang2018-03-06
|
* C++ on Android example client and serverGravatar Eric Gribkoff2018-03-02
|
* Merge branch 'master' into cmake-export-fixGravatar Jan Tattermusch2018-01-19
|\
| * cleanup cmake include directoriesGravatar Jan Tattermusch2018-01-16
| |
* | Fix cmake export for grpcGravatar Stefan Hacker2018-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.txtGravatar Jan Tattermusch2017-12-19
|
* dont hardcode using boringssl headers when ssl provider is packageGravatar Jan Tattermusch2017-12-14
|
* exclude artificial ares target when building with cmakeGravatar Jan Tattermusch2017-12-14
|
* working cmake install on windowsGravatar Jan Tattermusch2017-12-01
|
* Back-out absl dependency for nowGravatar Craig Tiller2017-11-13
|
* fix cmake builds with abslGravatar Jan Tattermusch2017-10-17
|
* Update CMakelists.txtGravatar Craig Tiller2017-10-10
|
* Merge pull request #12501 from BusyJay/fix-cares-buildGravatar Jan Tattermusch2017-09-14
|\ | | | | cmake: fix cares configuration
| * update templateGravatar Jay Lee2017-09-13
| |
* | fix zlib and openssl package modeGravatar Jan Tattermusch2017-09-11
| |
* | fix public header path for installed grpcGravatar Jan Tattermusch2017-09-11
|/
* move cmake config files to /cmakeGravatar Jan Tattermusch2017-09-10
|
* use the right protoc executable regardless of protobuf providerGravatar Jan Tattermusch2017-09-10
|
* fix macos buildGravatar Jan Tattermusch2017-09-09
|
* build using c-ares own cmakeGravatar Jan Tattermusch2017-09-09
|
* vs2017 build fixesGravatar Jan Tattermusch2017-08-23
|
* Merge pull request #11582 from jtattermusch/cmake_various_fixesGravatar Jan Tattermusch2017-07-03
|\ | | | | cmake: various fixes
* | Make CMake find_package work for preinstalled libprotobuf on Raspbian.Gravatar Kamil Skalski2017-06-28
| |
| * dont reuse protobuf cmake install dirsGravatar Jan Tattermusch2017-06-23
| |
| * make some headers publicGravatar Jan Tattermusch2017-06-23
| |
| * build protobuf without zlibGravatar Jan Tattermusch2017-06-23
| |
| * workaround zlib cmake issueGravatar Jan Tattermusch2017-06-23
|/
* Merge pull request #11140 from randomguy3/cmake-installGravatar Jan Tattermusch2017-06-19
|\ | | | | Fix CMake installation issues
* \ Merge pull request #11469 from jtattermusch/cmake_explicit_protocGravatar Jan Tattermusch2017-06-19
|\ \ | | | | | | Explicitly use built protoc for CMake build
* | | cmake: add zlib and cares depGravatar Jan Tattermusch2017-06-13
| | |
| * | explicitly use built protoc for CMake buildGravatar Jan Tattermusch2017-06-13
|/ /
* | fix remaining license noticesGravatar Jan Tattermusch2017-06-08
| |
| * Set gRPC_INSTALL to ON by default for MSVC and OFF if a subprojectGravatar Alex Merry2017-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 librariesGravatar Alex Merry2017-05-15
| | | | | | | | | | If gRPC is not getting its (link-time) dependencies from the system, it should not be attempting installation.