aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
Commit message (Collapse)AuthorAge
* avoid c-ares dependency on libnslGravatar Jan Tattermusch2018-11-21
|
* update OWNERS filesGravatar Jan Tattermusch2018-10-09
|
* cmake: disable assembly optimizations only when necessaryGravatar Jan Tattermusch2018-08-21
|
* use correct target name for gflags-config.cmakeGravatar Jan Tattermusch2018-08-13
|
* remove matt-kwong from OWNERSGravatar Jan Tattermusch2018-08-10
|
* cmake changesGravatar David Garcia Quintas2018-06-04
|
* Put address_sorting's public header under its own directory. Also addGravatar Alex Polcyn2018-03-20
| | | | test_only to sort function used in test.
* Reorganize cmake rules for address sorting; also fix merge conflictGravatar Alexander Polcyn2018-03-20
| | | | Fix clang-tide issue
* fine tune cmake find_package usageGravatar Jan Tattermusch2018-02-07
|
* Merge pull request #14019 from hacst/cmake-export-fixGravatar Jan Tattermusch2018-02-06
|\ | | | | Fix cmake export for grpc
* | add cmake OWNERSGravatar Jan Tattermusch2018-01-30
| |
| * Merge branch 'master' into cmake-export-fixGravatar Jan Tattermusch2018-01-19
| |\ | |/ |/|
* | improve comments on find_package(Protobuf)Gravatar Jan Tattermusch2018-01-18
| |
* | 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
|
* move cmake config files to /cmakeGravatar Jan Tattermusch2017-09-10
|
* Reset OWNERS stateGravatar Craig Tiller2017-07-17
|
* Strawman OWNERS --> CODEOWNERS scriptGravatar Craig Tiller2017-07-13
|
* fix msvc_static_runtime.cmakeGravatar Jan Tattermusch2017-03-30
|
* cmake: support static runtime linkingGravatar Jan Tattermusch2017-02-02