Regina Pfeifer
|
d25a5a7ec9
clang-tidy: modernize-use-auto
|
6 лет назад |
luz.paz
|
be28106880
Fix misc. typos
|
7 лет назад |
Daniel Pfeifer
|
f69e768d94
Separate compilation for commands included in cmCommands
|
9 лет назад |
Stephen Kelly
|
4079ba20d9
cmMakefile: Implement LinkLibraries as an internal property
|
9 лет назад |
Stephen Kelly
|
c8ec8d6a7e
cmMakefile: Remove superfluous overload
|
9 лет назад |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 лет назад |
Daniel Pfeifer
|
73f648f167
use empty method to check for emptyness
|
9 лет назад |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 лет назад |
Stephen Kelly
|
482b3811e4
cmTarget: Move link type enum out.
|
10 лет назад |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
11 лет назад |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
13 лет назад |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 лет назад |
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 лет назад |
Ken Martin
|
7dc8a92246
STYLE: fix line length
|
19 лет назад |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
19 лет назад |
Brad King
|
22c62c9e65
BUG: Sweeping changes to cleanup computation of target names. This should
|
20 лет назад |
Brad King
|
e3edb83c51
BUG: Fixed crash when optimized/debug argument is not followed by a value.
|
21 лет назад |
Andy Cedilnik
|
c3840b5cc3
BUG: Fix Bug #445 - Same library in multiple projects can cause problems
|
22 лет назад |
Bill Hoffman
|
f58d7df66a
ENH: add checking for NOTFOUND
|
23 лет назад |
Andy Cedilnik
|
6b228ff924
Add some error checking for missing include directories and link libraries
|
23 лет назад |
Brad King
|
4888c088ae
ENH: Moved ExpandListVariables out of individual commands. Argument evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
|
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 лет назад |
Ken Martin
|
e8dbdcaf0c
allows no arguments
|
23 лет назад |
Ken Martin
|
44a7cd55ff
removed all source lists from the system and made them vectors. Also appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
|
23 лет назад |
Amitha Perera
|
5e1d9ed39e
ENH: Make it unnecessary to ever specify LINK_DIRECTORIES for any library
|
23 лет назад |
Bill Hoffman
|
8aa3c35dad
ENH: add suport for semi-colon separated list variables
|
24 лет назад |
Will Schroeder
|
a6a43d5320
ENH:Updated copyright
|
24 лет назад |
Ken Martin
|
a99f293e3a
removed extra lib paths to avoid finding old libs
|
24 лет назад |
Bill Hoffman
|
baa28efd10
ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache
|
24 лет назад |
Bill Hoffman
|
db1303aa7d
ENH: big change, only allow commands access to the cache via the cmMakefile class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping
|
24 лет назад |