Commit History

Author SHA1 Message Date
  Gabor Bencze 067d1fa9c0 cmCommand refactor: cmGetDirectoryPropertyCommand 6 years ago
  Sebastian Holtermann e91bfe440c cmMakefile: Let AddDefinition accept a value as cm::string_view 6 years ago
  Bruno Manganelli cc2a5261f8 Factor out enum MessageType into dedicated header 7 years ago
  Vitaly Stakhovsky f4ff60a803 cmMakefile: Make GetSafeDefinition return std::string const& 7 years ago
  Pavel Solodovnikov 653b894683 Reduce raw string pointers usage. 7 years ago
  Daniel Pfeifer 5962db4389 Use C++11 nullptr 8 years ago
  Daniel Pfeifer 8d7b3ef5d4 Provide and use CM_FALLTHROUGH 8 years ago
  Pavel Solodovnikov 86dc86dd6c Add const-reference qualifications 8 years ago
  Daniel Pfeifer e81c323da9 Include necessary headers in commands 9 years ago
  Daniel Pfeifer 608afd4f62 Separate compilation for commands included in cmBootstrapCommands2 9 years ago
  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. 11 years ago
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code 13 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 19 years ago
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 19 years ago