summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CPackDeb: Enable the DEB generator on WindowsNils Gladitz2017-06-288-28/+92
* CMake Nightly Date StampKitware Robot2017-06-171-1/+1
* Merge branch 'release-3.9'Brad King2017-06-160-0/+0
|\
| * Merge branch 'doc-compile-features' into release-3.9Brad King2017-06-152-4/+4
| |\
* | \ Merge topic 'doc-dev-maint'Brad King2017-06-161-0/+30
|\ \ \
| * | | Help/dev: Add review instructions to maintainer guideBrad King2017-06-151-0/+30
* | | | Merge topic 'fix-shadow-field-warnings'Brad King2017-06-165-24/+30
|\ \ \ \
| * | | | cmCPackDragNDropGenerator: Drop unused memberBrad King2017-06-141-2/+0
| * | | | cmCommonTargetGenerator: Rename member to avoid shadowingBrad King2017-06-142-18/+20
| * | | | cmGlobalGenerator: Rename member to avoid shadowingBrad King2017-06-142-4/+10
* | | | | Merge topic 'doc-check-compiler-flag'Brad King2017-06-163-60/+90
|\ \ \ \ \
| * | | | | Check*CompilerFlag: Rewrite documentation of these modulesBrad King2017-06-153-60/+90
| | |/ / / | |/| | |
* | | | | Merge topic 'doc-compile-features'Brad King2017-06-162-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
* | | | | CMake Nightly Date StampKitware Robot2017-06-161-1/+1
| |/ / / |/| | |
* | | | Merge topic 'doc-test-layout'Brad King2017-06-153-39/+78
|\ \ \ \
| * | | | Tests: Document test directory layout in a README.rstBrad King2017-06-143-40/+34
| * | | | Help/dev: Update source code guide to cover source tree layoutBrad King2017-06-141-0/+45
* | | | | Merge topic 'vs_csharp_prop_for_all_extensions'Brad King2017-06-154-39/+91
|\ \ \ \ \
| * | | | | Vs: add support for VS_CSHARP_* target property for additional file extensionsMichael Stürmer2017-06-134-39/+91
* | | | | | Merge topic 'UseSWIG-avoid-dllimport-repeat'Brad King2017-06-151-4/+7
|\ \ \ \ \ \
| * | | | | | UseSWIG: Add `-dllimport` only if not already specifiedRobert Langlois2017-06-141-4/+7
* | | | | | | Merge branch 'release-3.9'Brad King2017-06-150-0/+0
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'ipo-per-lang' into release-3.9Brad King2017-06-1422-52/+62
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'update-curl' into release-3.9Brad King2017-06-1471-1043/+1515
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'libuv-restore-fmode' into release-3.9Brad King2017-06-141-0/+16
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'ipo-per-lang'Brad King2017-06-1522-52/+62
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | IPO: Consider support for each language separatelyBrad King2017-06-1422-52/+62
* | | | | | | | | | Merge topic 'update-curl'Brad King2017-06-1571-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 topic 'libuv-restore-fmode'Brad King2017-06-151-0/+16
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| * | | | | | | | | cmake: Fix default file translate mode when using libuvBrad King2017-06-141-0/+16
| |/ / / / / / / /
* | | | | | | | | CMake Nightly Date StampKitware Robot2017-06-151-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge branch 'release-3.9'Brad King2017-06-140-0/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge branch 'add-missing-compiler-release-notes' into release-3.9Brad King2017-06-142-1/+22
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'readme-supported-platforms' into release-3.9Brad King2017-06-131-1/+7
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'add-missing-compiler-release-notes'Brad King2017-06-142-1/+22
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Help: Add docs for new compilers supporting language standards.Chuck Atkins2017-06-142-1/+22
| |/ / / / / /
* | | | | | | Merge topic 'vs-dotnet-custom-reference-tags'Brad King2017-06-148-0/+119
|\ \ \ \ \ \ \
| * | | | | | | VS: add target property VS_DOTNET_REFERENCEPROP_<refname>_TAG_<tagname>Michael Stürmer2017-06-138-0/+119
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'autogen_uc'Brad King2017-06-142-25/+53
|\ \ \ \ \ \ \
| * | | | | | | Autogen: Tests: Disable some tests on non ASCII build pathsSebastian Holtermann2017-06-132-23/+51
| * | | | | | | Autogen: Tests fix for utf8 pathsSebastian Holtermann2017-06-121-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'readme-supported-platforms'Brad King2017-06-141-1/+7
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | README: Update list of supported platformsBrad King2017-06-131-1/+7
| | |_|_|/ / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2017-06-141-1/+1
* | | | | | Merge branch 'release-3.9'Brad King2017-06-130-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |