25 Commits (19ffc0729fdc12b8c0874db7ae1c5e576b48ba10)

Author SHA1 Message Date
Brad King 86578eccf2 Simplify CMake per-source license notices 9 years ago
Daniel Pfeifer 1d6909a287 use CM_NULLPTR 9 years ago
Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
Stephen Kelly 5f66900e71 cmGlobalGenerator: Port Find API to cmMakefile. 10 years ago
Stephen Kelly 52b9d828ab cmMakefile: Move CMP0059 handling to command code. 10 years ago
Stephen Kelly fe603c7dfb cmGetDirectoryPropertyCommand: Move variable to the point of use. 10 years ago
Stephen Kelly 8fc53c3ce8 cmGetDirectoryPropertyCommand: Extract StoreResult method. 10 years ago
Stephen Kelly 3ac4b90bfd cmPropertyMap: Require a non-empty name parameter. 10 years ago
Stephen Kelly a0836ed978 Port to cmMakefile::GetGlobalGenerator. 10 years ago
Stephen Kelly 32b8f03acc cmMakefile: Port users of GetStart* methods to new names. 10 years ago
Nils Gladitz cc1139cc30 strings: Remove redundant calls to std::string::c_str() 11 years ago
Stephen Kelly 21c573f682 Remove some c_str() calls. 12 years ago
Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code 13 years ago
Bill Hoffman f9687e328f Merge in changes to CMake-2-8 RC 2 16 years ago
Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
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 years ago
Ken Martin 36eb538843 BUG: fix screwup in GetDirectoryProp... 18 years ago
Ken Martin 8c641677e9 ENH: some cleanup of get property commands 18 years ago
Brad King 30235517f8 BUG: Need to collapse path argument to get_directory_property. This addresses bug#3847. 19 years ago
Ken Martin 71b993560b STYLE: fix line length 20 years ago
Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 20 years ago
Ken Martin 2a45d5cd68 ENH: added DIRECTORY option to GET_DIRECTORY_PROPERTIES 20 years ago
Ken Martin d5814719d6 ENH: added patch from Alexander Neundorf to get DEFINITIONS 20 years ago
Bill Hoffman ab7d51581c ENH: get directory property should return an empty variable if it is not set, not just have an error 21 years ago
Andy Cedilnik 3031467e33 ENH: Implement additional make clean files as a directory property instead of cmake variable 22 years ago
Andy Cedilnik aff8c7bcd6 ENH: Add GET/SET_DIRECTORY_PROPERTY/PROPERTIES commands so that we can change include directories and get all sorts of things. Closes Bug #25 - Get_CMAKE_PROPERTIES 22 years ago
Andy Cedilnik 2ccce878a3 ENH: Cleanups 22 years ago
Andy Cedilnik 96d561aabc ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES 22 years ago
Andy Cedilnik c7f1198a00 ENH: Add accessor for the list of commands 22 years ago
Andy Cedilnik 3a99c693c1 Remove warning 23 years ago
Andy Cedilnik 814b8856a0 Add command for accessing cmake properties. At this point the only properties are VARIABLES and CACHE_VARIABLES. Also add test for this feature 23 years ago
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 years ago
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 years ago
Ken Martin 7ddb408621 removed some includes 23 years ago
Ken Martin 4dec2a174a remove unused variables 23 years ago
Bill Hoffman 7d76de4403 make sure ; expansion is done in all commands 24 years ago
Bill Hoffman 4651dbcfc6 ENH: expand variables in arguments before the commands get them 24 years ago
Will Schroeder a6a43d5320 ENH:Updated copyright 24 years ago
Bill Hoffman 445f122a92 ENH: add error checking 24 years ago
Sebastien Barre 229b9064d1 Expand variables in all target args 24 years ago
Bill Hoffman baa28efd10 ENH: change InitialPass to take a const reference to the argument string, to avoid changes to the file cache 24 years ago
Ken Martin 43ac1a3a86 added add dependencies command 24 years ago
Bill Hoffman 9922155423 ENH: rename Invoke to InitialPass 25 years ago
Ken Martin dbebd0a276 added install rules 25 years ago
Brad King 0829faa9e1 ENH: Moved cache entry addition into cmMakefile::AddLibrary and AddExecutable so that commands do not have to add it explicitly. 25 years ago
Will Schroeder 54cfe84f3f ENH:New copyright 25 years ago
Bill Hoffman 2c1fb789d7 ENH: add help for cache entries 25 years ago
Jim Miller e963dcaa8f FIX: allow ADD_LIBRARY with no source list 25 years ago
Ken Martin e40aaa57c3 some bug fixes 25 years ago
Ken Martin 865ec96644 major changes to support multiple libraries and source lists 25 years ago