Commit History

Author SHA1 Message Date
  Sebastian Holtermann ec892a572b cmOutputConverter: Make shell escaping methods cm::string_view based 6 years ago
  Sebastian Holtermann 8573e20c43 cmOutputConverter: Let GetFortranFormat accept a cm::string_view 6 years ago
  Sebastian Holtermann 4911762358 cmOutputConverter: Return bool instead of int in utility functions 6 years ago
  Sebastian Holtermann a929255dec cmOutputConverter: Let cmOutputConverterIsShellOperator accept cm::string_view 6 years ago
  Sebastian Holtermann 1b30b28c04 cmOutputConverter: Let cmOutputConverterIsShellOperator accept cm::string_view 6 years ago
  Sebastian Holtermann 6675f785be cmOutputConverter: Let EscapeForCMake accept a cm::string_view 6 years ago
  Sebastian Holtermann 0e4493ec67 cmOutputConverter: Initialize static std::set on construction 6 years ago
  Bruno Manganelli b6a957c969 cmOutputConverter: move ConvertToRelativePath to cmStateDirectory. 7 years ago
  Bruno Manganelli 33f08eec18 cmOutputConverter: Moved ContainedInDirectory to cmStateDirectory 7 years ago
  Bruno Manganelli 87e810f223 cmOutputConverter: Moved ForceToRelativePath to cmSystem 7 years ago
  Regina Pfeifer 3e60580784 clang-tidy: Fix readability-static-accessed-through-instance 7 years ago
  Cengizhan Pasaoglu c67ab22cdc Using front() and back() instead of calculations 7 years ago
  Vitaly Stakhovsky ada121e573 cmStateDirectory: use const std::string& for return values 7 years ago
  Rolf Eike Beer ff5823f512 cmOutputConverter: mark helper functions static 7 years ago
  Frank Winklmeier 8ab3660a1e cmOutputConverter: Inline some functions and avoid string re-allocations 7 years ago
  Pavel Solodovnikov 653b894683 Reduce raw string pointers usage. 7 years ago
  Pavel Solodovnikov 7d5095796a Meta: modernize old-fashioned loops to range-based `for`. 8 years ago
  Daniel Pfeifer 190e3825d4 Replace C-style casts 8 years ago
  Daniel Pfeifer b1ec5deaf1 Pass large types by const&, small types by value 8 years ago
  Daniel Pfeifer 2e620f0b38 Fix several include-what-you-use findings 9 years ago
  Stephen Kelly e0a84904eb cmState: Split auxiliary classes into separate files 9 years ago
  Stephen Kelly cde6eb6249 cmState: Port dependent code to new cmStateSnapshot name 9 years ago
  Stephen Kelly 17d27893e6 cmState: Port dependent code to new cmStateDirectory name 9 years ago
  Stephen Kelly fd93b3605b cmOutputConverter: Add a flag for IsUnix 9 years ago
  Stephen Kelly 1365e18b9b Convert: Inline platform-specific methods 9 years ago
  Stephen Kelly c3264f48c2 Convert: Extract method to determine if paths are in directory 9 years ago
  Stephen Kelly 52168f3210 Convert: Remove asserts which are duplicated in delegate method 9 years ago
  Stephen Kelly 5213f8936f Convert: Remove early return check 9 years ago
  Stephen Kelly b61c268bd0 Convert: Extract local variables for readability 9 years ago
  Stephen Kelly e278f5a848 Convert: Extract local variables 9 years ago