Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
10 жил өмнө |
Stephen Kelly
|
5eb4d7590e
Remove some unneeded c_str calls.
|
11 жил өмнө |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 жил өмнө |
Stephen Kelly
|
4fe963f656
Use new cmHasLiteralPrefix function
|
12 жил өмнө |
Daniele E. Domenichelli
|
bc280f1c81
set: Fix handling of empty value with PARENT_SCOPE
|
12 жил өмнө |
Daniele E. Domenichelli
|
20afbd5e03
set: Handle value-less PARENT_SCOPE explicitly
|
12 жил өмнө |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 жил өмнө |
Kai Wasserbäch
|
9203e9187e
Fix spelling errors reported by Lintian.
|
15 жил өмнө |
Brad King
|
9a77f65da7
Remove CMake Policy CMP0015 until it is revised
|
16 жил өмнө |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 жил өмнө |
Brad King
|
b41a548d86
Add parentheses around '&&' between '||' for gcc
|
16 жил өмнө |
Brad King
|
ee2b446c95
Create CMake Policy CMP0015 to fix set(CACHE)
|
16 жил өмнө |
Alexander Neundorf
|
ad194e659f
STYLE: cacheStart is used only locally in the if-branch
|
16 жил өмнө |
Bill Hoffman
|
0c24570ee4
BUG: fix issue with -D and cache force
|
17 жил өмнө |
Brad King
|
870571b28b
ENH: Simplify error message for invalid set(... CACHE) calls to make it look nicer with new message format.
|
17 жил өмнө |
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 жил өмнө |
Alexander Neundorf
|
fc8ce17433
ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE)
|
18 жил өмнө |
Brad King
|
ab61137eb1
COMP: Fix and/or disable warnings for Borland 5.6 build.
|
19 жил өмнө |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 жил өмнө |
Andy Cedilnik
|
99fa337616
BUG: Remove memory leak
|
20 жил өмнө |
Ken Martin
|
c66e55a91a
COMP: fix unused var warning
|
21 жил өмнө |
Ken Martin
|
acdd032109
ENH: now the set command can set environment variables
|
21 жил өмнө |
Ken Martin
|
96cdce0083
ENH: fixed SET command to accept cache values with more than one value
|
21 жил өмнө |
Brad King
|
c74ce9b218
BUG: A variable is not in the cache if it is UNINITIALIZED.
|
23 жил өмнө |
Brad King
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 жил өмнө |
Andy Cedilnik
|
f6a1218e10
Remove warning
|
23 жил өмнө |
Ken Martin
|
f990777a60
added FORCE option
|
23 жил өмнө |
Bill Hoffman
|
eb6bba34cd
BUG: fix doc string and allow a variable to be promoted from non-cache to cache
|
23 жил өмнө |
Brad King
|
bd7ffbc258
ENH: If SET(VAR) is called with no other arguments, remove the definition of VAR.
|
23 жил өмнө |
Bill Hoffman
|
4ea0f6b949
ENH: add enable language support for PROJECT command, this means that a C only project can be built with cmake, even without a cxx compiler
|
23 жил өмнө |