summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: s,GetFeatureAsBool,IsIPOEnabled,Ruslan Baratov2017-03-306-14/+8
* CheckIPOSupported: Visual Studio and Xcode generators do not support IPORuslan Baratov2017-03-306-2/+24
* Merge branch 'release'Brad King2017-03-220-0/+0
|\
| * Merge branch 'FindBoost-1.64' into releaseBrad King2017-03-221-1/+1
| |\
* | \ Merge topic 'FindBoost-1.64'Brad King2017-03-221-1/+1
|\ \ \ | | |/ | |/|
| * | FindBoost: Update support for 1.64Mateusz Łoskot2017-03-221-1/+1
* | | Merge topic 'doc-dev-do-reformat'Brad King2017-03-221-1/+20
|\ \ \
| * | | Help/dev: Document `Do: reformat` actionBrad King2017-03-221-0/+16
| * | | Help/dev: Make `Do: check` cross-reference more specificBrad King2017-03-221-1/+4
* | | | Merge topic '14335-duplicate-else'Brad King2017-03-2215-0/+66
|\ \ \ \
| * | | | cmIfCommand: Reject duplicate else() and misplaced elseif()Gregor Jasny2017-03-2215-0/+66
* | | | | Merge branch 'release'Brad King2017-03-220-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch '16624-blas-lapack-documentation' into releaseBrad King2017-03-222-9/+35
| |\ \ \ \
* | \ \ \ \ Merge topic '16624-blas-lapack-documentation'Brad King2017-03-222-9/+35
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | FindBLAS/LAPACK: Format documentationGregor Jasny2017-03-222-9/+35
* | | | | | Merge branch 'release'Brad King2017-03-220-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'ninja-fortran-depfile-fix' into releaseBrad King2017-03-211-1/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'backport-FindHDF5-optional-no-config' into releaseBrad King2017-03-211-2/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'cuda_no_ninja_response_support' into releaseBrad King2017-03-212-9/+12
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'libarchive-backport-rc4-crypto-rec' into releaseBrad King2017-03-211-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'cpack-rpm-debuginfo-multiple-files-fix' into releaseBrad King2017-03-211-2/+8
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge topic 'ninja-fortran-depfile-fix'Brad King2017-03-221-1/+3
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | Ninja: Fix Fortran `include` dependency on generated fileBrad King2017-03-211-1/+3
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'add-CheckIPOSupported-module'Brad King2017-03-2233-0/+353
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Tests for 'CheckIPOSupported' moduleRuslan Baratov2017-03-2122-0/+89
| * | | | | | | | | | CheckIPOSupported: New module to check for compiler/cmake IPO supportRuslan Baratov2017-03-1111-0/+264
* | | | | | | | | | | Merge topic 'FindHDF5-optional-no-config'Brad King2017-03-221-3/+8
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'backport-FindHDF5-optional-no-config' into FindHDF5-optional-no...Brad King2017-03-211-1/+4
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| | * | | | | | | | | | FindHDF5: Add option to skip finding package configuration fileBrad King2017-03-211-1/+4
| | * | | | | | | | | | FindHDF5: Improve HDF5_ROOT variable documentationBrad King2017-03-211-1/+2
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | FindHDF5: Improve HDF5_ROOT and HDF5_FIND_DEBUG documentationBrad King2017-03-211-2/+4
* | | | | | | | | | | Merge topic 'cuda_no_ninja_response_support'Brad King2017-03-222-9/+12
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | CUDA: Disable support for using response files.Robert Maynard2017-03-212-9/+12
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'libarchive-backport-rc4-crypto-rec'Brad King2017-03-221-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | libarchive: backport rc4 crypto requirement updateBrad King2017-03-211-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge topic 'module-def-and-WINDOWS_EXPORT_ALL_SYMBOLS'Brad King2017-03-2218-80/+188
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Support WINDOWS_EXPORT_ALL_SYMBOLS with `.def` filesBrad King2017-03-2115-59/+138
| * | | | | | | | | cmGlobalVisualStudioGenerator: Simplify __create_def command generationBrad King2017-03-211-3/+2
| * | | | | | | | | bindexplib: Add support for parsing and integrating `.def` filesBrad King2017-03-211-4/+11
| * | | | | | | | | bindexplib: Add method for parsing and integrating `.def` filesBertrand Bellenot2017-03-212-1/+30
| * | | | | | | | | bindexplib: Revise coding style of CMake-specific methodsBrad King2017-03-091-13/+7
* | | | | | | | | | Merge topic 'cpack-rpm-debuginfo-multiple-files-fix'Brad King2017-03-221-2/+8
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | / / | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | CPack/RPM: fix cpack_rpm_debugsymbol_check parameterDomen Vrankar2017-03-211-2/+8
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'doc-dev-topic-rename'Brad King2017-03-221-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Help/dev: Document `Topic-rename:` description trailerBrad King2017-03-211-0/+7
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-03-221-1/+1
|/ / / / / / / /
* | | | | | | | Merge topic 'check-method-docs'Brad King2017-03-211-3/+8
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Help/dev: mention how the robot performs its checksBen Boeckel2017-03-211-3/+8
|/ / / / / / /
* | | | | | | Merge topic 'CPackComponent-use-cmake_parse_arguments'Brad King2017-03-211-39/+11
|\ \ \ \ \ \ \
| * | | | | | | CPackComponent: use cmake_parse_argumentsDaniel Pfeifer2017-03-151-39/+11