Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'cleanup-endls-2' | Brad King | 2020-03-26 | 8 | -93/+85 |
|\ | |||||
| * | Refactor: Avoid `std::endl` where it's not necessary (part 2) | Alex Turbov | 2020-03-24 | 8 | -93/+85 |
* | | Merge topic 'string-prefix' | Brad King | 2020-03-26 | 62 | -515/+493 |
|\ \ | |||||
| * | | use _s to construct static string_views at several places | Rolf Eike Beer | 2020-03-24 | 4 | -106/+116 |
| * | | VS10Generator: avoid many string allocations | Rolf Eike Beer | 2020-03-24 | 2 | -48/+36 |
| * | | use string_views to avoid memory allocations | Rolf Eike Beer | 2020-03-24 | 6 | -25/+37 |
| * | | check for a valid URL scheme before starting to do any splitting | Rolf Eike Beer | 2020-03-23 | 1 | -6/+7 |
| * | | replace std::string::substr() with operations that do not allocate memory | Rolf Eike Beer | 2020-03-23 | 11 | -23/+31 |
| * | | pass cm::string_view to cmVisualStudioSlnParser::ParseTag() | Rolf Eike Beer | 2020-03-23 | 2 | -7/+8 |
| * | | use cm::string_view for language extension lookups | Rolf Eike Beer | 2020-03-23 | 4 | -12/+18 |
| * | | replace "std::string::find(x) == 0" with cmHasPrefix() | Rolf Eike Beer | 2020-03-23 | 27 | -114/+129 |
| * | | replace "substr(0, xx) ==" with cmHasPrefix() | Rolf Eike Beer | 2020-03-23 | 9 | -24/+16 |
| * | | allow cmCTest::CleanString() to skip input characters | Rolf Eike Beer | 2020-03-23 | 2 | -4/+6 |
| * | | CTest: avoid repeated string compares | Rolf Eike Beer | 2020-03-23 | 2 | -132/+90 |
| * | | Mumps coverage: directly pass std::string as argument | Rolf Eike Beer | 2020-03-23 | 6 | -9/+9 |
| * | | remove pointless return value from cmCTestTestHandler::CleanTestOutput() | Rolf Eike Beer | 2020-03-23 | 2 | -4/+3 |
| * | | PyCoverage: avoid repeated string splitting, especially for uncovered lines | Rolf Eike Beer | 2020-03-23 | 1 | -20/+17 |
| * | | use std::string::rfind() instead of open coding it | Rolf Eike Beer | 2020-03-23 | 1 | -12/+8 |
| * | | CPackWIXGenerator: use cmStrCat for more parts | Rolf Eike Beer | 2020-03-23 | 1 | -5/+5 |
| * | | remove needless check for std::string::substr() | Rolf Eike Beer | 2020-03-23 | 1 | -2/+1 |
| * | | cmcldeps: replace inefficient std::string::substr usage | Rolf Eike Beer | 2020-03-23 | 1 | -26/+24 |
| * | | replace private startsWith() implementation with cmHasPrefix() | Rolf Eike Beer | 2020-03-23 | 1 | -8/+4 |
* | | | Merge topic 'update-kwsys' | Brad King | 2020-03-26 | 5 | -88/+116 |
|\ \ \ | |||||
| * \ \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2020-03-25 | 5 | -88/+116 |
| |\ \ \ | |||||
| | * | | | KWSys 2020-03-25 (4380f1ae) | KWSys Upstream | 2020-03-25 | 5 | -88/+116 |
* | | | | | Merge topic 'compile-commands-collapse-whitespace' | Brad King | 2020-03-26 | 26 | -49/+61 |
|\ \ \ \ \ | |||||
| * | | | | | Ninja: Remove unnecessary newlines in compile commands | Daan De Meyer | 2020-03-23 | 1 | -2/+2 |
| * | | | | | Avoid consecutive whitespace in rules | Daan De Meyer | 2020-03-23 | 2 | -2/+14 |
| * | | | | | Modules: Collapse consecutive whitespace in strings | Daan De Meyer | 2020-03-23 | 23 | -45/+45 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'cleanup-CollapseFullPath-calls' | Brad King | 2020-03-26 | 14 | -104/+52 |
|\ \ \ \ \ | |||||
| * | | | | | Simplify absolute path conversions using CollapseFullPath full signature | Brad King | 2020-03-24 | 7 | -51/+19 |
| * | | | | | Remove redundant calls to CollapseFullPath | Brad King | 2020-03-24 | 8 | -53/+33 |
* | | | | | | Merge topic 'mingw-windres-cross-compile' | Brad King | 2020-03-26 | 1 | -5/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | MinGW: Fix default windres selection when cross-compiling | Brad King | 2020-03-25 | 1 | -1/+1 |
| * | | | | | | MinGW: Drop unnecessary windres selection code with Unix Makefiles | Brad King | 2020-03-25 | 1 | -4/+0 |
| |/ / / / / | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-26 | 1 | -1/+1 |
* | | | | | | Merge topic 'cmake-compilation-no-compiler-extensions' | Brad King | 2020-03-25 | 7 | -0/+57 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CMake compilation: do not use compiler extensions | Marc Chevrier | 2020-03-23 | 7 | -0/+57 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'cmprop-state' | Brad King | 2020-03-25 | 10 | -55/+66 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmState::GetTargetTypeName: return type is *cmProp | Vitaly Stakhovsky | 2020-03-19 | 10 | -55/+66 |
* | | | | | | | Merge topic 'cmprop-cache' | Brad King | 2020-03-25 | 3 | -32/+28 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | cmCacheManager::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-03-19 | 3 | -32/+28 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'FindRuby-rvm' | Brad King | 2020-03-25 | 6 | -5/+288 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | FindRuby: Add support for RVM installations | Julien Marrec | 2020-03-23 | 6 | -5/+248 |
| * | | | | | | | FindRuby: Validate Ruby_EXECUTABLE before accepting it | Julien Marrec | 2020-03-23 | 2 | -1/+41 |
* | | | | | | | | Merge branch 'release-3.17' | Brad King | 2020-03-25 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge topic 'FindPython-polish' into release-3.17 | Brad King | 2020-03-25 | 4 | -27/+21 |
| |\ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ | Merge topic 'FindPython-polish' | Brad King | 2020-03-25 | 4 | -27/+21 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | / / / | |_|_|_|_|_|/ / / |/| | | | | | | | | |||||
| * | | | | | | | | FindPython: misc. fixes | Marc Chevrier | 2020-03-24 | 4 | -27/+21 |
| |/ / / / / / / | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-25 | 1 | -1/+1 |
| |_|_|_|/ / / |/| | | | | | |