提交历史

作者 SHA1 备注 提交日期
  Gabor Bencze 067d1fa9c0 cmCommand refactor: cmGetDirectoryPropertyCommand 6 年之前
  Sebastian Holtermann e91bfe440c cmMakefile: Let AddDefinition accept a value as cm::string_view 6 年之前
  Bruno Manganelli cc2a5261f8 Factor out enum MessageType into dedicated header 7 年之前
  Vitaly Stakhovsky f4ff60a803 cmMakefile: Make GetSafeDefinition return std::string const& 7 年之前
  Pavel Solodovnikov 653b894683 Reduce raw string pointers usage. 7 年之前
  Daniel Pfeifer 5962db4389 Use C++11 nullptr 8 年之前
  Daniel Pfeifer 8d7b3ef5d4 Provide and use CM_FALLTHROUGH 8 年之前
  Pavel Solodovnikov 86dc86dd6c Add const-reference qualifications 8 年之前
  Daniel Pfeifer e81c323da9 Include necessary headers in commands 9 年之前
  Daniel Pfeifer 608afd4f62 Separate compilation for commands included in cmBootstrapCommands2 9 年之前
  Brad King 86578eccf2 Simplify CMake per-source license notices 9 年之前
  Daniel Pfeifer 1d6909a287 use CM_NULLPTR 9 年之前
  Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 年之前
  Stephen Kelly 5f66900e71 cmGlobalGenerator: Port Find API to cmMakefile. 10 年之前
  Stephen Kelly 52b9d828ab cmMakefile: Move CMP0059 handling to command code. 10 年之前
  Stephen Kelly fe603c7dfb cmGetDirectoryPropertyCommand: Move variable to the point of use. 10 年之前
  Stephen Kelly 8fc53c3ce8 cmGetDirectoryPropertyCommand: Extract StoreResult method. 10 年之前
  Stephen Kelly 3ac4b90bfd cmPropertyMap: Require a non-empty name parameter. 10 年之前
  Stephen Kelly a0836ed978 Port to cmMakefile::GetGlobalGenerator. 10 年之前
  Stephen Kelly 32b8f03acc cmMakefile: Port users of GetStart* methods to new names. 10 年之前
  Nils Gladitz cc1139cc30 strings: Remove redundant calls to std::string::c_str() 11 年之前
  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 36eb538843 BUG: fix screwup in GetDirectoryProp... 18 年之前
  Ken Martin 8c641677e9 ENH: some cleanup of get property commands 18 年之前
  Brad King 30235517f8 BUG: Need to collapse path argument to get_directory_property. This addresses bug#3847. 19 年之前
  Ken Martin 71b993560b STYLE: fix line length 19 年之前
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 20 年之前