Kitware Robot
3b0d634f70
CMake Nightly Date Stamp
2014-08-11 00:01:07 -04:00
Kitware Robot
58aca7be56
CMake Nightly Date Stamp
2014-08-10 00:01:08 -04:00
Nils Gladitz
12418f5c26
CPackWIX: Implement CPACK_WIX_ACL (Access Control List) property
2014-08-09 15:30:21 +02:00
Kitware Robot
35a8355b61
CMake Nightly Date Stamp
2014-08-09 00:01:12 -04:00
Kitware Robot
a99b42a410
CMake Nightly Date Stamp
2014-08-08 00:01:12 -04:00
Christian Svensson
ef120655fc
KWSys CPU: Add support for OpenRISC 1000
2014-08-07 16:26:01 -04:00
Christian Svensson
d061248791
KWIML: Teach ABI.h about OpenRISC 1000
...
It defines __or1k__ and is big endian.
2014-08-07 16:25:50 -04:00
Brad King
45ab21ee6e
Merge branch 'upstream-kwiml' into update-kwiml
2014-08-07 16:13:26 -04:00
Christian Svensson
3c0bb28162
KWIML: Teach ABI.h about OpenRISC 1000
...
It defines __or1k__ and is big endian.
2014-08-07 16:12:19 -04:00
Tim Blechmann
00ad505b37
BundleUtilities: Allow Info.plist files which use CR line endings
...
Convert \r to our internal end-of-line character just as we do \n.
Signed-off-by: Tim Blechmann <tim@klingt.org>
2014-08-07 14:00:16 -04:00
Tim Blechmann
810f5ccefc
BundleUtilities: Allow Info.plist files which use CR line endings
...
Convert \r to our internal end-of-line character just as we do \n.
Signed-off-by: Tim Blechmann <tim@klingt.org>
2014-08-07 14:00:01 -04:00
Brad King
59c3695edd
CMP0047: Fix CMAKE_COMPILER_IS_GNU(CC|CXX) in OLD behavior
...
The implementation of CMP0047 detects the QNX compiler id internally,
then changes it to GNU after the language is fully enabled. This is too
late to correctly set the old IS_GNU variables, so set them as part of
the policy OLD behavior.
Reported-by: Mike Lattanzio <mlattanzio@blackberry.com>
2014-08-07 11:25:36 -04:00
Brad King
70796ef026
CMP0047: Fix CMAKE_COMPILER_IS_GNU(CC|CXX) in OLD behavior
...
The implementation of CMP0047 detects the QNX compiler id internally,
then changes it to GNU after the language is fully enabled. This is too
late to correctly set the old IS_GNU variables, so set them as part of
the policy OLD behavior.
Reported-by: Mike Lattanzio <mlattanzio@blackberry.com>
2014-08-07 11:24:57 -04:00
Brad King
6f0d1a38c8
Merge topic 'genex-build-property-no-head'
...
3f476bea
Genex: Do not consider 'head' when evaluating build properties
2014-08-07 10:07:51 -04:00
Brad King
df08d8575b
Merge topic 'genex-context-makefile-non-null'
...
c6acbc90
Genex: Remove unnecessary check of context->Makefile
2014-08-07 10:07:49 -04:00
Brad King
63fc8dcdb8
create_test_sourcelist: Suppress MSVC warnings in test driver ( #15066 )
...
Suggested-by: Ken Moreland <kmorel@sandia.gov>
2014-08-07 09:17:44 -04:00
Kitware Robot
029edcdf3e
CMake Nightly Date Stamp
2014-08-07 00:01:10 -04:00
Konstantin Podsvirov
82382479f7
Doxygen: Add STRIP_FROM_PATH variable to doxyfile.in
...
This helps to better perceive information
2014-08-06 12:49:27 -04:00
Konstantin Podsvirov
3040ab8f55
Doxygen: Add CPack/IFW subdir to doxyfile.in INPUT section
2014-08-06 11:26:02 -04:00
Brad King
3f476beaf7
Genex: Do not consider 'head' when evaluating build properties
...
When $<TARGET_PROPERTY> names a build property like COMPILE_DEFINITIONS
but not the usage requirement (INTERFACE_) version of it, the value
should be that used to build the target. It should not be influenced by
a dependent 'head' target like usage requirements are.
Extend the CompileDefinitions test with a case covering the corrected
behavior.
Reviewed-by: Stephen Kelly <steveire@gmail.com>
2014-08-06 10:13:04 -04:00
Brad King
ebd8fa2256
Merge topic 'ExternalData-drop-security-disclaimer'
...
f2ccc14b
ExternalData: Drop 'not security software' disclaimer (#15060 )
2014-08-06 09:26:35 -04:00
Brad King
e56db93a7b
Merge topic 'fix_value_not_used'
...
2cac483e
Fix used value warning.
2014-08-06 09:26:34 -04:00
Brad King
a16a344b4b
Merge topic 'doc-add_custom_command'
...
5bf1c5cc
Help: Document add_custom_command PRE_BUILD/PRE_LINK for exe/lib only (#15059 )
2a58c872
Help: Revise and format 'add_custom_command' docs
cb88742d
Help: Remove stray content from 'add_custom_command' docs
2014-08-06 09:26:32 -04:00
Brad King
3d18dbd1d3
Merge topic 'CheckIncludeFiles-main-prototype'
...
bf89f910
CheckIncludeFiles: Use modern C declaration for 'main' (#15058 )
2014-08-06 09:26:30 -04:00
Brad King
78efe8d4fd
Merge topic 'file-strings-encoding'
...
5b30ec28
file: Add ENCODING option to file(STRINGS) command (#10519 )
ffa373e7
file: Refactor internal implementation of file(STRINGS)
2014-08-06 09:26:28 -04:00
Clinton Stimpson
5b30ec28f9
file: Add ENCODING option to file(STRINGS) command ( #10519 )
...
Support extraction of UTF-8 strings.
2014-08-06 09:23:47 -04:00
Clinton Stimpson
ffa373e711
file: Refactor internal implementation of file(STRINGS)
...
Make room for encoding support.
2014-08-06 09:23:15 -04:00
Brad King
c6acbc9063
Genex: Remove unnecessary check of context->Makefile
...
The context->Makefile is never NULL, but our checks for it convince
Clang scan-build that it might be NULL. Then it warns about later
unchecked uses. Drop the unnecessary checks.
2014-08-06 09:11:41 -04:00
Kitware Robot
4ec6ff8f9f
CMake Nightly Date Stamp
2014-08-06 00:01:14 -04:00
Brad King
2c5c0fc42b
Merge branch 'release'
2014-08-05 13:12:45 -04:00
Brad King
f2ccc14b22
ExternalData: Drop 'not security software' disclaimer ( #15060 )
...
Let clients do their own research on the current strength of each
hash algorithm to choose what is best for their needs.
Suggested-by: Nico Schlömer <nico.schloemer@gmail.com>
2014-08-05 11:31:47 -04:00
Brad King
662daff0b2
Merge topic 'vs-default-ignore-libs'
...
c1580a92
VS: Always add IgnoreSpecificDefaultLibraries to .vcxproj files
29410df2
cmIDEOptions: Add an AppendFlag method to update multi-valued options
2014-08-05 10:53:27 -04:00
Brad King
5d3d9a22b2
Help: Add notes for topic 'vs-windows-phone-and-store'
2014-08-05 10:49:09 -04:00
Bill Hoffman
2cac483e64
Fix used value warning.
...
packageFileName no longer has only one value in this function. Move the
declaration into the loop and remove its initial and unused asignment.
2014-08-05 10:22:36 -04:00
Brad King
5bf1c5cce1
Help: Document add_custom_command PRE_BUILD/PRE_LINK for exe/lib only ( #15059 )
...
State explicitly that the PRE_LINK mode is not for targets created by
the add_custom_target command. The existing wording for PRE_BUILD being
treated as PRE_LINK by non-VS generators will now imply this restriction
for PRE_BUILD too.
2014-08-05 10:14:35 -04:00
Brad King
2a58c872d7
Help: Revise and format 'add_custom_command' docs
...
Format the reStructuredText markup manually. Organize the command
options into a definition list. Use inline markup to cross-reference
related documents.
2014-08-05 10:12:59 -04:00
Brad King
cb88742da4
Help: Remove stray content from 'add_custom_command' docs
...
Remove leftover generator expression documentation that is now in
the cmake-generator-expressions(7) manual.
2014-08-05 09:59:10 -04:00
Brad King
6548e171e3
Merge topic 'fix_truncation_logic_valgrind_output'
...
b35a7730
Fix truncation of valgrind output logic.
2014-08-05 09:22:35 -04:00
Brad King
99f6eab851
Merge topic 'fix_value_not_used'
...
aea40fcb
Fix scan-build warning parsed is never read after being set.
2014-08-05 09:22:33 -04:00
Brad King
8fef9dd271
Merge topic 'pass_output_by_reference'
...
7762fffa
Change output to be a reference and not a pointer.
2014-08-05 09:22:31 -04:00
Brad King
e76b72fa83
Merge topic 'update-kwsys'
...
60c78367
Merge branch 'upstream-kwsys' into update-kwsys
158c6d1c
KWSys 2014-08-04 (e787837a)
2014-08-05 09:22:30 -04:00
Brad King
f174a1cc61
Merge topic 'liblzma-pgi-compiler'
...
2dd17a54
liblzma: Fix compilation with PGI compiler
2014-08-05 09:22:28 -04:00
Brad King
a67b635394
Merge topic 'readme-link-to-issue-tracker'
...
d4557188
README: Add a section explaining how to report bugs
2014-08-05 09:22:26 -04:00
Nate Eldredge
bf89f91034
CheckIncludeFiles: Use modern C declaration for 'main' ( #15058 )
...
Otherwise some compilers will incorrectly fail the checks when certain
warning/error flags are enabled.
2014-08-05 09:09:58 -04:00
Kitware Robot
a6c1d58a09
CMake Nightly Date Stamp
2014-08-05 00:01:08 -04:00
Bill Hoffman
aea40fcb43
Fix scan-build warning parsed is never read after being set.
2014-08-04 15:38:56 -04:00
Bill Hoffman
b35a7730ce
Fix truncation of valgrind output logic.
...
This showed up because scan-build noticed outputFull was basically
a constant. Logic should be output all valgrind output. Then output
regular test output until output limit is reached.
2014-08-04 15:28:48 -04:00
Bill Hoffman
7762fffa23
Change output to be a reference and not a pointer.
...
This avoids having to check the pointer value at each use which
was not being done.
2014-08-04 15:16:40 -04:00
Brad King
60c783676c
Merge branch 'upstream-kwsys' into update-kwsys
2014-08-04 10:16:34 -04:00
KWSys Robot
158c6d1cff
KWSys 2014-08-04 (e787837a)
...
Extract upstream KWSys using the following shell commands.
$ git archive --prefix=upstream-kwsys/ e787837a | tar x
$ git shortlog --no-merges --abbrev=8 --format='%h %s' 65b36ede..e787837a
Ben Boeckel (4):
9927862c SystemTools: more string replacements
b3d598b0 strings: remove unnecessary c_str calls
ffe94132 SystemTools: use char instead of const char*
f29fec7c Directory: accept strings in methods
Rashad M (1):
e787837a SharedForward: Cast away const to call execvp on MinGW 64-bit
Change-Id: I96437b332971670cfcd953717c5563e9ba0f2b99
2014-08-04 10:16:30 -04:00