mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-03 04:10:05 -06:00
ec7928ef26use _s to construct static string_views at several places94de927cabVS10Generator: avoid many string allocations8ca2504a4duse string_views to avoid memory allocations761f1adcaecheck for a valid URL scheme before starting to do any splittingef778d77e0replace std::string::substr() with operations that do not allocate memory77616f4681pass cm::string_view to cmVisualStudioSlnParser::ParseTag()ada6a3226fuse cm::string_view for language extension lookups48adc29721replace "std::string::find(x) == 0" with cmHasPrefix() ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4501