Regina Pfeifer
|
ef61997b1b
clang-tidy: Use emplace
|
před 6 roky |
Vitaly Stakhovsky
|
6f16be6a62
Remove unnecessary c_str() calls
|
před 7 roky |
Daniel Pfeifer
|
e81c323da9
Include necessary headers in commands
|
před 9 roky |
Daniel Pfeifer
|
608afd4f62
Separate compilation for commands included in cmBootstrapCommands2
|
před 9 roky |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
před 9 roky |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
před 9 roky |
Stephen Kelly
|
21c573f682
Remove some c_str() calls.
|
před 11 roky |
Kitware Robot
|
7bbaa4283d
Remove trailing whitespace from most CMake and C/C++ code
|
před 13 roky |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
před 16 roky |
Bill Hoffman
|
b7ed54c950
BUG:6990 fix crash with set_source_files_properties
|
před 17 roky |
Brad King
|
ed76198b84
ENH: Cleanup building of OS X bundle content
|
před 17 roky |
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
|
před 18 roky |
Ken Martin
|
179579bed7
ENH: improve SetProperties and fix a couple warnings
|
před 19 roky |
Andy Cedilnik
|
5a71f83f7a
BUG: Several fixes to handle bundle content on Mac OSX
|
před 19 roky |
Andy Cedilnik
|
b75166ea45
COMP: Remove warning
|
před 19 roky |
Andy Cedilnik
|
40272a16bd
ENH: Add support for adding content to bundles
|
před 19 roky |
Ken Martin
|
3d96e52261
STYLE: some m_ to this-> cleanup
|
před 19 roky |
Andy Cedilnik
|
2ccce878a3
ENH: Cleanups
|
před 21 roky |
Brad King
|
dc87f60ca2
BUG: Fixed crash when source file cannot be looked up correctly.
|
před 22 roky |
Ken Martin
|
ba68f771b3
yikes added new custom command support
|
před 22 roky |
Bill Hoffman
|
0876c19dc8
ENH: remove warnings from borland 6 compiler
|
před 22 roky |
Brad King
|
3348131819
ENH: Added source file property OBJECT_DEPENDS to support generated header files included in non-generated sources.
|
před 23 roky |
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.
|
před 23 roky |
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.
|
před 23 roky |
Ken Martin
|
c728b6c963
fixed bug maybe
|
před 23 roky |
Ken Martin
|
470e057e55
fixed some warnings
|
před 23 roky |
Ken Martin
|
7b5a8762c6
modified how source files store properties
|
před 23 roky |
Bill Hoffman
|
7d76de4403
make sure ; expansion is done in all commands
|
před 23 roky |
Bill Hoffman
|
8b3b49a010
ENH: major change, the cmMakefile now contains a master list of cmSourceFile objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
|
před 23 roky |