Brad King
280a333e1e
Fix project command documentation typo ( #13384 )
...
Commit 9090572f (Add ability to include a file in a project via a cache
variable, 2012-02-17) taught the project() command to check variable
"CMAKE_PROJECT_<projectName>_INCLUDE" but the documentation included an
extra "_FILE" by accident. Remove it.
2012-07-09 08:44:13 -04:00
Kitware Robot
f70f55c064
CMake Nightly Date Stamp
2012-07-09 00:01:02 -04:00
Kitware Robot
d7e6ca5543
CMake Nightly Date Stamp
2012-07-08 00:01:02 -04:00
Kitware Robot
c848651699
CMake Nightly Date Stamp
2012-07-07 00:01:05 -04:00
Clinton Stimpson
ecfc53da7e
cmake-gui: Fix code to respect current locale.
...
This means non-ascii characters now work correctly on systems that
have a non-ascii 8 bit encoding as the current locale.
2012-07-06 13:26:39 -06:00
Kitware Robot
37e3d910ec
CMake Nightly Date Stamp
2012-07-06 00:01:05 -04:00
Kitware Robot
1cb3b0fcd6
CMake Nightly Date Stamp
2012-07-05 00:01:02 -04:00
Eric NOULARD
05a8630ee6
Do not provide defaul value for CPACK_PACKAGE_DIRECTORY if found in config.
...
This fixes bug #0012906 .
2012-07-04 23:08:32 +02:00
Kitware Robot
c8bf86cf82
CMake Nightly Date Stamp
2012-07-04 00:01:04 -04:00
Eric NOULARD
926d634d3e
CPack fix regression between 2.8.7 and 2.8.8 when running cpack with no arg.
...
In 2.8.7 running cpack with no arguments would run the packaging iff
a CPackConfig.cmake file is found whereas
In 2.8.8 it displays the help.
This commit restore the 2.8.7.
We should add a test for this but this is not included in this commit.
2012-07-03 15:28:07 +02:00
Kitware Robot
b689f8e928
CMake Nightly Date Stamp
2012-07-03 00:01:04 -04:00
Eric NOULARD
a8c659cd6e
Find dpkg and rpmbuild in usual Fink and MacPort paths
2012-07-02 19:49:07 +02:00
Peter Kuemmel
6332ba5a58
Ninja: also consider rule command length for rsp file
2012-07-02 10:30:29 +02:00
Kitware Robot
c27c82a4e9
CMake Nightly Date Stamp
2012-07-02 00:01:05 -04:00
Peter Kuemmel
0c42faf63a
Ninja: also consider variables when checking command line length
2012-07-02 00:01:41 +02:00
Kitware Robot
ba41a238f7
CMake Nightly Date Stamp
2012-07-01 00:01:02 -04:00
Kitware Robot
370c422def
CMake Nightly Date Stamp
2012-06-30 00:01:02 -04:00
Kitware Robot
7ecbf9daac
CMake Nightly Date Stamp
2012-06-29 00:01:05 -04:00
Peter Kuemmel
24a35cef25
Ninja: print error message when command failed
2012-06-28 13:48:10 +02:00
Kitware Robot
3cb7eefd55
CMake Nightly Date Stamp
2012-06-28 00:01:05 -04:00
Rolf Eike Beer
ee158b367c
fix 2 space bugs in variable documentation
2012-06-27 23:44:54 +02:00
Bill Hoffman
5f12424ebc
Remove process execution code from cmcldeps and have it use cmake code.
...
This simplifies the code in cmcldeps and avoids having yet another
set of process execution code.
2012-06-27 12:28:12 -04:00
Kitware Robot
61dbddd8af
CMake Nightly Date Stamp
2012-06-27 00:01:06 -04:00
David Cole
b163c45445
Ninja: Fix typo: tagets -> targets
...
Thanks to Claus Klein for the report on the mailing list.
2012-06-26 10:35:39 -04:00
Kitware Robot
bd67f75e41
CMake Nightly Date Stamp
2012-06-26 00:01:04 -04:00
Kitware Robot
eb0922a90c
CMake Nightly Date Stamp
2012-06-25 00:01:02 -04:00
David Cole
c77b57ba7d
CTest: Allow -Dvar=value with no space between the D and the var
...
Similar to CMake's handling of -D command line arguments, for
consistency and to avoid silent ignoring of "unknown command
line" args.
2012-06-24 08:14:11 -04:00
David Cole
93d084c180
CTest: Extend -D command line arg handling for variable definitions
...
If the argument following -D is not a valid dashboard type string,
then try to parse it as a "var:type=value" string just like cmake
already does.
2012-06-24 08:03:24 -04:00
David Cole
af298480d0
CTest: Rename local variable for clarity
2012-06-24 05:51:08 -04:00
David Cole
24ba0fd078
CTest: Refactor error output into ErrorMessageUnknownDashDValue
...
No behavior change. Prep work for defining script variables by
extending -D command line handling to recognize var:type=value syntax.
2012-06-24 05:46:55 -04:00
Kitware Robot
2fdc5517b1
CMake Nightly Date Stamp
2012-06-24 00:01:03 -04:00
Kitware Robot
72ce588933
CMake Nightly Date Stamp
2012-06-23 00:01:04 -04:00
David Cole
fa804f319c
CMake 2.8.9-rc1
2012-06-22 06:25:48 -04:00
Kitware Robot
0302287739
CMake Nightly Date Stamp
2012-06-22 00:01:06 -04:00
Alex Neundorf
20e133e38a
man documentation: detect man section from the given filename
...
E.g. if you say cmake --help-custom-modules mymodules.7
cmake will now put section 7 into the generated manpage.
Alex
2012-06-21 23:19:55 +02:00
Alex Neundorf
38df155dd3
documentation: preparation for making the man section configurable
...
This patch adds a man section number, which is then used by the
DocumentationFormatterMan. The section number is right now always 1,
detecting this from the file name will be the next step.
Alex
2012-06-21 23:06:08 +02:00
Alex Neundorf
e6a935f39b
-remove trailing whitespace
...
Alex
2012-06-21 23:02:55 +02:00
Eric NOULARD
f7365f5775
Enhance documentation of install command w.r.t. the "Undefined" component.
...
Inspired-By: Bill Lorensen on the mailing list.
2012-06-21 20:49:16 +02:00
David Cole
b0e5079ab5
Merge topic 'eliminate-warnings'
...
91d945a Remove unused ivars to eliminate compiler warnings
24c4f18 Remove unused ivars to eliminate compiler warnings
2012-06-21 11:55:44 -04:00
David Cole
ae6f9b015f
Merge topic 'module-no-soname'
...
56148fd Do not crash on SHARED library without language (#13324 )
2012-06-21 11:55:15 -04:00
David Cole
e5ebb77405
Merge topic 'no-source-language-crash'
...
2c2fbaf Do not crash on unknown source language (#13323 )
2012-06-21 11:54:52 -04:00
Kitware Robot
9f80ad7ccb
CMake Nightly Date Stamp
2012-06-21 00:01:06 -04:00
David Cole
91d945a4e9
Remove unused ivars to eliminate compiler warnings
2012-06-20 17:44:10 -04:00
Sean McBride
24c4f18c72
Remove unused ivars to eliminate compiler warnings
2012-06-20 17:43:37 -04:00
Stephen Kelly
ca403b8c43
Construct the full path before escaping it.
...
Should fix some dashboard errors.
2012-06-20 22:47:41 +02:00
Brad King
56148fd2bc
Do not crash on SHARED library without language ( #13324 )
...
Since commit e1409ac5 (Support building shared libraries or modules
without soname, 2012-04-22) CMake crashes on the code
add_library(foo SHARED foo.nolang)
because the logic to lookup the language's soname flag was moved from
cmTarget::GetLibraryNames to cmMakefile::GetSONameFlag without its check
for a NULL language. Restore the check for NULL.
Add RunCMake.Languages test to cover language error cases like this one.
2012-06-20 11:26:05 -04:00
Mariusz Plucinski
2c2fbaf0e5
Do not crash on unknown source language ( #13323 )
...
If a source file extension is not recognized as any language then
src.GetLanguage() may return NULL. Check the result before
dereferencing in cmLocalGenerator::GetObjectFileNameWithoutTarget.
2012-06-20 08:59:54 -04:00
Kitware Robot
30305b989e
CMake Nightly Date Stamp
2012-06-20 00:01:06 -04:00
David Cole
f9383a9898
STYLE: Fix line length, remove extra blank line
2012-06-19 14:49:13 -04:00
David Cole
7ddbdde15f
Merge topic 'doc-set-command'
...
f2c1f24 Improve documentation of set command (#13269 )
2012-06-19 14:43:09 -04:00