summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | Merge branch 'release'Brad King2017-04-250-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge branch 'FindBoost-backport-fixes' into releaseBrad King2017-04-241-14/+42
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'hostwin32-doc-fix'Brad King2017-04-251-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 664bb367 Help: Fix CMAKE_HOST_WIN32 documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !752
| * | | | | | | | | | Help: Fix CMAKE_HOST_WIN32 documentationChristian Pfeiffer2017-04-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The documentation falsely claims `CMAKE_HOST_WIN32` is `true` on Cygwin. Since commit v2.8.4~153^2 (Cygwin: Do not define 'WIN32', 2010-12-17) we do not define `CMAKE_HOST_WIN32` on Cygwin either.
* | | | | | | | | | | Merge topic 'wix-attributes-patch'Brad King2017-04-257-19/+44
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 58cf9d41 wix: adds ability to modify attributes with patch 03628bb6 wix: fix spelling error in function name Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !742
| * | | | | | | | | | | wix: adds ability to modify attributes with patchKeith Holman2017-04-246-12/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the ability to attributes to generated XML files for features with the WiX patch system. To modify attributes additional attributes may be added within the 'CPackWixFragment' xml tag. Fixes: #16813 Signed-off-by: Keith Holman <keith.holman@windriver.com>
| * | | | | | | | | | | wix: fix spelling error in function nameKeith Holman2017-04-242-7/+7
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The function "AddDirectoryAndFileDefinitions" was missing the last "i" in the function name. This patch corrects the spelling so that the function can be found easier when searching through the source code. Signed-off-by: Keith Holman <keith.holman@windriver.com>
* | | | | | | | | | | Merge topic 'FindBoost-backport-fixes'Brad King2017-04-250-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | / | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 502608ab FindBoost: Support prebuilt Windows binaries from SourceForge b479429b FindBoost: Allow testing for multiple compiler suffixes 92857eef FindBoost: Fix library directory for VS 2017 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !751
| * | | | | | | | | FindBoost: Support prebuilt Windows binaries from SourceForgeRoger Leigh2017-04-241-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This are searched for in the default installed location C:/local/boost_${ver} Cherry picked from commit 862482df274121e6f80dca925fb01d996710ed5e for backport to CMake 3.8.
| * | | | | | | | | FindBoost: Allow testing for multiple compiler suffixesRoger Leigh2017-04-241-12/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to permit VS2017 to make use of the vc141 suffix or fall back to the compatible vc140 to use Boost libraries built with VS2015. Cherry picked from commit 3ca6f70f8b27c08ad3470542705701e6e8e6ea05 plus a fixup from commit 6115875bf0faef61c558e46395e67bdfd4ad48e1 for backport to CMake 3.8.
| * | | | | | | | | FindBoost: Fix library directory for VS 2017Brad King2017-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Boost 1.64 now names the library directory `14.1`, not `15.0`.
* | | | | | | | | | CMake Nightly Date StampKitware Robot2017-04-251-1/+1
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'release'Brad King2017-04-240-0/+0
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | / / / / / | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge branch 'backport-source_group-TREE-alt-root' into releaseBrad King2017-04-211-16/+44
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'fix-test-all-find-modules' into releaseBrad King2017-04-212-6/+2
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'autogen_once'Brad King2017-04-242-265/+306
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 97d25404 Autogen: Use FileWrite to write the settings file d0404596 Autogen: Save the hash of the old settings string only 7c5f5f1a Autogen: Generate moc_predefs.h only on demand 1d5ed679 Autogen: Uppercase function name e4a23565 Autogen: New QuotedCommand function for logging 9d9e17fa Autogen: Use FileDiffers and FileWrite for AUTOMOC 65290169 Autogen: Add FileDiffers and FileWrite methods 344a6d84 Autogen: MakeParentDirectory logPrefix parameter ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !747
| * | | | | | | | | | Autogen: Use FileWrite to write the settings fileSebastian Holtermann2017-04-221-19/+21
| | | | | | | | | | |
| * | | | | | | | | | Autogen: Save the hash of the old settings string onlySebastian Holtermann2017-04-221-27/+34
| | | | | | | | | | |
| * | | | | | | | | | Autogen: Generate moc_predefs.h only on demandSebastian Holtermann2017-04-222-30/+42
| | | | | | | | | | |
| * | | | | | | | | | Autogen: Uppercase function nameSebastian Holtermann2017-04-221-7/+7
| | | | | | | | | | |
| * | | | | | | | | | Autogen: New QuotedCommand function for loggingSebastian Holtermann2017-04-221-22/+24
| | | | | | | | | | |
| * | | | | | | | | | Autogen: Use FileDiffers and FileWrite for AUTOMOCSebastian Holtermann2017-04-221-81/+54
| | | | | | | | | | |
| * | | | | | | | | | Autogen: Add FileDiffers and FileWrite methodsSebastian Holtermann2017-04-222-0/+47
| | | | | | | | | | |
| * | | | | | | | | | Autogen: MakeParentDirectory logPrefix parameterSebastian Holtermann2017-04-222-8/+13
| | | | | | | | | | |
| * | | | | | | | | | Autogen: Determine settings file name only onceSebastian Holtermann2017-04-222-24/+20
| | | | | | | | | | |
| * | | | | | | | | | Autogen: Overhaul class variable names and sortingSebastian Holtermann2017-04-222-86/+83
| | | | | | | | | | |
* | | | | | | | | | | Merge topic 'eq-delete'Brad King2017-04-244-0/+28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5d167132 cmConfigure: provide macros CM_EQ_DELETE and CM_DISABLE_COPY Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Craig Scott <craig.scott@crascit.com> Merge-request: !746
| * | | | | | | | | | | cmConfigure: provide macros CM_EQ_DELETE and CM_DISABLE_COPYDaniel Pfeifer2017-04-224-0/+28
| |/ / / / / / / / / /
* | | | | | | | | | | Merge topic 'clazy-2'Brad King2017-04-2424-124/+78
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 99d50d2b cmLinkLineComputer: make noncopyable 44b8debf cmGlobalGenerator::DirectoryContent: remove custom copy ctor 73bedfea cmTargetDepend: pass by value e6c606c7 cmGeneratorTarget::SourceFileFlags: remove custom copy ctor 8d090ff2 cmLinkImplItem: remove custom copy ctor a8a9577e cmLinkItem: remove custom copy ctor bf955e58 cmComputeLinkInformation::Item: remove custom copy ctor b44659f5 cmCryptoHash: make noncopyable ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !745
| * | | | | | | | | | | cmLinkLineComputer: make noncopyableDaniel Pfeifer2017-04-211-0/+3
| | | | | | | | | | | |
| * | | | | | | | | | | cmGlobalGenerator::DirectoryContent: remove custom copy ctorDaniel Pfeifer2017-04-211-6/+0
| | | | | | | | | | | |
| * | | | | | | | | | | cmTargetDepend: pass by valueDaniel Pfeifer2017-04-211-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | cmGeneratorTarget::SourceFileFlags: remove custom copy ctorDaniel Pfeifer2017-04-211-5/+0
| | | | | | | | | | | |
| * | | | | | | | | | | cmLinkImplItem: remove custom copy ctorDaniel Pfeifer2017-04-211-6/+0
| | | | | | | | | | | |
| * | | | | | | | | | | cmLinkItem: remove custom copy ctorDaniel Pfeifer2017-04-211-5/+0
| | | | | | | | | | | |
| * | | | | | | | | | | cmComputeLinkInformation::Item: remove custom copy ctorDaniel Pfeifer2017-04-211-6/+0
| | | | | | | | | | | |
| * | | | | | | | | | | cmCryptoHash: make noncopyableDaniel Pfeifer2017-04-211-0/+3
| | | | | | | | | | | |
| * | | | | | | | | | | cmScriptGenerator: pass Indent by valueDaniel Pfeifer2017-04-2114-84/+66
| | | | | | | | | | | |
| * | | | | | | | | | | cmScriptGenerator: make noncopyableDaniel Pfeifer2017-04-211-0/+3
| | | | | | | | | | | |
| * | | | | | | | | | | cmMakefile::ScopePushPop: make noncopyableDaniel Pfeifer2017-04-211-0/+2
| | | | | | | | | | | |
| * | | | | | | | | | | cmStateDetail::PolicyStackEntry: remove custom copy ctorDaniel Pfeifer2017-04-211-5/+0
| | | | | | | | | | | |
| * | | | | | | | | | | cmDefinitions::Def: remove custom copy ctorDaniel Pfeifer2017-04-211-6/+0
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'clazy'Brad King2017-04-248-27/+21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a28894e4 cmCommandArgumentParserHelper: make noncopyable 765822ad cmake: pass cmStateSnapshot by const ref 0d0995b7 cmListFileArgument: remove custom copy ctor 44963b50 cmLocaleRAII: make noncopyable 3f677f20 cmGraphEdge: remove custom copy ctor b799ca42 cmAlgorithms: pass std::string by const ref 7d6090ae cmSystemTools::SaveRestoreEnvironment: make noncopyable aecba652 cmCLocaleEnvironmentScope: make noncopyable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !744
| * | | | | | | | | | | cmCommandArgumentParserHelper: make noncopyableDaniel Pfeifer2017-04-211-0/+4
| | | | | | | | | | | |
| * | | | | | | | | | | cmake: pass cmStateSnapshot by const refDaniel Pfeifer2017-04-211-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | cmListFileArgument: remove custom copy ctorDaniel Pfeifer2017-04-211-6/+0
| | | | | | | | | | | |
| * | | | | | | | | | | cmLocaleRAII: make noncopyableDaniel Pfeifer2017-04-211-2/+6
| | | | | | | | | | | |
| * | | | | | | | | | | cmGraphEdge: remove custom copy ctorDaniel Pfeifer2017-04-211-16/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, merge the other ctors using default args.
| * | | | | | | | | | | cmAlgorithms: pass std::string by const refDaniel Pfeifer2017-04-211-1/+2
| | | | | | | | | | | |
| * | | | | | | | | | | cmSystemTools::SaveRestoreEnvironment: make noncopyableDaniel Pfeifer2017-04-211-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, make the destructor non-virtual.