Stephen Kelly
|
f2e07a6d90
cmMakefile: Remove unused PreOrder member.
|
10 years ago |
Stephen Kelly
|
aa773035b7
Replace !foo.size() pattern with foo.empty().
|
10 years ago |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
10 years ago |
Nils Gladitz
|
cc1139cc30
strings: Remove redundant calls to std::string::c_str()
|
11 years ago |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 years ago |
Brad King
|
1df49282a5
add_subdirectory: Compute output dir with consistent slashes (#10072)
|
12 years ago |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 years ago |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 years ago |
Ken Martin
|
0e69d38004
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
|
18 years ago |
Ken Martin
|
b99129d2d8
ENH: some code cleanup
|
18 years ago |
Brad King
|
e09dd5db09
BUG: Fix automatic computation of binary path to work for subdirectories of out of source directories. This addresses bug#3592.
|
19 years ago |
Brad King
|
a7441ce80e
COMP: Removed unused variable.
|
19 years ago |
Brad King
|
df70e3de66
BUG: Always check whether a subdirectory is below the top of the source before computing the binary tree automatically. Even when the source is a relative path it may contain ../ which would allow it to be outside the source tree.
|
19 years ago |
Ken Martin
|
b8483cf109
STYLE: fix line length
|
19 years ago |
Ken Martin
|
aae0bcdacf
STYLE: fix line length
|
19 years ago |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 years ago |
Ken Martin
|
4cb9d2fd96
ENH: better format for ADD_SUBDIRECTORY command
|
20 years ago |
Ken Martin
|
664a93121f
ENH: removed the PREORDER option from the AddSubDirectory command
|
20 years ago |
Ken Martin
|
1f9df24ba7
ENH: added immediate subdirectory command
|
20 years ago |