| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'parallel_build_option' | Brad King | 2018-05-29 | 1 | -2/+2 |
|\ |
|
| * | cmake: Add options for parallel builds to --build mode | Florian Maushart | 2018-05-25 | 1 | -2/+2 |
|
|
* | | Revise implementation of case-insensitive command names | Florian Jacomme | 2018-05-22 | 1 | -12/+11 |
|/ |
|
* | cmMakefile: Convert private helpers to file static functions | Vitaly Stakhovsky | 2018-05-01 | 1 | -30/+30 |
|
|
* | cmMakefile: Improve ExpandVariablesInString return type | Vitaly Stakhovsky | 2018-05-01 | 1 | -4/+5 |
|
|
* | Merge topic 'fix-CMAKE_DISABLE_SOURCE_CHANGES-top-dir' | Brad King | 2018-04-25 | 1 | -1/+2 |
|\ |
|
| * | Fix CMAKE_DISABLE_SOURCE_CHANGES recognition of top of build tree | Marc Chevrier | 2018-04-24 | 1 | -1/+2 |
|
|
* | | add_compile_definitions: add new command | Marc Chevrier | 2018-04-20 | 1 | -0/+5 |
|
|
* | | cmake_policy: Add undocumented PARENT_SCOPE option to GET | Brad King | 2018-04-18 | 1 | -3/+3 |
|
|
* | | Merge topic 'variable_watch-on-PARENT_SCOPE' | Brad King | 2018-04-12 | 1 | -0/+9 |
|\ \ |
|
| * | | variable_watch: trigger on variables set via PARENT_SCOPE | Matteo Settenvini | 2018-04-11 | 1 | -0/+9 |
|
|
* | | | Merge topic 'fix-crash-trace-exp-uninit-vars' | Brad King | 2018-04-10 | 1 | -4/+5 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Fix crash with --trace-expand --warn-uninitialized together | R2RT | 2018-04-09 | 1 | -4/+5 |
|
|
* | | Sanitize paths from LINK_DIRECTORIES directory property | jrp2014 | 2018-04-04 | 1 | -6/+4 |
|
|
* | | Features: Add infrastructure for C++ 20 language standard | Brad King | 2018-03-27 | 1 | -6/+17 |
|
|
* | | Merge topic 'policy-version-range' | Craig Scott | 2018-03-22 | 1 | -3/+4 |
|\ \ |
|
| * | | cmake_minimum_required: Optionally set policies with version range | Brad King | 2018-03-21 | 1 | -3/+4 |
|
|
| * | | cmPolicies: Pass policy version as std::string | Brad King | 2018-03-16 | 1 | -2/+2 |
|
|
* | | | find_package: Improve CMP0074 warning messages | Brad King | 2018-03-21 | 1 | -4/+10 |
|
|
* | | | find_package: Use PackageName_ROOT variables as search prefixes | Brad King | 2018-03-16 | 1 | -0/+20 |
|/ / |
|
* | | Merge topic 'cmWorkingDirectory_success_checking' | Brad King | 2018-03-09 | 1 | -1/+9 |
|\ \ |
|
| * | | cmWorkingDirectory: Check success of current dir changes | Craig Scott | 2018-03-08 | 1 | -1/+9 |
|
|
* | | | cmTarget: Simplify ClearDependencyInformation signature | Brad King | 2018-03-06 | 1 | -1/+1 |
|/ / |
|
* | | cmMakefile: Improve performance of GetSource for known files | Frank Winklmeier | 2018-02-23 | 1 | -0/+12 |
|
|
* | | Tests management: add TESTS directory property | Marc Chevrier | 2018-02-08 | 1 | -0/+14 |
|/ |
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -15/+15 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -9/+8 |
|
|
* | cmMakefile: use std::string in more methods; cleanup c_str()s | Vitaly Stakhovsky | 2018-01-23 | 1 | -21/+22 |
|
|
* | Merge topic 'cmSourceGroup-modern-cxx' | Craig Scott | 2018-01-17 | 1 | -5/+4 |
|\ |
|
| * | cmSourceGroup: code improvements; use std::string and C++11 loops | Vitaly Stakhovsky | 2018-01-11 | 1 | -5/+4 |
|
|
* | | cmSourceFile: mark known locations as such | Ben Boeckel | 2018-01-10 | 1 | -5/+9 |
|
|
* | | cmSourceFileLocation: allow skipping ambiguous extensions | Ben Boeckel | 2018-01-10 | 1 | -7/+10 |
|/ |
|
* | Merge topic 'add_cuda_to_source_regex' | Craig Scott | 2018-01-09 | 1 | -1/+1 |
|\ |
|
| * | CUDA: Add cu as default source file extension | Robert Maynard | 2018-01-08 | 1 | -1/+1 |
|
|
* | | Darwin: Emit deployment target that matches the SDK | Gregor Jasny | 2017-12-22 | 1 | -9/+22 |
|
|
* | | Xcode: rename embedded SDK query function | Gregor Jasny | 2017-12-22 | 1 | -1/+1 |
|/ |
|
* | CUDA: Fix CUDA_STANDARD selection via cxx_std_11 with CXX_STANDARD | Robert Maynard | 2017-12-15 | 1 | -0/+26 |
|
|
* | cmMakefile: Refactor determining a targets C++ standard level | Robert Maynard | 2017-12-15 | 1 | -73/+36 |
|
|
* | Merge topic 'server-target-isGeneratorProvided' | Brad King | 2017-11-27 | 1 | -9/+10 |
|\ |
|
| * | server: return whether or not a target is generator provided | Justin Goshi | 2017-11-20 | 1 | -9/+10 |
|
|
* | | Merge topic 'serverFixTestDiscovery' | Brad King | 2017-11-27 | 1 | -7/+10 |
|\ \
| |/
|/| |
|
| * | server: ctestInfo fix to return all tests | Justin Goshi | 2017-11-17 | 1 | -7/+10 |
|
|
* | | Merge topic 'perf-source-lookup' | Brad King | 2017-11-20 | 1 | -3/+18 |
|\ \ |
|
| * | | Performance: Improve efficiency of source file lookup in cmMakefile | Aaron Orenstein | 2017-11-17 | 1 | -3/+18 |
| |/ |
|
* | | cmSourceGroup: Return strings from GetName and GetFullName | Brad King | 2017-11-15 | 1 | -2/+3 |
|/ |
|
* | Merge topic 'server-test-info' | Brad King | 2017-11-07 | 1 | -0/+7 |
|\ |
|
| * | server: add "ctestInfo" request to get test info | Justin Goshi | 2017-11-03 | 1 | -0/+7 |
|
|
* | | Fix trivial typos in text | luzpaz | 2017-11-03 | 1 | -1/+1 |
|
|
* | | Add deprecation warnings for policies CMP0054 and below | Brad King | 2017-11-01 | 1 | -1/+1 |
|
|
* | | CMP0037: De-duplicate check and message generation | Brad King | 2017-10-30 | 1 | -0/+36 |
|
|