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