Brad King
9a0b9bc8b7
Optionally pass include directories with response files
...
Create platform option CMAKE_<lang>_USE_RESPONSE_FILE_FOR_INCLUDES to
enable use of response files for passing the list of include directories
to compiler command lines.
2011-03-17 17:56:13 -04:00
Brad King
6e8a67f99a
Generate target-wide flags before individual build rules
...
This switches the internal generation order but does not affect the
results. The new order ensures that any internal state changed by
generating target-wide flags is known when the individual rules that use
those flags are generated.
2011-03-17 15:21:59 -04:00
KWSys Robot
ac9f50e091
KWSys Nightly Date Stamp
2011-03-17 00:13:03 -04:00
KWSys Robot
6ab5166ff8
KWSys Nightly Date Stamp
2011-03-16 00:12:12 -04:00
Zach Mullen
6b6f309c5f
Add the FILES keyword to ctest_upload command
2011-03-15 15:07:37 -04:00
Zach Mullen
28cdd0a5be
Don't tar/gz ctest_upload() files
2011-03-15 15:07:37 -04:00
Zach Mullen
fbe435652d
Change 'Files' tag to 'Upload' in Upload.xml
2011-03-15 15:07:37 -04:00
Zach Mullen
350546db3a
Implement ctest_upload command
2011-03-15 15:07:37 -04:00
Brad King
0554e5e50f
Merge topic 'ctest-remove-trailing-whitespace'
...
a1711f1 Remove trailing whitespace
2011-03-15 14:47:57 -04:00
Brad King
c7278633a7
Merge topic 'validate-custom-commands-issue-11963'
...
339d592 Validate custom command arguments (#11963 )
2011-03-15 14:47:51 -04:00
Brad King
3b6dbf7114
Merge topic 'module-link-interface-issue-11945'
...
c9d55ae Add parens in cmTarget::ComputeLinkInterface logic
c6a8e4c The link interface of MODULE libraries is empty (#11945 )
2011-03-15 14:47:42 -04:00
Brad King
0e4b5caa81
Merge topic 'CPackDeb-ComponentSupport'
...
bf7066c CPackDeb add Component Support to DEB generator fix #0011655
2011-03-15 14:47:35 -04:00
Brad King
d69220fb48
Merge topic 'MakeUseMangledMesaScriptable'
...
968d5a0 Make use_mangled_mesa() available in cmake script mode (#11926 )
1a91ac4 Remove trailing whitespace
2011-03-15 14:47:22 -04:00
Brad King
a4219aa435
Merge topic 'ctest-git-submodule-recursive'
...
732af7f CTest: Do not fail with submodules and Git < 1.6.5.0
1173cc4 CTest: Update Git submodules with --recursive
2011-03-15 14:47:14 -04:00
Brad King
d099546450
Factor old-style -D flags out from -I flag generation
...
Move the GetDefineFlags call from cmLocalGenerator::GetIncludeFlags to
all call sites so that the method exclusively constructs a string of
include search path flags.
2011-03-15 13:09:06 -04:00
KWSys Robot
1500dc6d43
KWSys Nightly Date Stamp
2011-03-15 00:13:04 -04:00
Brad King
339d5922d9
Validate custom command arguments ( #11963 )
...
Reject quoted commands immediately with an error message instead of
allowing a later assertion failure.
2011-03-14 17:49:30 -04:00
Brad King
c9d55ae5b9
Add parens in cmTarget::ComputeLinkInterface logic
...
Avoid GCC warning
warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
added by commit c6a8e4c7 (The link interface of MODULE libraries is
empty, 2011-03-09).
2011-03-14 15:34:26 -04:00
KWSys Robot
5c6a7bdbf2
KWSys Nightly Date Stamp
2011-03-14 00:12:19 -04:00
KWSys Robot
e5d85efef1
KWSys Nightly Date Stamp
2011-03-13 00:13:02 -05:00
KWSys Robot
22825b2b06
KWSys Nightly Date Stamp
2011-03-12 00:13:08 -05:00
Brad King
a1711f1c6b
Remove trailing whitespace
2011-03-11 08:04:58 -05:00
M. Konrad
bf7066c6ce
CPackDeb add Component Support to DEB generator fix #0011655
...
Contribution by Martin Konrad
Signed-off-by: Eric NOULARD <eric.noulard@gmail.com>
2011-03-11 08:47:15 +01:00
KWSys Robot
8a16bdde05
KWSys Nightly Date Stamp
2011-03-11 00:12:13 -05:00
Alex Neundorf
968d5a0ff1
Make use_mangled_mesa() available in cmake script mode ( #11926 )
...
There is nothing in it which speaks against this.
Alex
2011-03-10 21:44:02 +01:00
Alex Neundorf
1a91ac4d0d
Remove trailing whitespace
...
Alex
2011-03-10 21:43:02 +01:00
Brad King
732af7fbba
CTest: Do not fail with submodules and Git < 1.6.5.0
...
Several major Linux distributions still do not provide Git >= 1.6.5.0 in
their stable package lists. Prior to commit 1173cc4a (Update Git
submodules with --recursive, 2011-02-22) CTest was able to use older Git
versions but simply silently failed to update submodules recursively.
Instead of failing with older Git versions preserve the status quo and
add a warning in the update log. Users testing projects with recursive
submodules may simply update to a Git new enough to support them.
2011-03-10 13:57:30 -05:00
KWSys Robot
8def3f5949
KWSys Nightly Date Stamp
2011-03-10 00:12:12 -05:00
Brad King
c6a8e4c71a
The link interface of MODULE libraries is empty ( #11945 )
...
MODULE libraries cannot be linked into other libraries and executables
(just like executables without ENABLE_EXPORTS). Set the MODULE target
link interface to be empty. This allows such targets to be installed in
an EXPORT set without including all their private implementation
dependencies.
2011-03-09 09:52:46 -05:00
KWSys Robot
fc3eb139c9
KWSys Nightly Date Stamp
2011-03-09 00:13:04 -05:00
Brad King
ba14c92254
Merge topic 'CPack-MoreRobustComponentFileList'
...
b813f86 CPack fix compile error on VS70 and avoid KWStyle warnings
77333a9 CPack more robust way to collect files belonging to a component
2011-03-08 14:22:32 -05:00
Brad King
9c1344f33b
Merge topic 'CPackArchive-PackageOrphanComponents'
...
fe530ff CPackArchive package all components specified in CPACK_COMPONENTS_ALL
2011-03-08 14:22:24 -05:00
Brad King
27b41deaed
Merge topic 'link-static'
...
077954d Test static linking with LINK_SEARCH_START_STATIC
5abfb57 Add target property LINK_SEARCH_START_STATIC to aid static linking
2011-03-08 14:22:20 -05:00
KWSys Robot
be9af61f72
KWSys Nightly Date Stamp
2011-03-08 00:10:31 -05:00
KWSys Robot
e927777461
KWSys Nightly Date Stamp
2011-03-07 00:12:20 -05:00
KWSys Robot
4586809156
KWSys Nightly Date Stamp
2011-03-06 00:13:02 -05:00
KWSys Robot
278bf6f29a
KWSys Nightly Date Stamp
2011-03-05 00:13:04 -05:00
Eric NOULARD
b813f863e6
CPack fix compile error on VS70 and avoid KWStyle warnings
2011-03-04 22:57:37 +01:00
KWSys Robot
ed1cd2daf6
KWSys Nightly Date Stamp
2011-03-04 00:12:14 -05:00
Brad King
5abfb57184
Add target property LINK_SEARCH_START_STATIC to aid static linking
...
Commit afd7d4ca (Add target property LINK_SEARCH_END_STATIC, 2008-01-31)
defined a property to ensure that static runtime libraries get selected.
Add a property to specify that all libraries whose type is unknown, such
as "-lm", should be assumed static. Furthermore it assumes that an
option such as "-static" is also used so that no initial -Bstatic is
needed.
2011-03-03 17:12:32 -05:00
Eric NOULARD
77333a92c2
CPack more robust way to collect files belonging to a component
2011-03-03 22:43:31 +01:00
Eric NOULARD
fe530ff5e9
CPackArchive package all components specified in CPACK_COMPONENTS_ALL
...
When asking for group packaging the components not belonging to
any group should be packaged separately.
2011-03-03 21:19:13 +01:00
KWSys Robot
cbb5ae60be
KWSys Nightly Date Stamp
2011-03-03 00:12:15 -05:00
KWSys Robot
f72cc88c65
KWSys Nightly Date Stamp
2011-03-02 00:12:13 -05:00
Brad King
32f18c94e1
KWSys: Require at least CMake 2.6.3
...
Remove code left for supporting earlier CMake versions.
2011-03-01 15:40:03 -05:00
Brad King
9a7c6a3cc4
Merge topic 'require-cmake-2.6.3'
...
c3e452e Require at least CMake 2.6.3 to build current CMake
2011-03-01 15:30:38 -05:00
Brad King
bb745612bc
Merge topic 'doc-typo-fixes'
...
7c5e412 Documentation: Fix a few typos (#11883 )
2011-03-01 15:30:32 -05:00
Brad King
1eca67e12d
Merge topic 'fix-11286-add-file-upload'
...
61a83f9 Fix KWStyle line too long error (#11286 )
963bebc Implement file(UPLOAD (#11286 )
2011-03-01 15:30:28 -05:00
Brad King
b5b4aa2f71
Merge topic 'CPack-ChangeComponentNamingScheme'
...
3fb89cf CPack remove previously CPack generated files (if any) before running CPack
f2ab270 CPack fix KWStyle warning
4deb308 CPack Authorize DISPLAY_NAME usage in component package
8c450f6 CPack remove "-ALL" suffix for ALL-IN-ONE packages
2011-03-01 15:30:14 -05:00
Brad King
c55ce31c6e
Merge topic 'CPackRPM-AvoidSpaceInName-Fixbug9932'
...
5b4cbdb CPackRPM Replace space in some CPACK_ vars (Fix bug 9932)
2011-03-01 15:30:10 -05:00