Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Put address_sorting's public header under its own directory. Also add | Alex Polcyn | 2018-03-20 |
| | | | | test_only to sort function used in test. | ||
* | Reorganize cmake rules for address sorting; also fix merge conflict | Alexander Polcyn | 2018-03-20 |
| | | | | Fix clang-tide issue | ||
* | fine tune cmake find_package usage | Jan Tattermusch | 2018-02-07 |
| | |||
* | Merge pull request #14019 from hacst/cmake-export-fix | Jan Tattermusch | 2018-02-06 |
|\ | | | | | Fix cmake export for grpc | ||
* | | add cmake OWNERS | Jan Tattermusch | 2018-01-30 |
| | | |||
| * | Merge branch 'master' into cmake-export-fix | Jan Tattermusch | 2018-01-19 |
| |\ | |/ |/| | |||
* | | improve comments on find_package(Protobuf) | Jan Tattermusch | 2018-01-18 |
| | | |||
* | | 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 |
| | |||
* | move cmake config files to /cmake | Jan Tattermusch | 2017-09-10 |
| | |||
* | Reset OWNERS state | Craig Tiller | 2017-07-17 |
| | |||
* | Strawman OWNERS --> CODEOWNERS script | Craig Tiller | 2017-07-13 |
| | |||
* | fix msvc_static_runtime.cmake | Jan Tattermusch | 2017-03-30 |
| | |||
* | cmake: support static runtime linking | Jan Tattermusch | 2017-02-02 |