summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cleanup-gen-lookups'Brad King2019-07-1512-64/+67
|\
| * Makefile: De-duplicate executable link rule lookupBrad King2019-07-121-3/+2
| * De-duplicate checks for whether a platform uses Windows DLLsBrad King2019-07-125-15/+15
| * Refactor checks for whether a target has an import libraryBrad King2019-07-128-46/+50
* | Merge topic 'modernize-cmCommand-memory-management'Brad King2019-07-15175-460/+1128
|\ \
| * | modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-14135-398/+1014
| * | Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-1442-62/+114
* | | CMake Nightly Date StampKitware Robot2019-07-151-1/+1
|/ /
* | CMake Nightly Date StampKitware Robot2019-07-141-1/+1
* | CMake Nightly Date StampKitware Robot2019-07-131-1/+1
* | Merge topic 'cleanup-statics-stream-flush'Craig Scott2019-07-134-115/+103
|\ \
| * | Refactor: Use anonymous namespace instead of `static`s in `cpack.cxx`Alex Turbov2019-07-091-4/+6
| * | Refactor: Use anonymous namespace instead of `static`sAlex Turbov2019-07-091-61/+55
| * | Refactor: Remove one-time used macrosAlex Turbov2019-07-091-31/+30
| * | Refactor: Optimize some stream output operationsAlex Turbov2019-07-093-19/+12
* | | Merge topic 'cmake-e-true-false'Brad King2019-07-121-0/+12
|\ \ \
| * | | cmake -E: Add true and false commandsKyle Edwards2019-07-111-0/+12
* | | | Merge topic 'ctest_make_program__propagated_to_cmake_configure_pass'Brad King2019-07-121-0/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | ctest: propagate make program to cmakeRobert Maynard2019-07-111-0/+5
* | | | Merge topic 'object-library-sbcs'Brad King2019-07-121-1/+1
|\ \ \ \
| * | | | VS: Fix SBCS support for object librariesBrad King2019-07-121-1/+1
| * | | | CMake 3.15.0-rc4v3.15.0-rc4Brad King2019-07-101-1/+1
| * | | | Merge branch 'cuda-imported-library-device-linking' into release-3.15Brad King2019-07-101-6/+11
| |\ \ \ \
| * \ \ \ \ Merge branch 'ccmake-clear-aliases' into release-3.15Brad King2019-07-091-0/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'loglevel-option-case-consistency' into release-3.15Craig Scott2019-07-091-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'qt-5.13' into release-3.15Brad King2019-07-011-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'cuda-no-device-link-when-disabled' into release-3.15Brad King2019-07-014-11/+9
| |\ \ \ \ \ \ \ \
* | | | | | | | | | CMake Nightly Date StampKitware Robot2019-07-121-1/+1
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge topic 'iwyu-memory'Brad King2019-07-1185-67/+92
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | IWYU: Fix handling of <memory> standard headerBrad King2019-07-1085-67/+92
* | | | | | | | | | Merge topic 'fix_ctest_output'Brad King2019-07-111-9/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | CTest: Clean up stdout and logfile output for Pass/Fail regexStephen Manz2019-07-091-9/+12
* | | | | | | | | | | Merge topic 'eclipse-resource-encoding'Brad King2019-07-112-0/+26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Eclipse: Add option to set the resource encodingMartin Gerhardy2019-07-092-0/+26
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-07-111-1/+1
* | | | | | | | | | | | Merge topic 'fix/move-more-cpack-internals'Kyle Edwards2019-07-105-7/+9
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Refactor: Move CPack internal files to `Internal/CPack/` directoryAlex Turbov2019-07-095-7/+9
* | | | | | | | | | | | Merge topic 'eclipse-init-members'Brad King2019-07-101-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Eclpise: Fix compiler warnings about uninitialized member variablesMartin Gerhardy2019-07-091-0/+2
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'cuda-imported-library-device-linking'Brad King2019-07-101-6/+11
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| * | | | | | | | | | | CUDA: Restore device linking to imported static library targetsRobert Maynard2019-07-091-6/+11
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-07-101-1/+1
* | | | | | | | | | | | Merge topic 'add_cmake_find_use_package_registry'Craig Scott2019-07-092-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Find: find_package prefers variable CMAKE_FIND_USE_REGISTRYRobert Maynard2019-07-091-1/+6
| * | | | | | | | | | | Find: Correct spelling and layout issues in CMAKE_FIND_USE_ docsRobert Maynard2019-07-091-1/+1
* | | | | | | | | | | | Merge topic 'ccmake-clear-aliases'Brad King2019-07-091-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| * | | | | | | | | | | cmGlobalGenerator: Do not persist alias targets across configuresBrad King2019-07-081-0/+1
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'loglevel-option-case-consistency'Craig Scott2019-07-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | / / | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Help: Use consistent levels for cmake --loglevel and message()Craig Scott2019-07-081-1/+1
| |/ / / / / / / /
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-07-091-1/+1