| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix invalid ///! doxygen comment line starts | Sebastian Holtermann | 2019-03-31 | 1 | -8/+8 |
|
|
* | cmMakefile::ConfigureFile: Accept `std::string` parameters | Vitaly Stakhovsky | 2019-02-19 | 1 | -2/+2 |
|
|
* | Delete some default constructors and assignment operators | Albert Astals Cid | 2019-02-15 | 1 | -0/+9 |
|
|
* | cmake: Progress functions use `std::string` param | Vitaly Stakhovsky | 2019-02-11 | 1 | -1/+1 |
|
|
* | cmMakefile::GetRequiredDefinition: return const std::string& | Vitaly Stakhovsky | 2019-02-07 | 1 | -1/+1 |
|
|
* | clang-tidy: Use `= delete` | Regina Pfeifer | 2019-01-29 | 1 | -3/+7 |
|
|
* | cmMakefile: Impose maximum recursion limit | Kyle Edwards | 2019-01-23 | 1 | -0/+4 |
|
|
* | cmMakefile: GetModulesFile() accepts std::string param | Vitaly Stakhovsky | 2019-01-21 | 1 | -2/+2 |
|
|
* | cmMakefile::ReadListFile() accepts std::string argument | Vitaly Stakhovsky | 2019-01-17 | 1 | -4/+3 |
|
|
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -10/+14 |
|
|
* | cmake: Enable --warn-uninitialized inside string(CONFIGURE) and configure_file | Artur Ryt | 2018-12-29 | 1 | -1/+1 |
|
|
* | cmMakefile: Move uninitialized vars logic into MaybeWarnUninitialized() | Artur Ryt | 2018-12-28 | 1 | -0/+2 |
|
|
* | cmMakefile: move common logic to IsProjectFile function | Artur Ryt | 2018-12-28 | 1 | -0/+1 |
|
|
* | find_package(): Add policy to remove the FindQt module | Kyle Edwards | 2018-11-14 | 1 | -1/+7 |
|
|
* | cmMakefile: Rename SuppressWatches to SuppressSideEffects | R2RT | 2018-11-05 | 1 | -1/+1 |
|
|
* | 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 |
|
|