summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | CUDA: Add support for the CUDA_SEPARABLE_COMPILATION target propertyRobert Maynard2016-11-142-9/+30
| * | | | | | | | CUDA: Add LinkLineComputer that computes cuda dlink lines.Robert Maynard2016-11-144-0/+113
| * | | | | | | | CUDA: Refactor cmLinkLineComputer to allow for better derived children.Robert Maynard2016-11-141-3/+3
| * | | | | | | | CUDA: C++ compile features now enable cuda c++11 support.Robert Maynard2016-11-141-0/+3
| * | | | | | | | CUDA: Use the host compiler for linking CUDA executables and shared libs.Robert Maynard2016-11-142-3/+2
| * | | | | | | | CUDA: add support for specifying an explicit host compiler.Robert Maynard2016-11-141-0/+3
| * | | | | | | | CUDA: Enable header dependency scanning.Robert Maynard2016-11-141-1/+2
| * | | | | | | | CUDA: State that cuda has preprocessor output and can generate assembly.Robert Maynard2016-11-142-5/+5
| * | | | | | | | CUDA: Add support language levels (98/11)Robert Maynard2016-11-142-0/+6
* | | | | | | | | CMake Nightly Date StampKitware Robot2016-11-291-1/+1
* | | | | | | | | Merge topic 'include-what-you-use'Brad King2016-11-2883-222/+435
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | avoid including cmStandardIncludes.hDaniel Pfeifer2016-11-284-6/+6
| * | | | | | | | | iwyu: Fix VisualStudio specific issuesDaniel Pfeifer2016-11-2830-42/+144
| * | | | | | | | | iwyu: Fix more findingsDaniel Pfeifer2016-11-2825-125/+155
| * | | | | | | | | iwyu: Fix OSX specific issuesDaniel Pfeifer2016-11-2224-49/+130
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic '16449-revert-xcode-system-includes'Brad King2016-11-281-30/+14
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Revert "Xcode: Obey SYSTEM keyword for includes (#15687)"Gregor Jasny2016-11-281-30/+14
* | | | | | | | | CMake Nightly Date StampKitware Robot2016-11-281-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2016-11-271-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2016-11-261-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2016-11-251-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2016-11-241-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2016-11-231-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge topic 'eclipse-subprojects'Brad King2016-11-221-0/+8
|\ \ \ \ \ \ \
| * | | | | | | Eclipse: Fix indexer for subprojectsAdam Weisi2016-11-211-0/+8
* | | | | | | | Merge topic 'imported-interface-no-system'Brad King2016-11-222-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow NO_SYSTEM_FROM_IMPORTED on imported INTERFACE librariesBrad King2016-11-212-1/+5
* | | | | | | | | CMake Nightly Date StampKitware Robot2016-11-221-1/+1
|/ / / / / / / /
* | | | | | | | Merge topic 'capture-clang-tidy-errors'Brad King2016-11-211-6/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | cmake: Report if the <LANG>_CLANG_TIDY tool exits with non-zeroBrad King2016-11-181-3/+10
| * | | | | | | | cmake: If ldd for LINK_WHAT_YOU_USE fails to run then report whyBrad King2016-11-181-3/+7
| * | | | | | | | cmake: Comment why we ignore the include-what-you-use return codeBrad King2016-11-181-0/+1
* | | | | | | | | Merge topic 'update-kwsys'Brad King2016-11-211-0/+11
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-11-181-0/+11
* | | | | | | | | CMake Nightly Date StampKitware Robot2016-11-211-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2016-11-201-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2016-11-191-1/+1
|/ / / / / / /
* | | | | | | Merge topic 'auto_project_regeneration'Brad King2016-11-184-11/+65
|\ \ \ \ \ \ \
| * | | | | | | VS: Teach `cmake --build` to reconfigure if needed before buildingYves Frederix2016-11-174-11/+65
* | | | | | | | Merge topic 'tolerate-removed-cache'Brad King2016-11-181-0/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | Tolerate removed/replaced CMakeCache.txt with old CMakeFiles/Brad King2016-11-171-0/+20
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'xcode-add-override-keyword'Brad King2016-11-181-26/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | Xcode: Add override keyword to suppress warningsGregor Jasny2016-11-171-26/+28
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2016-11-181-1/+1
|/ / / / / / /
* | | | | | | Merge topic 'improve_ctest_memcheck_output'Brad King2016-11-171-10/+22
|\ \ \ \ \ \ \
| * | | | | | | ctest: Improve output for `-T memcheck`Bill Hoffman2016-11-171-10/+22
* | | | | | | | Merge topic 'update-kwsys'Brad King2016-11-172-1/+8
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-11-162-1/+8
* | | | | | | | CMake Nightly Date StampKitware Robot2016-11-171-1/+1
|/ / / / / / /
* | | | | | | Merge topic 'ccmake_fix_print_keys'Brad King2016-11-162-49/+46
|\ \ \ \ \ \ \