KWSys Robot
73bbef36d0
KWSys Nightly Date Stamp
2011-02-22 00:10:58 -05:00
KWSys Robot
1ca15f85f1
KWSys Nightly Date Stamp
2011-02-21 00:11:05 -05:00
KWSys Robot
dff3d7da3f
KWSys Nightly Date Stamp
2011-02-20 00:12:08 -05:00
KWSys Robot
9e81dddc4f
KWSys Nightly Date Stamp
2011-02-19 00:10:09 -05:00
David Cole
8af8eab7a4
Use stable_sort to preserve test order ( #11877 )
...
Using sort results in a possibly-modified sorting
when all elements are "tied" - use stable_sort instead
to preserve the original ordering of tied elements.
2011-02-18 13:10:26 -05:00
KWSys Robot
16b99e6cae
KWSys Nightly Date Stamp
2011-02-18 00:12:04 -05:00
Brad King
1a8eed171b
Merge branch 'add-STRING-subcommand-FIND-issue-11795' into fix-2828-more-info-in-script-mode
2011-02-17 08:48:08 -05:00
Brad King
006124b446
Avoid direct use of std::stringstream
...
In method cmStringCommand::HandleFindCommand added by parent commit use
the cmOStringStream compatibility wrapper instead of std::stringstream.
2011-02-17 08:44:22 -05:00
KWSys Robot
e0d64d5cb1
KWSys Nightly Date Stamp
2011-02-17 00:12:06 -05:00
KWSys Robot
8caed60208
KWSys Nightly Date Stamp
2011-02-16 00:12:03 -05:00
Eric NOULARD
0cf1d72e3c
CPackRPM fix IRIX compiler warning (variable never used)
2011-02-15 19:55:36 +01:00
Brad King
8a8da3694b
Merge branch 'fix-2828-more-info-in-script-mode' into add-STRING-subcommand-FIND-issue-11795
...
Conflicts:
Tests/CMakeTests/StringTestScript.cmake
2011-02-15 13:48:37 -05:00
Tim Hütz
1462561a8c
Add a string(FIND) sub-command ( #11795 )
2011-02-15 13:17:51 -05:00
Brad King
acd8161bad
ccmake: Remove extra parens around comparison
...
The Clang compiler warns about extra parenthesis in the code
if ((form->curpage == field->page))
~ ^ ~
because the idiom is commonly used when an assignment is intended
instead of a comparison. Remove the extra enclosing layer.
2011-02-15 08:46:50 -05:00
KWSys Robot
d4884710a4
KWSys Nightly Date Stamp
2011-02-15 00:12:12 -05:00
Brad King
d02519e974
Merge topic 'doc-MSVC_VERSION-issue-11833'
...
5cdd05b Fix documentation of MSVC_VERSION (#11833 )
2011-02-14 16:34:29 -05:00
KWSys Robot
2a2fca24aa
KWSys Nightly Date Stamp
2011-02-14 00:10:26 -05:00
Alex Neundorf
2a9f7f96b8
Also add the SOURCES from add_custom_target() to CodeBlocks projects ( #11736 )
...
Since CMake 2.6.3 add_custom_target() has a SOURCES option, this was not
yet considered in the C::B generator.
Also, now GENERATED files are not added to the project.
Alex
2011-02-13 22:53:43 +01:00
KWSys Robot
d26ef5c118
KWSys Nightly Date Stamp
2011-02-13 00:10:44 -05:00
Alex Neundorf
e8a97e075a
Eclipse projects: created one linked resource for each subproject
...
Now a virtual folder "Subprojects" is created, and in this virtual folder
is a linked resource for each project().
This can be considered a fix for #11657
Alex
2011-02-13 01:15:11 +01:00
Alex Neundorf
79e13af195
Add XML escaping for directory name in Eclipse projects ( #11658 )
...
Alex
2011-02-12 22:01:27 +01:00
Alex Neundorf
8074bca93c
Fix XML escaping for target names in Eclipse project files ( #11658 )
...
Alex
2011-02-12 21:54:02 +01:00
Alex Neundorf
cb94587a88
Fix XML escaping for the project() name in Eclipse projects ( #11658 )
...
Alex
2011-02-12 21:49:08 +01:00
KWSys Robot
84dafee565
KWSys Nightly Date Stamp
2011-02-12 00:10:49 -05:00
KWSys Robot
831c5ebe58
KWSys Nightly Date Stamp
2011-02-11 00:12:06 -05:00
Brad King
2516c05c2c
VS: Create a Fortran DLL's import library directory
...
The Intel Fortran plugin forgets to create the output directory into
which it will write a DLL's import library. Utilize the fix added by
commit f4b3bdc6 (Create an exe's implib output dir for VS, 2009-06-15)
and generalized by commit 764ac980 (Generalize exe implib dir creation
for VS, 2009-06-16). Create a pre-link rule to make the directory.
2011-02-10 16:17:44 -05:00
Brad King
5cdd05bc68
Fix documentation of MSVC_VERSION ( #11833 )
...
Previously the example version number was wrong. Instead list all the
known versions with correct numbers.
2011-02-10 08:20:33 -05:00
KWSys Robot
e53b7cbadf
KWSys Nightly Date Stamp
2011-02-10 00:12:13 -05:00
Marco Craveiro
6e02a3b2bf
CTest: Use the gcov --preserve-paths flag ( #11717 )
...
To avoid name clashes.
Before this commit, name clashes can occur when invoking gcov on a
project that uses the same file name in different directories. The
--preserve-paths flag ensures all file names have a complete path,
avoiding name clashes.
2011-02-09 16:04:15 -05:00
David Cole
667cf5b963
Make file DOWNLOAD less noisy ( #11761 )
...
Thanks to Daniel Nelson for the suggestion and the patch.
2011-02-09 13:22:32 -05:00
David Cole
fbca267331
VS: Only use /MANIFEST if hasManifest is true ( #11216 )
...
Thanks to Jrg Riedel for the patch.
2011-02-09 13:01:31 -05:00
David Cole
98b448ee9e
VS2010: Fixed GenerateManifest flag ( #10704 )
...
Thanks to "McBen <viertelvor12@gmx.net>" for the patch.
(Did not preserve original commit author information because
we have a push check for first and last name, and do not
accept authors with only an alias...)
2011-02-09 13:01:19 -05:00
Brad King
85163fba18
Add link flag table entries for VS 7,8,9
...
Map the following MS linker flags:
/CLRUNMANAGEDCODECHECK
/CLRUNMANAGEDCODECHECK:NO
/DELAY:UNLOAD
/DELAYSIGN
/DELAYSIGN:NO
/DYNAMICBASE
/DYNAMICBASE:NO
/NOASSEMBLY
/NOENTRY
/NXCOMPAT
/NXCOMPAT:NO
/RELEASE
2011-02-09 09:05:07 -05:00
KWSys Robot
7258b0674c
KWSys Nightly Date Stamp
2011-02-09 00:12:08 -05:00
Brad King
7f87205161
Merge topic 'FixCrashInGraphVizWriter'
...
00e7ea7 Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is used
2011-02-08 14:18:48 -05:00
Brad King
5b8869faea
Merge topic 'fix-clang-warnings'
...
c310450 Silence the may be used uninitialized warnings: initialize stuff.
2011-02-08 14:18:36 -05:00
KWSys Robot
68c004aa11
KWSys Nightly Date Stamp
2011-02-08 00:12:07 -05:00
David Cole
2d14b15ec2
Clarify list subcommand documentation ( #8154 )
...
Make it clear that list subcommands that modify the list
do so in the current CMake variable scope, regardless of
the original scope of the list variable involved.
2011-02-07 16:55:07 -05:00
KWSys Robot
d7a51814a3
KWSys Nightly Date Stamp
2011-02-07 00:12:05 -05:00
Eric NOULARD
494bb8ada7
CPackRPM honors all the different ways of packaging components
...
RPM cannot easily 'merge' differents directory into a single RPM
with shared prefix. So more flexibility has been added to generic
CPackGenerator in order to let the specific generator chose the
local installation directory for each component.
2011-02-06 21:23:10 +01:00
KWSys Robot
f97a1c6493
KWSys Nightly Date Stamp
2011-02-06 00:12:08 -05:00
KWSys Robot
d27dfc25c1
KWSys Nightly Date Stamp
2011-02-05 00:12:02 -05:00
Alex Neundorf
00e7ea76e8
Fix crash in GraphVizWriter when GRAPHVIZ_TARGET_IGNORE_REGEX is used
...
GraphVizWriter could crash if GRAPHVIZ_TARGET_IGNORE_REGEX was set.
Patch from Christian Ehrlicher.
Alex
2011-02-04 20:31:18 +01:00
David Cole
1019d82727
Documentation: Sync two differing copies of -E docs ( #10446 )
...
Alphabetize both lists. Put platform-specific docs in both places too.
2011-02-04 11:45:26 -05:00
Kovarththanan Rajaratnam
2434d8826e
Documentation: document platform specific -E commands ( #10446 )
...
Signed-off-by: Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>
2011-02-04 11:45:20 -05:00
David Cole
a58ace68ce
Fix KWStyle line-too-long complaint ( #2828 )
2011-02-04 10:38:22 -05:00
KWSys Robot
aa78a60ca6
KWSys Nightly Date Stamp
2011-02-04 00:10:46 -05:00
David Cole
c310450daf
Silence the may be used uninitialized warnings: initialize stuff.
2011-02-03 10:21:32 -05:00
KWSys Robot
26eba9cb9c
KWSys Nightly Date Stamp
2011-02-03 00:11:02 -05:00
David Cole
106958c047
Add CMAKE_ARGC and CMAKE_ARGV0..N-1 variables ( #2828 )
...
For now, these variables are only available in -P script mode.
2011-02-02 21:19:01 -05:00