Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file: GetRuntimeDependencies use CMAKE_OBJDUMP when applicable | Robert Maynard | 2020-04-06 | 2 | -0/+68 |
* | Merge topic 'cmprop-state' | Brad King | 2020-03-30 | 5 | -27/+34 |
|\ | |||||
| * | cmStateDirectory::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-03-27 | 5 | -27/+34 |
* | | Merge topic 'vs-non-built-file-item-metadata' | Brad King | 2020-03-30 | 2 | -93/+156 |
|\ \ | |||||
| * | | VS: Add VS_SOURCE_SETTINGS_<tool> target property | Matt Davies | 2020-03-20 | 2 | -0/+17 |
| * | | VS: Add VS_SETTINGS source file property | Matt Davies | 2020-03-20 | 2 | -4/+36 |
| * | | VS: Use unordered_map to write HLSL settings. | Matt Davies | 2020-03-20 | 2 | -93/+107 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-30 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-29 | 1 | -1/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-28 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge topic 'pch-warn-invalid' | Brad King | 2020-03-27 | 2 | -2/+17 |
|\ \ | |||||
| * | | PCH: add an option to disable `-Winvalid-pch` | Cristian Adam | 2020-03-26 | 2 | -2/+17 |
| |/ | |||||
* | | Merge topic 'cleanup-endls-1' | Brad King | 2020-03-27 | 9 | -111/+101 |
|\ \ | |||||
| * | | Refactor: Avoid `std::endl` where it's not necessary (part 1) | Alex Turbov | 2020-03-26 | 9 | -111/+101 |
* | | | Merge topic 'cmprop-getglobalprop' | Brad King | 2020-03-27 | 19 | -83/+95 |
|\ \ \ | |||||
| * | | | cmState::GetGlobalProperty: return cmProp | Vitaly Stakhovsky | 2020-03-25 | 19 | -83/+95 |
* | | | | Merge topic 'cmprop-state' | Brad King | 2020-03-27 | 11 | -29/+32 |
|\ \ \ \ | |||||
| * | | | | cmState::GetCacheEntryProperty: return cmProp | Vitaly Stakhovsky | 2020-03-25 | 11 | -29/+32 |
| | |/ / | |/| | | |||||
* | | | | Merge topic 'export-error-on-multuple-calls' | Brad King | 2020-03-27 | 2 | -1/+27 |
|\ \ \ \ | |||||
| * | | | | export(): raise an error on multiple calls with same FILE | Marc Chevrier | 2020-03-26 | 2 | -1/+27 |
* | | | | | Merge topic 'ctest-timeout-report' | Brad King | 2020-03-27 | 2 | -8/+14 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'backport-ctest-timeout-report' into ctest-timeout-report | Brad King | 2020-03-26 | 2 | -8/+14 |
| |\ \ \ \ \ | |||||
| | * | | | | | CTest: Fix reported duration on timeout when grindchild keeps pipes open | Brad King | 2020-03-26 | 2 | -8/+14 |
* | | | | | | | Merge topic 'llvm-rc-stderr' | Brad King | 2020-03-27 | 1 | -0/+9 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | llvm-rc: Print stderr output when calling tools through cmake_llvm_rc | Thomas Bernard | 2020-03-26 | 1 | -0/+9 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'make-nested-silent' | Brad King | 2020-03-27 | 1 | -1/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Makefiles: Fix silencing of nested calls for GNU make 4.3 | Brad King | 2020-03-26 | 1 | -1/+5 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-27 | 1 | -1/+1 |
| |_|/ / / / / |/| | | | | | | |||||
* | | | | | | | Merge topic 'cleanup-endls-3' | Brad King | 2020-03-26 | 4 | -124/+121 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Refactor: Avoid `std::endl` where it's not necessary (part 3) | Alex Turbov | 2020-03-24 | 4 | -124/+121 |
* | | | | | | | | 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 | 61 | -512/+490 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | 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 | 10 | -20/+28 |
| * | | | | | | | | 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 |