summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2017-12-221-1/+1
* Merge topic 'copyright-year'Brad King2017-12-211-1/+1
|\
| * Copyright.txt: Update year range to end in 2018Brad King2017-12-201-1/+1
* | Merge topic 'cpackifw-package-remove-target-dir'Brad King2017-12-214-0/+29
|\ \
| * | CPack/IFW: Add option to control deletion of the install directoryJean-Philippe Lebel2017-12-154-0/+29
* | | Merge topic 'use-override'Brad King2017-12-2113-129/+132
|\ \ \
| * | | VS: Use 'override' keyword for overridden methods in generator classesVitaly Stakhovsky2017-12-1613-129/+132
* | | | Merge topic 'cmake_symlink_library-slashes'Brad King2017-12-211-3/+6
|\ \ \ \
| * | | | cmcmd: Fix cmake_symlink_library for inconsistent slashesBrad King2017-12-201-3/+6
| | |_|/ | |/| |
* | | | Merge topic 'objlib-dedup'Brad King2017-12-211-1/+6
|\ \ \ \
| * | | | objlib: fix unchecked insertions in `cmGeneratorTarget::GetLanguages`Pavel Solodovnikov2017-12-201-1/+6
* | | | | Merge topic 'FindBLAS-modernize'Brad King2017-12-211-44/+26
|\ \ \ \ \
| * | | | | FindBLAS: optionally query pkg-config for a libraryRolf Eike Beer2017-12-151-0/+19
| * | | | | FindBLAS: simplify if()Rolf Eike Beer2017-12-151-2/+1
| * | | | | FindBLAS: use FPHSARolf Eike Beer2017-12-151-42/+6
| | |_|/ / | |/| | |
* | | | | Merge topic 'solaris_warning_single'Brad King2017-12-211-13/+13
|\ \ \ \ \
| * | | | | Solaris: Fix shadowed declaration warningCraig Scott2017-12-201-13/+13
| | |/ / / | |/| | |
* | | | | Merge topic 'ctest-update-timing-summary-manual'Craig Scott2017-12-211-3/+31
|\ \ \ \ \
| * | | | | CTest: Expand 'Label and Subproject Summary' section of manualBetsy McPhail2017-12-151-3/+31
| | |/ / / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2017-12-211-1/+1
| |_|/ / |/| | |
* | | | Merge branch 'release-3.10'Brad King2017-12-200-0/+0
|\ \ \ \
| * \ \ \ Merge branch 'backport-autogen-nested-lists-fix' into release-3.10Brad King2017-12-202-1/+4
| |\ \ \ \
* | \ \ \ \ Merge topic 'autogen-nested-lists-fix'Brad King2017-12-202-1/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'backport-autogen-nested-lists-fix' into autogen-nested-lists-fixBrad King2017-12-200-0/+0
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Autogen: Fix for problematic nested list separatorSebastian Holtermann2017-12-202-1/+4
| * | | | | | Autogen: Fix for problematic nested lists separatorSebastian Holtermann2017-12-182-1/+4
* | | | | | | Merge topic 'update-kwsys'Brad King2017-12-201-0/+8
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-12-151-0/+8
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | KWSys 2017-12-15 (8f755ee9)KWSys Upstream2017-12-151-0/+8
* | | | | | | | Merge topic 'cuda-mixed-cxx-standard'Brad King2017-12-204-73/+87
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | CUDA: Fix CUDA_STANDARD selection via cxx_std_11 with CXX_STANDARDRobert Maynard2017-12-154-0/+51
| * | | | | | | cmMakefile: Refactor determining a targets C++ standard levelRobert Maynard2017-12-151-73/+36
* | | | | | | | CMake Nightly Date StampKitware Robot2017-12-201-1/+1
* | | | | | | | Merge topic 'winarm64'Christian Pfeiffer2017-12-191-29/+46
|\ \ \ \ \ \ \ \
| * | | | | | | | Address code review feedbackJacek Blaszczynski2017-12-181-27/+31
| * | | | | | | | Use IMAGE_FILE_HEADER and add missing Arm 32bit images supportJacek Blaszczynski2017-12-181-13/+25
| * | | | | | | | Add Arm64 support to COFF symbol export featureJacek Blaszczynski2017-12-171-2/+3
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-12-191-1/+1
* | | | | | | | | Merge topic 'findliblzma-win-name'Christian Pfeiffer2017-12-181-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | FindLibLZMA: Add library name for WindowsChristian Pfeiffer2017-12-181-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-12-181-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-12-171-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2017-12-161-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge topic 'FindFLTK-per-config'Brad King2017-12-151-161/+196
|\ \ \ \ \ \ \
| * | | | | | | FindFLTK: Find debug and release variants separatelyStefano Sinigardi2017-12-141-16/+43
| * | | | | | | FindFLTK: revise .rst markupStefano Sinigardi2017-12-141-31/+40
| * | | | | | | FindFLTK: fix indentationStefano Sinigardi2017-12-141-134/+133
* | | | | | | | Merge topic 'vs-vcxproj-lowercase-utf-8'Brad King2017-12-152-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | VS: Emit "utf-8" encoding as lowercase in .vcxproj headersVitaly Stakhovsky2017-12-142-0/+6
* | | | | | | | | Merge topic 'makefile-simplify-fortran'Brad King2017-12-159-140/+22
|\ \ \ \ \ \ \ \ \