summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* liblzma: Name sizeof size_t macro consistently with upstreamBrad King2018-08-063-4/+4
* liblzma: Revert "Port from C99 to C89/90"Brad King2018-08-0661-1075/+700
* liblzma: Revert "Avoid defining a 'restrict' macro"Brad King2018-08-0631-103/+101
* Merge topic 'xcode_schemes_config'Brad King2018-08-0645-0/+738
|\
| * Xcode: Add variables and properties to configure schemesGregor Jasny2018-08-0143-0/+734
| * cmGlobalGenerator: Add IsXcode queryBrad King2018-08-012-0/+4
* | Merge topic 'nag-fortran-rsp'Brad King2018-08-061-0/+1
|\ \
| * | NAG: Pass response files through front-end to the linkerBrad King2018-08-011-0/+1
| |/
* | Merge topic 'xl-exe-pic'Brad King2018-08-061-0/+1
|\ \
| * | XL: Use -qpic for position independent executablesBrad King2018-08-011-0/+1
| |/
* | Merge topic 'FindMatlab-mcc'Brad King2018-08-062-1/+27
|\ \
| * | FindMatlab: Add component to find MCC, the Matlab compilerJason Heeris2018-08-012-1/+27
| |/
* | Merge topic 'FindMatlab-cross-compile'Brad King2018-08-061-1/+1
|\ \
| * | FindMatlab: only search registry on windows hostsJulien Schueller2018-08-011-1/+1
| |/
* | Merge branch 'release-3.12'Brad King2018-08-060-0/+0
|\ \
| * \ Merge branch 'cuda-arch-version' into release-3.12Brad King2018-08-011-2/+3
| |\ \
* | \ \ Merge topic 'cuda-arch-version'Brad King2018-08-061-2/+3
|\ \ \ \ | | |/ / | |/| |
| * | | FindCUDA/select_compute_arch: Restore two-component CUDA_VERSIONBrad King2018-08-011-2/+3
* | | | Merge topic 'check-unique_ptr-pgi'Brad King2018-08-064-4/+9
|\ \ \ \
| * | | | Extend C++17/C++14 feature checks to require unique_ptrBrad King2018-08-014-4/+9
| | |_|/ | |/| |
* | | | Merge topic 'file-WRITE-chmod'Brad King2018-08-062-10/+18
|\ \ \ \
| * | | | file(WRITE): Avoid toggling permissions between 644 and 664David Faure2018-08-012-10/+18
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2018-08-061-1/+1
* | | | Merge topic 'contributing-reference-dashboard-client'Craig Scott2018-08-051-0/+14
|\ \ \ \
| * | | | contributing: Document that anyone can contribute testing machineJean-Christophe Fillion-Robin2018-08-051-0/+14
| |/ / /
* | | | Merge topic 'help-testing-reference-script'Craig Scott2018-08-051-1/+2
|\ \ \ \
| * | | | Help: Add link to cmake_common.cmake in test process docsJean-Christophe Fillion-Robin2018-08-051-1/+2
| |/ / /
* | | | Merge topic 'readme-reference-wiki'Craig Scott2018-08-051-1/+3
|\ \ \ \
| * | | | readme: Add reference to the wikiJean-Christophe Fillion-Robin2018-08-011-1/+3
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2018-08-051-1/+1
* | | | CMake Nightly Date StampKitware Robot2018-08-041-1/+1
* | | | CMake Nightly Date StampKitware Robot2018-08-031-1/+1
* | | | CMake Nightly Date StampKitware Robot2018-08-021-1/+1
|/ / /
* | | Merge branch 'release-3.12'Brad King2018-08-010-0/+0
|\ \ \ | | |/ | |/|
| * | Merge branch 'UseSWIG-legacy-user-flags' into release-3.12Brad King2018-07-311-3/+4
| |\ \
* | \ \ Merge topic 'UseSWIG-legacy-user-flags'Brad King2018-08-011-3/+4
|\ \ \ \ | | |/ / | |/| |
| * | | UseSWIG: restore legacy behavior for SWIG_MODULE_<name>_EXTRA_FLAGSMarc Chevrier2018-07-311-3/+4
| |/ /
* | | Merge topic 'gcc-8-warnings'Brad King2018-08-0115-885/+913
|\ \ \
| * | | IWYU: Add workaround mapping for std::hashBrad King2018-07-312-0/+4
| * | | cmXMLParser: Avoid -Wconversion warningBrad King2018-07-311-2/+2
| * | | LexerParser: Suppress GCC -Wconversion warningsBrad King2018-07-319-880/+904
| * | | cmGlobalGenerator: Avoid -Wstringop-truncation warningBrad King2018-07-311-1/+1
| * | | cmCommandArgumentParserHelper: Avoid -Wstringop-truncation warningBrad King2018-07-311-1/+1
| * | | cmCursesLongMessageForm: Avoid -Wstringop-overflow warningBrad King2018-07-311-1/+1
* | | | CMake Nightly Date StampKitware Robot2018-08-011-1/+1
|/ / /
* | | Merge topic 'autogen_refactor_initialization'Brad King2018-07-3110-704/+955
|\ \ \
| * | | Autogen: Add test for Q_OS_ macrosSebastian Holtermann2018-07-305-0/+180
| * | | Autogen: For Qt5 pass all implicit include directories to mocSebastian Holtermann2018-07-301-3/+5
| * | | Autogen: Split initializer main methodSebastian Holtermann2018-07-302-547/+578
| * | | Autogen: Compute variables in Init stage instead of Setup stageSebastian Holtermann2018-07-302-162/+179