Kitware Robot
8b623e8a4a
CMake Nightly Date Stamp
2016-12-25 00:01:05 -05:00
Kitware Robot
df00ed1310
CMake Nightly Date Stamp
2016-12-24 00:01:09 -05:00
Domen Vrankar
6daa2d384e
CPack/Deb invalid md5sums file fix
...
Monolithic deb packages were packaged
with invalid md5sums file as trailing
slash in path was causing string replace
to fail and preserve build path.
Fixes #16517
2016-12-23 21:10:52 +01:00
Kitware Robot
e8e9034596
CMake Nightly Date Stamp
2016-12-23 00:01:05 -05:00
Kitware Robot
65c18b2141
CMake Nightly Date Stamp
2016-12-22 00:01:04 -05:00
Kitware Robot
6154a2cddc
CMake Nightly Date Stamp
2016-12-21 00:01:04 -05:00
Kitware Robot
4918cd8c98
CMake Nightly Date Stamp
2016-12-20 00:01:04 -05:00
Kitware Robot
3657ac9fbb
CMake Nightly Date Stamp
2016-12-19 00:01:04 -05:00
Kitware Robot
77468c751f
CMake Nightly Date Stamp
2016-12-18 00:01:04 -05:00
Kitware Robot
9639b2f7e7
CMake Nightly Date Stamp
2016-12-17 00:01:05 -05:00
Iyyappa Murugandi
c93e85d87e
VS: Use Visual Studio Installer to locate VS 2017
...
VS 2017 and later may no longer populate the Windows Registry entries
CMake has traditionally used to find the VS installations. This is
because VS now supports having multiple installations of the same
version. The Visual Studio Installer tool provides a COM interface we
can query to locate installations.
2016-12-16 09:58:43 -05:00
Iyyappa Murugandi
18c8278b62
VS: Add helper class to interact with Visual Studio Installer
...
VS 2017 exports a COM component which can be queried to find if VS 2017
is installed and also other components such as VC toolset and Windows
SDKs. Add a helper class to interact with this interface.
2016-12-16 09:58:43 -05:00
Iyyappa Murugandi
d47bda00b2
VS: Fix VS 2017 Windows Store toolset selection
...
VS 2017 uses the `v141` toolset, not `v140`.
2016-12-16 09:58:31 -05:00
Iyyappa Murugandi
efdfc26e14
VS: Drop check for VS 15 Express Edition
...
There is no such version of VS 2017.
2016-12-16 09:58:31 -05:00
Brad King
8e4d286e7b
Fix typo in error message on missing required variable
...
Reported-by: Albrecht Schlosser <AlbrechtS.fltk@online.de>
2016-12-16 09:20:32 -05:00
Tobias Hunger
7789dd9a1a
server-mode: Call ResetErrorOccured before configure
...
Closes : #16506
2016-12-16 08:54:37 -05:00
Brad King
ed8a9cb7de
Merge topic 'refactor-compile-pdb-path'
...
6271df8f Makefile,Ninja: De-duplicate MSVC compiler PDB path selection
2016-12-16 08:26:12 -05:00
Kitware Robot
25d7b8836d
CMake Nightly Date Stamp
2016-12-16 00:01:04 -05:00
Brad King
6271df8ff5
Makefile,Ninja: De-duplicate MSVC compiler PDB path selection
...
Add a helper to cmCommonTargetGenerator instead of duplicating it
in cmMakefileTargetGenerator and cmNinjaTargetGenerator.
2016-12-15 16:20:21 -05:00
Brad King
94c6040b73
Merge topic 'codelite-build-and-clean-targets-enhancement'
...
f1739418 CodeLite: Make build/clean/rebuild operations optionally target-centric
2016-12-15 09:29:59 -05:00
Brad King
a20edeebd2
Merge topic 'update-kwsys'
...
da03e2d6 Merge branch 'upstream-KWSys' into update-kwsys
a9ea66bd KWSys 2016-12-14 (95a7e234)
24130757 update-kwsys: Update repository URL
2016-12-15 09:29:53 -05:00
Kitware Robot
517c7cca8c
CMake Nightly Date Stamp
2016-12-15 00:01:10 -05:00
Brad King
da03e2d6c6
Merge branch 'upstream-KWSys' into update-kwsys
...
* upstream-KWSys:
KWSys 2016-12-14 (95a7e234)
2016-12-14 11:19:03 -05:00
Minze Zwerver
f173941855
CodeLite: Make build/clean/rebuild operations optionally target-centric
...
When `CMAKE_CODELITE_USE_TARGETS` is enabled, these operations should
be target-centric too.
2016-12-14 09:55:41 -05:00
Brad King
788581883f
Merge topic 'rebuild-lexers'
...
c5df1f16 Regenerate lexer source code
2016-12-14 09:52:05 -05:00
Brad King
60e5f61917
Merge topic 'dotnet_hint_references'
...
55da7e50 VS: add support for .NET references with hint paths
2016-12-14 09:52:02 -05:00
Daniel Pfeifer
c5df1f165c
Regenerate lexer source code
...
Revise the manual procedure in the `*Lexer.in.l` files. Some of our
post-processing steps are no longer necessary with the current set of
supported compilers. Some steps changed with newer versions of flex.
Then regenerate all lexers with flex version 2.6.1.
2016-12-14 09:40:33 -05:00
Kitware Robot
61001557d4
CMake Nightly Date Stamp
2016-12-14 00:01:04 -05:00
Michael Stürmer
55da7e501e
VS: add support for .NET references with hint paths
2016-12-13 13:51:50 -05:00
Brad King
10ca398b44
Merge topic 'try_compile-lang-std-cuda'
...
1371eec4 try_compile: extend CMP0067 to honor language standards for CUDA.
2016-12-13 08:45:54 -05:00
Kitware Robot
e3a93c66cc
CMake Nightly Date Stamp
2016-12-13 00:01:05 -05:00
Robert Maynard
1371eec4c3
try_compile: extend CMP0067 to honor language standards for CUDA.
2016-12-12 14:39:32 -05:00
Brad King
d1d11f73a1
Merge topic 'clang-tidy'
...
b932cd42 clang-tidy: apply misc-redundant-expression fixes
88da3d68 clang-tidy: apply misc-suspicious-string-compare fixes
58c66393 clang-tidy: apply readability-static-definition-in-anonymous-namespace fixes
85bfddda clang-tidy: apply readability-redundant-control-flow fixes
2988abd9 clang-tidy: apply modernize-use-bool-literals fixes
a74e6893 clang-tidy: apply readability-redundant-string-init fixes
cac529dd clang-tidy: apply performance-faster-string-find fixes
7c9db8f8 clang-tidy: apply performance-unnecessary-value-param fixes
2016-12-12 14:21:27 -05:00
Brad King
55ff3c78b3
Merge topic 'xcode-message-extension'
...
9ac0c393 Help: Add notes for topic 'xcode-message-extension'
0ae46321 Xcode: Add target property to override explicitFileType
7ecac703 Xcode: Add target property to override productType
2016-12-12 14:21:23 -05:00
Brad King
ce71bd9505
Merge topic 'fix-ctest-launchers'
...
db61cd5d cmRulePlaceholderExpander: Remove unused member RuleLauncher
b7771078 Comment ExpandRuleVariables calls not preceded by launcher insertion
c58a5198 Makefile: Restore RULE_LAUNCH_COMPILE generation on compilation rules
2016-12-12 14:21:20 -05:00
Daniel Pfeifer
b932cd4298
clang-tidy: apply misc-redundant-expression fixes
2016-12-12 14:04:16 -05:00
Daniel Pfeifer
88da3d68c2
clang-tidy: apply misc-suspicious-string-compare fixes
2016-12-12 14:04:16 -05:00
Daniel Pfeifer
58c66393cf
clang-tidy: apply readability-static-definition-in-anonymous-namespace fixes
2016-12-12 14:04:15 -05:00
Daniel Pfeifer
85bfdddaf7
clang-tidy: apply readability-redundant-control-flow fixes
2016-12-12 14:04:14 -05:00
Daniel Pfeifer
2988abd939
clang-tidy: apply modernize-use-bool-literals fixes
2016-12-12 14:04:14 -05:00
Daniel Pfeifer
a74e689348
clang-tidy: apply readability-redundant-string-init fixes
2016-12-12 14:04:13 -05:00
Daniel Pfeifer
cac529dd49
clang-tidy: apply performance-faster-string-find fixes
2016-12-12 14:04:13 -05:00
Daniel Pfeifer
7c9db8f813
clang-tidy: apply performance-unnecessary-value-param fixes
2016-12-12 14:04:12 -05:00
Kitware Robot
3874843f0f
CMake Nightly Date Stamp
2016-12-12 00:01:04 -05:00
Kitware Robot
cf2d33305f
CMake Nightly Date Stamp
2016-12-11 00:01:05 -05:00
Kitware Robot
b88843d651
CMake Nightly Date Stamp
2016-12-10 00:01:08 -05:00
Brad King
db61cd5d72
cmRulePlaceholderExpander: Remove unused member RuleLauncher
2016-12-09 08:59:17 -05:00
Brad King
b7771078ad
Comment ExpandRuleVariables calls not preceded by launcher insertion
...
Call sites of `ExpandRuleVariables` are now responsible for inserting
the `RULE_LAUNCH_{COMPILE,LINK,CUSTOM}` values in rule command lines.
Audit all call sites and add a comment to each one that does not insert
a launcher to explain why.
2016-12-09 08:59:17 -05:00
Brad King
c58a5198e5
Makefile: Restore RULE_LAUNCH_COMPILE generation on compilation rules
...
Refactoring in commit 425cd167 (cmLocalGenerator: Remove the launcher
from RuleVariables, 2016-10-09) accidentally broke Makefile generator
handling of `RULE_LAUNCH_COMPILE`. Responsibility moved from
`ExpandRuleVariables` to its call sites, and the Makefile generator call
site for compilations was not properly updated. Fix it now.
2016-12-09 08:59:17 -05:00
Kitware Robot
0c38000393
CMake Nightly Date Stamp
2016-12-09 00:01:05 -05:00