summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2019-09-131-1/+1
* Merge topic 'compile-msvc-permissive-off'Brad King2019-09-122-2/+3
|\
| * Add compatibility with the cl.exe /permissive- compiler optionAlexej Harm2019-09-112-2/+3
* | Merge topic 'modernize-use-auto'Brad King2019-09-1287-449/+289
|\ \
| * | clang-tidy: modernize-use-autoRegina Pfeifer2019-09-1087-449/+289
* | | Merge topic 'free-find-commands'Brad King2019-09-1215-113/+111
|\ \ \
| * | | cmFind*: Port away from cmCommandRegina Pfeifer2019-09-1015-113/+111
* | | | CMake Nightly Date StampKitware Robot2019-09-121-1/+1
* | | | Merge topic 'ctest-no-cmcommand'Brad King2019-09-111-106/+51
|\ \ \ \
| * | | | cmCTestTestHandler: Port away from cmCommandRegina Pfeifer2019-09-091-106/+51
* | | | | Merge topic 'fileapiAddMoreBacktraces'Brad King2019-09-116-75/+359
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fileapi: add backtraces for compile/link optionsJustin Goshi2019-09-103-11/+142
| * | | | cmLocalGenerator: Add GetTargetCompileFlags overload with backtracesJustin Goshi2019-09-102-2/+17
| * | | | cmLocalGenerator: Add GetTargetFlags overload with backtracesJustin Goshi2019-09-102-9/+36
| * | | | cmLocalGenerator: Add GetStaticLibraryFlags overload with backtracesJustin Goshi2019-09-102-4/+26
| * | | | cmLocalGenerator: Add AddCompileOptions overload with backtracesJustin Goshi2019-09-102-8/+38
| * | | | cmLocalGenerator: Add AppendCompileOptions overload with backtracesJustin Goshi2019-09-102-0/+27
| * | | | cmLocalGenerator: Add AppendFlags overload with backtracesJustin Goshi2019-09-093-0/+11
| * | | | cmLocalGenerator: Clarify AddCompileOptions filter logicJustin Goshi2019-09-091-5/+8
| * | | | cmLocalGenerator: Use local variables to collect flagsJustin Goshi2019-09-091-41/+59
| * | | | cmLocalGenerator: Improve local variable namesJustin Goshi2019-09-091-12/+12
* | | | | CMake Nightly Date StampKitware Robot2019-09-111-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'move-setting-GENERATE-upfront'Brad King2019-09-102-28/+25
|\ \ \ \
| * | | | cmMakefile: set GENERATED property of outputs upfrontDaniel Eiband2019-09-062-28/+25
* | | | | Merge topic 'MoveIfDifferent'Brad King2019-09-105-8/+20
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | use cmSystemTools::MoveFileIfDifferent()Rolf Eike Beer2019-09-093-8/+4
| * | | | cmSystemTools: introduce MoveFileIfDifferent()Rolf Eike Beer2019-09-092-0/+16
| | |_|/ | |/| |
* | | | Merge topic 'windows-auto-export-incremental-build'Brad King2019-09-104-11/+65
|\ \ \ \
| * | | | Windows: Prevent auto exports to be regenerated on every buildDaniel Eiband2019-09-094-11/+65
* | | | | Merge topic 'tidy-return-brace'Brad King2019-09-1014-60/+50
|\ \ \ \ \
| * | | | | clang-tidy: modernize-return-braced-init-listRegina Pfeifer2019-09-0614-60/+50
| | |_|/ / | |/| | |
* | | | | Merge topic 'clang-tidy-8-macOS'Brad King2019-09-106-12/+14
|\ \ \ \ \
| * | | | | clang-tidy: Fix bugprone-exception-escape diagnostic in test codeBrad King2019-09-091-1/+2
| * | | | | clang-tidy: Fix performance-for-range-copy diagnostic in Xcode generatorBrad King2019-09-091-2/+2
| * | | | | clang-tidy: Resolve performance-unnecessary-value-param diagnosticsBrad King2019-09-094-8/+8
| * | | | | cmGeneratedFileStreamBase: Optimize string construction in CloseBrad King2019-09-091-1/+2
| | |_|_|/ | |/| | |
* | | | | Merge topic 'clang-tidy-8'Brad King2019-09-101-4/+0
|\ \ \ \ \
| * | | | | clang-tidy: Remove old entries from blacklistRegina Pfeifer2019-09-061-4/+0
| | |/ / / | |/| | |
* | | | | Merge topic 'local-var'Brad King2019-09-101-4/+3
|\ \ \ \ \
| * | | | | cmLocalGenerator::AddConfigVariableFlags: optimize string constructionRolf Eike Beer2019-09-091-4/+3
| | |_|_|/ | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2019-09-101-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'cuda_resolve_device_symbols_on_static_lib_collect_deps_properly'Brad King2019-09-0910-57/+139
|\ \ \ \ | |/ / / |/| | |
| * | | CUDA: static lib device linking computes required static libsRobert Maynard2019-09-0510-57/+139
* | | | CMake Nightly Date StampKitware Robot2019-09-091-1/+1
* | | | CMake Nightly Date StampKitware Robot2019-09-081-1/+1
* | | | CMake Nightly Date StampKitware Robot2019-09-071-1/+1
| |/ / |/| |
* | | Merge topic 'use-using'Brad King2019-09-0688-187/+197
|\ \ \
| * | | clang-tidy: Enable check modernize-use-usingRegina Pfeifer2019-09-043-5/+20
| * | | clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-0485-182/+177
* | | | Merge topic 'simplify-AppendFlags'Brad King2019-09-068-32/+15
|\ \ \ \