Commit History

作者 SHA1 備註 提交日期
  Matthias Maennich 2033abff0d Fix minor clang-tidy findings 8 年之前
  Pavel Solodovnikov 37d9387be3 Replace empty-string comparisons with checking against `empty()`. 8 年之前
  Pavel Solodovnikov 7d5095796a Meta: modernize old-fashioned loops to range-based `for`. 8 年之前
  Pavel Solodovnikov 8b6f439ef2 Access string npos without instance 8 年之前
  Daniel Pfeifer 1d829c862c Use quotes for non-system includes 8 年之前
  Steven Newbury 462cf25427 Add support for x32-abi 8 年之前
  Brad King 6c332bd84c Merge topic 'find_library-custom-lib-suffix' 8 年之前
  Christian Schmidbauer 503f25d490 find_library: Allow custom lib suffix be used as find path 8 年之前
  Brad King 4fc64ce76d Merge topic 'find-libarch-not-symlink' 8 年之前
  Brad King 6f5aede716 find_library: Skip 'lib => lib<arch>' searches if one symlinks the other 8 年之前
  Brad King e67963ed73 cmFindLibraryCommand: Refactor AddArchitecturePath logic 8 年之前
  Daniel Pfeifer e81c323da9 Include necessary headers in commands 9 年之前
  Daniel Pfeifer 64f9c282f3 Separate compilation for commands included in cmBootstrapCommands1 9 年之前
  Stephen Kelly e6eecec761 cmListFileCache: Remove cmState header include 9 年之前
  Stephen Kelly 2fe3e55d53 cmState: Move CacheEntryType enum to separate namespace 9 年之前
  Brad King 86578eccf2 Simplify CMake per-source license notices 9 年之前
  Daniel Pfeifer 516f8edb2e Avoid else after return 9 年之前
  Daniel Scharrer 896ad251de Teach find_library and find_package to search lib32 paths (#11260) 9 年之前
  Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 年之前
  Brad King 0ac18d40c8 Remove `//------...` horizontal separator comments 9 年之前
  Brad King 180538c706 Source: Stabilize include order 9 年之前
  Brad King bf32b95efe cmFindLibraryCommand: Avoid repeating search for the same name 10 年之前
  Brad King e8585f45f5 Remove use of include <cmsys/stl/*> and cmsys_stl::* 10 年之前
  Stephen Kelly a0836ed978 Port to cmMakefile::GetGlobalGenerator. 10 年之前
  Stephen Kelly 5d056c0dd8 Port Global property interaction to cmState. 10 年之前
  Stephen Kelly f081c5bddd cmState: Move CacheEntryType enum from cmCacheManager. 10 年之前
  Stephen Kelly 421eadb45b Remove use of cmsys_stl. 10 年之前
  Chuck Atkins 32922840e7 Refactor and seperate search path construction for find commands 11 年之前
  Nils Gladitz cc1139cc30 strings: Remove redundant calls to std::string::c_str() 11 年之前
  Stephen Kelly 21c573f682 Remove some c_str() calls. 11 年之前