| Commit message (Expand) | Author | Age | Files | Lines |
* | target_compile_features: Do not crash on non-enabled language | Brad King | 2017-06-26 | 1 | -2/+19 |
|
|
* | Merge topic 'lint-function-args' | Brad King | 2017-06-05 | 1 | -1/+1 |
|\ |
|
| * | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -1/+1 |
|
|
* | | Provide and use CM_FALLTHROUGH | Daniel Pfeifer | 2017-06-03 | 1 | -1/+10 |
|/ |
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -3/+6 |
|
|
* | Merge topic 'dead-code-removal' | Brad King | 2017-05-11 | 1 | -1/+1 |
|\ |
|
| * | cmExecutionStatus: Remove arguments from setters | Daniel Pfeifer | 2017-05-09 | 1 | -1/+1 |
|
|
* | | cmMakefile: don't check IsScriptable | Daniel Pfeifer | 2017-05-08 | 1 | -14/+1 |
|
|
* | | cmake: initialize with Role that controls which commands to register | Daniel Pfeifer | 2017-05-08 | 1 | -1/+1 |
|/ |
|
* | clang-tidy: use operators for string comparison | Daniel Pfeifer | 2017-04-26 | 1 | -1/+1 |
|
|
* | Add deprecation warnings for policies CMP0036 and below | Brad King | 2017-04-21 | 1 | -0/+7 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -2/+2 |
|
|
* | cmMakefile: Create an explicit "Object Libraries" source group | Brad King | 2017-04-11 | 1 | -0/+16 |
|
|
* | Add self-sufficient wrapper for <sys/stat.h> | Daniel Pfeifer | 2017-03-24 | 1 | -0/+1 |
|
|
* | Merge topic 'master' | Brad King | 2017-03-09 | 1 | -0/+17 |
|\ |
|
| * | Add support for x32-abi | Steven Newbury | 2017-03-07 | 1 | -0/+17 |
|
|
* | | cmWorkingDirectory: use the new class | Ben Boeckel | 2017-03-06 | 1 | -9/+2 |
|/ |
|
* | Merge topic '16615-xcode-object-libraries-depends' | Brad King | 2017-02-24 | 1 | -2/+4 |
|\ |
|
| * | Makefile: Allow adding post-build rules to object libraries | Gregor Jasny | 2017-02-22 | 1 | -2/+4 |
|
|
* | | Merge topic 'fix-CMP0017-path-case' | Brad King | 2017-02-20 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Windows: Fix inconsistent behavior on changes to case of path to cmake | Brad King | 2017-02-17 | 1 | -1/+1 |
|
|
* | | cmCommand: Don't prefix error message with command name | Daniel Pfeifer | 2017-02-13 | 1 | -1/+2 |
|
|
* | | cmAlgorithms: add cmEraseIf function | Daniel Pfeifer | 2017-02-10 | 1 | -11/+2 |
|/ |
|
* | add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option | Ed Branch | 2017-01-14 | 1 | -8/+14 |
|
|
* | Fix typo in error message on missing required variable | Brad King | 2016-12-16 | 1 | -1/+1 |
|
|
* | clang-tidy: apply readability-redundant-string-init fixes | Daniel Pfeifer | 2016-12-12 | 1 | -2/+2 |
|
|
* | Merge topic 'try_compile-lang-std' | Brad King | 2016-12-07 | 1 | -6/+10 |
|\ |
|
| * | try_compile: Stop processing when test build system fails to generate | Brad King | 2016-12-06 | 1 | -6/+10 |
|
|
* | | Features: Add infrastructure for C++ 17 language standard | Brad King | 2016-12-02 | 1 | -7/+26 |
|/ |
|
* | CUDA: C++ compile features now enable cuda c++11 support. | Robert Maynard | 2016-11-14 | 1 | -0/+3 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -14/+14 |
|
|
* | Remove cmCommand::Enabled and all related accessors | Daniel Pfeifer | 2016-10-24 | 1 | -1/+1 |
|
|
* | cmState: Split auxiliary classes into separate files | Stephen Kelly | 2016-10-19 | 1 | -0/+2 |
|
|
* | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmState: Port dependent code to new cmStateSnapshot name | Stephen Kelly | 2016-10-19 | 1 | -6/+6 |
|
|
* | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -7/+8 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -22/+25 |
|
|
* | Merge topic 'clean-up-link-configuration' | Brad King | 2016-10-10 | 1 | -92/+55 |
|\ |
|
| * | cmMakefile: Simplify programmer error to an assert | Stephen Kelly | 2016-10-07 | 1 | -8/+3 |
|
|
| * | cmMakefile: Implement LinkLibraries as an internal property | Stephen Kelly | 2016-10-07 | 1 | -28/+47 |
|
|
| * | cmMakefile: Inline method into only remaining caller | Stephen Kelly | 2016-10-07 | 1 | -29/+0 |
|
|
| * | cmMakefile: Remove obsolete parameter | Stephen Kelly | 2016-10-07 | 1 | -4/+3 |
|
|
| * | cmTarget: Remove target name from parameter list | Stephen Kelly | 2016-10-07 | 1 | -3/+3 |
|
|
| * | cmMakefile: Use public API to find a target | Stephen Kelly | 2016-10-07 | 1 | -3/+3 |
|
|
| * | cmMakefile: Inline method into only caller | Stephen Kelly | 2016-10-07 | 1 | -14/+0 |
|
|
| * | cmMakefile: Use public API to find a target | Stephen Kelly | 2016-10-07 | 1 | -3/+4 |
|
|
| * | cmMakefile: Invert if() condition to remove else | Stephen Kelly | 2016-10-07 | 1 | -3/+3 |
|
|
| * | cmMakefile: Remove ALIAS check | Stephen Kelly | 2016-10-07 | 1 | -7/+0 |
|
|
| * | cmMakefile: Collapse two consecutive if()s into one | Stephen Kelly | 2016-10-07 | 1 | -14/+11 |
|
|
| * | cmMakefile: DeMorgan-invert condition | Stephen Kelly | 2016-10-07 | 1 | -4/+4 |
|
|