mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
5f69314eReplace foo.length() pattern with !foo.empty().fd0c036cReplace 'foo.length() >= 1' pattern with !foo.empty()f09fde2dReplace 'foo.length() > 0' pattern with !foo.empty().86b5bdfaReplace 'foo.length() == 0' pattern with foo.empty().fd7b3712Replace foo.size() pattern with !foo.empty().aa773035Replace !foo.size() pattern with foo.empty().64592633cmListCommand: Use empty() and expand whitespace.607e1938Replace 'foo.size() != 0' pattern with !foo.empty().930bd478Replace 'foo.size() == 0' pattern with foo.empty().d92887efReplace 'foo.size() > 0' pattern with !foo.empty().
5.1 KiB
5.1 KiB