Commit Verlauf

Autor SHA1 Nachricht Datum
  Cengizhan Pasaoglu c67ab22cdc Using front() and back() instead of calculations vor 7 Jahren
  Vitaly Stakhovsky c8fd23ec6f cmMakefile: return directories as const std::string& vor 7 Jahren
  Pavel Solodovnikov 653b894683 Reduce raw string pointers usage. vor 7 Jahren
  Pavel Solodovnikov 86dc86dd6c Add const-reference qualifications vor 8 Jahren
  Daniel Pfeifer b26577c92a clang-tidy: remove else after break and continue vor 8 Jahren
  Daniel Pfeifer e81c323da9 Include necessary headers in commands vor 9 Jahren
  Daniel Pfeifer 64f9c282f3 Separate compilation for commands included in cmBootstrapCommands1 vor 9 Jahren
  Brad King 86578eccf2 Simplify CMake per-source license notices vor 9 Jahren
  Daniel Pfeifer 73f648f167 use empty method to check for emptyness vor 9 Jahren
  Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format vor 9 Jahren
  Stephen Kelly 54d6a9187f cmMakefile: Rename GetCurrent{Output,Binary}Directory. vor 10 Jahren
  Stephen Kelly 55d80d0a85 cmMakefile: Rename GetCurrent{,Source}Directory. vor 10 Jahren
  Stephen Kelly f2e07a6d90 cmMakefile: Remove unused PreOrder member. vor 10 Jahren
  Stephen Kelly aa773035b7 Replace !foo.size() pattern with foo.empty(). vor 10 Jahren
  Stephen Kelly 931e055d8c Port all cmOStringStream to std::ostringstream. vor 10 Jahren
  Nils Gladitz cc1139cc30 strings: Remove redundant calls to std::string::c_str() vor 11 Jahren
  Stephen Kelly 21c573f682 Remove some c_str() calls. vor 11 Jahren
  Brad King 1df49282a5 add_subdirectory: Compute output dir with consistent slashes (#10072) vor 12 Jahren
  Kitware Robot 7bbaa4283d Remove trailing whitespace from most CMake and C/C++ code vor 13 Jahren
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License vor 16 Jahren
  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 vor 18 Jahren
  Ken Martin b99129d2d8 ENH: some code cleanup vor 18 Jahren
  Brad King e09dd5db09 BUG: Fix automatic computation of binary path to work for subdirectories of out of source directories. This addresses bug#3592. vor 19 Jahren
  Brad King a7441ce80e COMP: Removed unused variable. vor 19 Jahren
  Brad King df70e3de66 BUG: Always check whether a subdirectory is below the top of the source before computing the binary tree automatically. Even when the source is a relative path it may contain ../ which would allow it to be outside the source tree. vor 19 Jahren
  Ken Martin b8483cf109 STYLE: fix line length vor 19 Jahren
  Ken Martin aae0bcdacf STYLE: fix line length vor 19 Jahren
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup vor 19 Jahren
  Ken Martin 4cb9d2fd96 ENH: better format for ADD_SUBDIRECTORY command vor 20 Jahren
  Ken Martin 664a93121f ENH: removed the PREORDER option from the AddSubDirectory command vor 20 Jahren