summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CMake 3.9.0-rc5v3.9.0-rc5Brad King2017-06-271-1/+1
* Merge branch 'FindDoxygen-internal-var' into release-3.9Brad King2017-06-271-6/+6
|\
| * FindDoxygen: Add private prefix to internal variablesBrad King2017-06-271-6/+6
* | Merge branch 'fix-crash-on-non-enabled-language-features' into release-3.9Brad King2017-06-2727-14/+49
|\ \
| * | target_compile_features: Do not crash on non-enabled languageBrad King2017-06-265-2/+27
| * | Tests: Enable languages explicitly in RunCMake.target_compile_featuresBrad King2017-06-2622-12/+22
* | | Merge branch 'vs-cuda-fix-flags' into release-3.9Brad King2017-06-272-3/+8
|\ \ \
| * | | VS: Fix support for nvcc flags not in our flag tableBrad King2017-06-272-3/+8
* | | | Merge branch 'GetPrerequisites-ucrt-no-warn' into release-3.9Brad King2017-06-261-1/+1
|\ \ \ \
| * | | | GetPrerequisites: Do not warn about non-absolute UCRT system librariesBrad King2017-06-261-1/+1
| | |/ / | |/| |
* | | | Merge branch 'toolchain-binutils-advanced' into release-3.9Brad King2017-06-222-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | GCC,Clang: Mark CMAKE_<LANG>_COMPILER_{AR,RANLIB} as advancedBrad King2017-06-222-0/+4
|/ / /
* | | CMake 3.9.0-rc4v3.9.0-rc4Brad King2017-06-221-1/+1
* | | Merge branch 'vs-rc-flags' into release-3.9Brad King2017-06-225-0/+8
|\ \ \
| * | | VS: Fix support for rc /nologo flag in per-source COMPILE_FLAGSBrad King2017-06-225-0/+8
* | | | Merge branch 'android-unified-headers' into release-3.9Brad King2017-06-221-2/+6
|\ \ \ \
| * | | | Android: Fix include path for unified headersBrad King2017-06-221-2/+6
* | | | | Merge branch 'vs-cuda-fix-flags' into release-3.9Brad King2017-06-214-10/+44
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | VS: Improve workaround for CUDA -Xcompiler placement bugBrad King2017-06-212-3/+14
| * | | | VS: Fix target_compile_options for CUDABrad King2017-06-213-7/+30
* | | | | Merge branch 'vs_csharp_link_to_managed_cxx' into release-3.9Brad King2017-06-216-4/+54
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Vs: allow CSharp targets to be linked to CXX targetsMichael Stürmer2017-06-216-4/+54
* | | | | Merge branch 'cuda-version-for-vs' into release-3.9Brad King2017-06-201-0/+2
|\ \ \ \ \
| * | | | | Help: Update 3.9 release notes with recommended CUDA version for VSBrad King2017-06-201-0/+2
* | | | | | Merge branch 'update-expat' into release-3.9Brad King2017-06-2011-171/+910
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | expat: Fix compilation on systems without stdint.hBrad King2017-06-201-1/+11
| * | | | | Merge branch 'upstream-expat' into update-expatBrad King2017-06-1910-169/+897
| |\ \ \ \ \
| | * | | | | expat 2017-06-17 (c4446687)Expat Upstream2017-06-1911-186/+928
| * | | | | | expat: Update script to get Expat 2.2.1Brad King2017-06-191-2/+3
* | | | | | | Merge branch 'doc-compile-features' into release-3.9Brad King2017-06-152-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Help: Document that VS 2017 compile features are recordedBrad King2017-06-151-1/+1
| * | | | | | | Help: Fix typo in Cray/PGI/XL compile features docsBrad King2017-06-152-3/+3
* | | | | | | | Merge branch 'ipo-per-lang' into release-3.9Brad King2017-06-1422-52/+62
|\ \ \ \ \ \ \ \
| * | | | | | | | IPO: Consider support for each language separatelyBrad King2017-06-1422-52/+62
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'update-curl' into release-3.9Brad King2017-06-1471-1043/+1515
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'upstream-curl' into update-curlBrad King2017-06-1470-1042/+1514
| |\ \ \ \ \ \ \ \
| | * | | | | | | | curl 2017-06-14 (54b636f1)Curl Upstream2017-06-1471-1048/+1517
| * | | | | | | | | curl: Update script to get curl 7.54.1Brad King2017-06-141-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'libuv-restore-fmode' into release-3.9Brad King2017-06-141-0/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmake: Fix default file translate mode when using libuvBrad King2017-06-141-0/+16
| |/ / / / / / / /
* | | | | | | | | Merge branch 'add-missing-compiler-release-notes' into release-3.9Brad King2017-06-142-1/+22
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Help: Add docs for new compilers supporting language standards.Chuck Atkins2017-06-142-1/+22
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'readme-supported-platforms' into release-3.9Brad King2017-06-131-1/+7
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | README: Update list of supported platformsBrad King2017-06-131-1/+7
| |/ / / / / /
* | | | | | | CMake 3.9.0-rc3v3.9.0-rc3Brad King2017-06-131-1/+1
* | | | | | | Merge branch 'cuda-dlink-no-deprecated-gpu' into release-3.9Brad King2017-06-133-4/+28
|\ \ \ \ \ \ \
| * | | | | | | CUDA: When linking device code suppress CUDA 8.0+ deprecation warningsRobert Maynard2017-06-133-4/+28
| |/ / / / / /
* | | | | | | Merge branch 'doc-pkgconfig-list' into release-3.9Brad King2017-06-121-1/+7
|\ \ \ \ \ \ \
| * | | | | | | FindPkgConfig: mention that variables will be ;-listsRolf Eike Beer2017-06-121-0/+6
| * | | | | | | FindPkgConfig: fix confusing indentationRolf Eike Beer2017-06-121-1/+1