summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Merge branch 'upstream-curl' into update-curlBrad King2016-08-030-0/+0
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | curl 2015-08-11 (1a7f66a3)Curl Upstream2016-08-030-0/+0
| * | | | | | | | | | Add script to update curl from upstreamBrad King2016-08-031-0/+36
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2016-08-041-1/+1
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge topic 'ccmake-vim-navigation'Brad King2016-08-034-15/+30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ccmake: Add VIM-like bindings for navigationPaul Seyfert2016-08-024-12/+27
| * | | | | | | | | ccmake: Revise documentation for [d]Paul Seyfert2016-08-021-2/+2
| * | | | | | | | | ccmake: Fix typo in help (it's -> its)Paul Seyfert2016-08-021-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'CMakeFindFrameworks-custom-locations'Brad King2016-08-031-1/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CMakeFindFrameworks: Allow custom framework locationsDavid Keller2016-08-021-1/+7
| |/ / / / / / / /
* | | | | | | | | Merge topic 'gcc-fvisibility-version'Brad King2016-08-031-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | GNU: Use -fvisibility on GCC 4.0 and 4.1 tooBrad King2016-08-021-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge topic 'FindProtobuf-restore-PROTOBUF_IMPORT_DIRS'Brad King2016-08-031-0/+8
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | FindProtobuf: Restore support for PROTOBUF_IMPORT_DIRSKonstantin Sinitsyn2016-08-021-0/+8
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'port-to-sco'Brad King2016-08-032-2/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | SCO_SV: Enable so filename versioningPatrick Welche2016-08-021-0/+1
| * | | | | | | | cmELF: Port to SCO OpenServer 5.0.7/3.2Patrick Welche2016-08-021-2/+11
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'ExternalProject-no-DS_Store'Brad King2016-08-031-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | ExternalProject: Ignore macOS .DS_Store files in tarball extractionBrad King2016-08-021-0/+1
* | | | | | | | | Merge topic 'update-kwsys'Brad King2016-08-033-12/+29
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-08-023-12/+29
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | / / / / | | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | KWSys 2016-08-01 (560bcdbb)KWSys Upstream2016-08-023-12/+29
* | | | | | | | | Merge topic 'wix-root-description'Brad King2016-08-033-1/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CPackWIX: Support custom title and description for the root featureMichael Stürmer2016-08-023-1/+26
* | | | | | | | | | Merge topic 'FindCUDA-no-windows-librt'Brad King2016-08-031-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | FindCUDA: Do not look for librt on WindowsStephen Sorley2016-08-021-1/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'FindCUDA-arch'Brad King2016-08-031-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | FindCUDA: Add search path for nvcc on ArchHans Gaiser2016-08-021-1/+2
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'doc-without-continue'Brad King2016-08-031-8/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Utilities/Sphinx: Remove use of continue() methodKonstantin Podsvirov2016-08-021-8/+11
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'intel-gnu11-support'Brad King2016-08-031-4/+4
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Intel-C: standard flags are also supported in 12.0Ben Boeckel2016-08-021-1/+1
| * | | | | | | | | Intel-C: support gnu89 and gnu99 extension flagsBen Boeckel2016-08-021-2/+2
| * | | | | | | | | Intel-C: declare support for gnu11Ben Boeckel2016-08-021-1/+1
* | | | | | | | | | Merge topic 'fix-findhdf5-definitions'Brad King2016-08-031-1/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | FindHDF5: Make sure compile definition vars keep the -D flagChuck Atkins2016-08-021-1/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2016-08-031-1/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge topic 'doc-CMAKE_INSTALL_PREFIX-default'Brad King2016-08-021-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Help: Fix CMAKE_INSTALL_PREFIX documented default on WindowsBrad King2016-08-011-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2016-08-021-1/+1
|/ / / / / / /
* | | | | | | Merge topic 'emacs-mode-compilation-warning'Brad King2016-08-011-8/+9
|\ \ \ \ \ \ \
| * | | | | | | cmake-mode.el: Replace use of obsolete function (since Emacs 24.3).Jostein Kjønigsen2016-08-011-1/+1
| * | | | | | | cmake-mode.el: Fix byte-compilation warnings.Jostein Kjønigsen2016-07-261-7/+8
* | | | | | | | Merge topic 'vim-syntax-updates'Brad King2016-08-011-10/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | Aux: highlight commands using FunctionBen Boeckel2016-07-221-3/+3
| * | | | | | | | Aux: sort the highlighting listBen Boeckel2016-07-221-3/+3
| * | | | | | | | Aux: highlight CMAKE_{CMAKE,CPACK}_COMMAND variablesBen Boeckel2016-07-221-1/+1
| * | | | | | | | Aux: highlight modules using IncludeBen Boeckel2016-07-221-1/+1
| * | | | | | | | Aux: highlight conditiona and repeat commands differentlyBen Boeckel2016-07-221-1/+9
| * | | | | | | | Aux: highlight deprecated commands as warningsBen Boeckel2016-07-221-1/+5