| Commit message (Expand) | Author | Age | Files | Lines |
* | Genex: Fix COMPILE_LANGUAGE propagation through try_compile | Brad King | 2018-03-12 | 1 | -1/+2 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -11/+9 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -5/+5 |
|
|
* | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 1 | -3/+3 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -30/+21 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+0 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -1/+1 |
|
|
* | Provide and use CM_FALLTHROUGH | Daniel Pfeifer | 2017-06-03 | 1 | -0/+4 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -1/+1 |
|
|
* | Add options for separate compile and link sysroots | Brad King | 2017-05-09 | 1 | -0/+4 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -2/+2 |
|
|
* | fix some include-what-you-use diagnostics | Daniel Pfeifer | 2017-02-17 | 1 | -0/+1 |
|
|
* | try_compile: extend CMP0067 to honor language standards for CUDA. | Robert Maynard | 2016-12-12 | 1 | -2/+77 |
|
|
* | clang-tidy: apply misc-suspicious-string-compare fixes | Daniel Pfeifer | 2016-12-12 | 1 | -11/+6 |
|
|
* | clang-tidy: apply readability-redundant-control-flow fixes | Daniel Pfeifer | 2016-12-12 | 1 | -1/+0 |
|
|
* | try_compile: Add policy CMP0067 to honor language standards | Brad King | 2016-12-06 | 1 | -0/+79 |
|
|
* | try_compile: Add options to specify language standards | Brad King | 2016-12-06 | 1 | -0/+128 |
|
|
* | try_compile: Honor CMAKE_WARN_DEPRECATED in test project | Brad King | 2016-11-22 | 1 | -0/+2 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -3/+11 |
|
|
* | Remove redundant c_str() calls | Daniel Pfeifer | 2016-10-30 | 1 | -5/+5 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -0/+1 |
|
|
* | cmListFileCache: Remove cmState header include | Stephen Kelly | 2016-10-19 | 1 | -0/+1 |
|
|
* | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -18/+19 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Avoid else after return | Daniel Pfeifer | 2016-09-16 | 1 | -2/+1 |
|
|
* | try_compile: Add policy CMP0066 to honor CMAKE_<LANG>_FLAGS_<CONFIG> | Brad King | 2016-06-29 | 1 | -0/+37 |
|
|
* | Merge topic 'revert-try_compile-config-flags' | Brad King | 2016-06-29 | 1 | -8/+0 |
|\ |
|
| * | Revert "try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes" | Brad King | 2016-06-28 | 1 | -8/+0 |
|
|
* | | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -1/+1 |
|/ |
|
* | try_compile: Optionally forward custom platform variables to test project | Brad King | 2016-05-25 | 1 | -0/+9 |
|
|
* | cmCoreTryCompile: Refactor forwarding of variables to test project | Brad King | 2016-05-25 | 1 | -74/+60 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -364/+262 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+6 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -3/+3 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
|
|
* | try_compile: Honor CMAKE_<LANG>_FLAGS_<CONFIG> changes (#16054) | Brad King | 2016-04-11 | 1 | -0/+7 |
|
|
* | cmCoreTryCompile: Factor out config lookup for re-use | Brad King | 2016-04-11 | 1 | -2/+4 |
|
|
* | try_compile: Add option to control type of target | Brad King | 2016-02-19 | 1 | -10/+63 |
|
|
* | cmExportTryCompileFileGenerator: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -4/+3 |
|
|
* | cmState: Move GetTargetTypeName from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -5/+5 |
|
|
* | cmCoreTryCompile: Fix internal argument vector construction | Brad King | 2015-09-24 | 1 | -5/+1 |
|
|
* | try_compile: Propogate CMP0065 to the generated project. | Chuck Atkins | 2015-09-21 | 1 | -0/+10 |
|
|
* | try_compile: Propogate the CMAKE_LINK_SEARCH_ variables | Chuck Atkins | 2015-08-14 | 1 | -0/+10 |
|
|
* | cmExportTryCompileFileGenerator: Create cmGeneratorTargets. | Stephen Kelly | 2015-07-27 | 1 | -1/+1 |
|
|
* | Port static calls from cmLocalGenerator to cmOutputConverter. | Stephen Kelly | 2015-06-06 | 1 | -3/+3 |
|
|
* | Don't use a cmLocalGenerator instance to call static methods. | Stephen Kelly | 2015-05-14 | 1 | -4/+4 |
|
|
* | Port to static cmPolicies API. | Stephen Kelly | 2015-05-04 | 1 | -4/+2 |
|
|
* | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 1 | -2/+1 |
|
|