| Commit message (Expand) | Author | Age | Files | Lines |
* | link_directories(): enhance capabilities | Marc Chevrier | 2018-09-25 | 1 | -1/+1 |
|
|
* | LINK_DIRECTORIES: Add new properties and commands | Marc Chevrier | 2018-09-25 | 1 | -0/+3 |
|
|
* | Merge topic 'getsafedef-stdstring' | Brad King | 2018-09-18 | 1 | -1/+2 |
|\ |
|
| * | cmMakefile: Make GetSafeDefinition return std::string const& | Vitaly Stakhovsky | 2018-09-18 | 1 | -1/+2 |
|
|
* | | target_link_libraries: Allow use with targets in other directories | Brad King | 2018-09-12 | 1 | -0/+10 |
|/ |
|
* | cmMakefile: Make GetRequiredDefinition return std::string | Vitaly Stakhovsky | 2018-09-05 | 1 | -1/+1 |
|
|
* | cmMakefile: return directories as const std::string& | Vitaly Stakhovsky | 2018-08-27 | 1 | -2/+2 |
|
|
* | LINK_OPTIONS: Add new family of properties | Marc Chevrier | 2018-06-06 | 1 | -0/+3 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -3/+6 |
|
|
* | cmake: Add options for parallel builds to --build mode | Florian Maushart | 2018-05-25 | 1 | -1/+2 |
|
|
* | cmMakefile: Convert private helpers to file static functions | Vitaly Stakhovsky | 2018-05-01 | 1 | -3/+0 |
|
|
* | cmMakefile: Improve ExpandVariablesInString return type | Vitaly Stakhovsky | 2018-05-01 | 1 | -6/+5 |
|
|
* | add_compile_definitions: add new command | Marc Chevrier | 2018-04-20 | 1 | -0/+1 |
|
|
* | cmake_policy: Add undocumented PARENT_SCOPE option to GET | Brad King | 2018-04-18 | 1 | -1/+2 |
|
|
* | Features: Add infrastructure for C++ 20 language standard | Brad King | 2018-03-27 | 1 | -1/+1 |
|
|
* | Merge topic 'policy-version-range' | Craig Scott | 2018-03-22 | 1 | -1/+2 |
|\ |
|
| * | cmake_minimum_required: Optionally set policies with version range | Brad King | 2018-03-21 | 1 | -1/+2 |
|
|
| * | cmPolicies: Pass policy version as std::string | Brad King | 2018-03-16 | 1 | -1/+1 |
|
|
* | | find_package: Use PackageName_ROOT variables as search prefixes | Brad King | 2018-03-16 | 1 | -3/+6 |
|/ |
|
* | cmMakefile: Improve performance of GetSource for known files | Frank Winklmeier | 2018-02-23 | 1 | -0/+3 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -9/+10 |
|
|
* | cmMakefile: use std::string in more methods; cleanup c_str()s | Vitaly Stakhovsky | 2018-01-23 | 1 | -2/+2 |
|
|
* | cmSourceFileLocation: allow skipping ambiguous extensions | Ben Boeckel | 2018-01-10 | 1 | -5/+10 |
|
|
* | Merge topic '17431-iphone-deployment-target' | Brad King | 2018-01-08 | 1 | -1/+16 |
|\ |
|
| * | Darwin: Emit deployment target that matches the SDK | Gregor Jasny | 2017-12-22 | 1 | -0/+15 |
|
|
| * | Xcode: rename embedded SDK query function | Gregor Jasny | 2017-12-22 | 1 | -1/+1 |
|
|
* | | Various typo fixes | Luz Paz | 2018-01-03 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'server-target-isGeneratorProvided' | Brad King | 2017-11-27 | 1 | -3/+10 |
|\ |
|
| * | server: return whether or not a target is generator provided | Justin Goshi | 2017-11-20 | 1 | -3/+10 |
|
|
* | | Merge topic 'serverFixTestDiscovery' | Brad King | 2017-11-27 | 1 | -5/+5 |
|\ \
| |/
|/| |
|
| * | server: ctestInfo fix to return all tests | Justin Goshi | 2017-11-17 | 1 | -5/+5 |
|
|
* | | Performance: Improve efficiency of source file lookup in cmMakefile | Aaron Orenstein | 2017-11-17 | 1 | -1/+12 |
|/ |
|
* | Merge topic 'server-test-info' | Brad King | 2017-11-07 | 1 | -0/+5 |
|\ |
|
| * | server: add "ctestInfo" request to get test info | Justin Goshi | 2017-11-03 | 1 | -0/+5 |
|
|
* | | Fix trivial typos in text | luzpaz | 2017-11-03 | 1 | -2/+2 |
|
|
* | | CMP0037: De-duplicate check and message generation | Brad King | 2017-10-30 | 1 | -0/+3 |
|/ |
|
* | cmake-server: Add target install destinations to codemodel | Justin Goshi | 2017-10-24 | 1 | -0/+4 |
|
|
* | Merge topic 'auto_ptr' | Brad King | 2017-09-27 | 1 | -6/+7 |
|\ |
|
| * | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -6/+7 |
|
|
* | | Revert "Performance: Improve efficiency of source file lookup in cmMakefile" | Brad King | 2017-09-25 | 1 | -11/+0 |
|/ |
|
* | Performance: Improve efficiency of source file lookup in cmMakefile | Aaron Orenstein | 2017-09-20 | 1 | -0/+11 |
|
|
* | cmMakefile: Drop unused method | Aaron Orenstein | 2017-09-20 | 1 | -1/+0 |
|
|
* | cmMakefile: Add GetOrCreateSourceGroup methods | Sebastian Holtermann | 2017-09-09 | 1 | -0/+12 |
|
|
* | cmMakefile: Collect source group methods in one place | Sebastian Holtermann | 2017-09-09 | 1 | -23/+18 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -16/+18 |
|
|
* | Merge topic 'autogen-optimize-cleanup' | Brad King | 2017-08-23 | 1 | -5/+0 |
|\ |
|
| * | Remove AUTOGEN variables from cmSourceFile and cmMakefile | Sebastian Holtermann | 2017-08-22 | 1 | -5/+0 |
|
|
* | | Use C++11 unordered containers | Daniel Pfeifer | 2017-08-22 | 1 | -3/+3 |
|/ |
|
* | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -1/+1 |
|
|