Daniel Pfeifer
|
73f648f167
use empty method to check for emptyness
|
9 anos atrás |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 anos atrás |
Daniel Pfeifer
|
a7a9239096
mark functions with CM_OVERRIDE
|
9 anos atrás |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 anos atrás |
Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 anos atrás |
Brad King
|
180538c706
Source: Stabilize include order
|
9 anos atrás |
Stephen Kelly
|
0aec491328
Port cmCommand consumers to cmState.
|
10 anos atrás |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
11 anos atrás |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 anos atrás |
Ben Boeckel
|
85fc9f26a7
stringapi: Command names
|
11 anos atrás |
Brad King
|
aa76518f8b
Add policy CMP0031 to disallow load_command
|
12 anos atrás |
Brad King
|
e33d8d2d77
Drop builtin command documentation
|
12 anos atrás |
Brad King
|
09a0da7789
Revert "load_command: Deprecate and document pending removal"
|
13 anos atrás |
Brad King
|
d2d43986e7
load_command: Deprecate and document pending removal
|
13 anos atrás |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 anos atrás |
Yury G. Kudryashov
|
737c49a357
Add 'const' qualifier to some cmCommand members
|
13 anos atrás |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 anos atrás |
Brad King
|
71c0e1417b
ENH: Keep only FinalPass commands in memory
|
16 anos atrás |
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 anos atrás |
Brad King
|
0b0258c548
BUG: Reverting previous change. It did not account for the possibility that the loaded command was built with a different compiler.
|
18 anos atrás |
Brad King
|
a7efb3feb7
ENH: Removed code unnecessary now that DynamicLoader is implemented better.
|
18 anos atrás |
Brad King
|
658d38e0af
COMP: Added missing includes. This partially addresses bug#3556.
|
19 anos atrás |
Brad King
|
1d38a3e09e
BUG: Removed compiled-in CMAKE_SHARED_MODULE_PREFIX and CMAKE_SHARED_MODULE_SUFFIX for loaded commands in favor of using the settings from the platform files.
|
19 anos atrás |
Andy Cedilnik
|
f483e48d2a
ENH: Cleanup DynamicLoader so that the symbols have more consistent names, start using dynamic loader from kwsys in CMake
|
19 anos atrás |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 anos atrás |
Ken Martin
|
345cf04012
ENH: big change that includes immediate subdir support, removing the notion of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings
|
20 anos atrás |
Brad King
|
ec497c7a23
ENH: LOAD_COMMAND command will now set a variable called CMAKE_LOADED_COMMAND_<COMMAND_NAME> to the full path of the loaded module if loading was successful. Otherwise the variable is not set (will evaluate to empty string). This is useful both in testing whether loading worked and for installing loaded command modules.
|
21 anos atrás |
Bill Hoffman
|
c19a70b3ad
WRN: remove warnings
|
21 anos atrás |
Bill Hoffman
|
ec0626e54d
ENH: fix for bug id 27, add a signal handler for crashes in loaded commands
|
21 anos atrás |
Andy Cedilnik
|
0d8f8a0dc2
ERR: Fix crash of cmake on broken load commands
|
22 anos atrás |