summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cmprop-getglobalprop'Brad King2020-03-2719-83/+95
|\
| * cmState::GetGlobalProperty: return cmPropVitaly Stakhovsky2020-03-2519-83/+95
* | Merge topic 'cmprop-state'Brad King2020-03-2711-29/+32
|\ \
| * | cmState::GetCacheEntryProperty: return cmPropVitaly Stakhovsky2020-03-2511-29/+32
* | | Merge topic 'export-error-on-multuple-calls'Brad King2020-03-272-1/+27
|\ \ \
| * | | export(): raise an error on multiple calls with same FILEMarc Chevrier2020-03-262-1/+27
* | | | Merge topic 'ctest-timeout-report'Brad King2020-03-272-8/+14
|\ \ \ \
| * \ \ \ Merge branch 'backport-ctest-timeout-report' into ctest-timeout-reportBrad King2020-03-262-8/+14
| |\ \ \ \
| | * | | | CTest: Fix reported duration on timeout when grindchild keeps pipes openBrad King2020-03-262-8/+14
* | | | | | Merge topic 'llvm-rc-stderr'Brad King2020-03-271-0/+9
|\ \ \ \ \ \
| * | | | | | llvm-rc: Print stderr output when calling tools through cmake_llvm_rcThomas Bernard2020-03-261-0/+9
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'make-nested-silent'Brad King2020-03-271-1/+5
|\ \ \ \ \ \
| * | | | | | Makefiles: Fix silencing of nested calls for GNU make 4.3Brad King2020-03-261-1/+5
* | | | | | | CMake Nightly Date StampKitware Robot2020-03-271-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge topic 'cleanup-endls-3'Brad King2020-03-264-124/+121
|\ \ \ \ \ \
| * | | | | | Refactor: Avoid `std::endl` where it's not necessary (part 3)Alex Turbov2020-03-244-124/+121
* | | | | | | Merge topic 'cleanup-endls-2'Brad King2020-03-268-93/+85
|\ \ \ \ \ \ \
| * | | | | | | Refactor: Avoid `std::endl` where it's not necessary (part 2)Alex Turbov2020-03-248-93/+85
| |/ / / / / /
* | | | | | | Merge topic 'string-prefix'Brad King2020-03-2661-512/+490
|\ \ \ \ \ \ \
| * | | | | | | use _s to construct static string_views at several placesRolf Eike Beer2020-03-244-106/+116
| * | | | | | | VS10Generator: avoid many string allocationsRolf Eike Beer2020-03-242-48/+36
| * | | | | | | use string_views to avoid memory allocationsRolf Eike Beer2020-03-246-25/+37
| * | | | | | | check for a valid URL scheme before starting to do any splittingRolf Eike Beer2020-03-231-6/+7
| * | | | | | | replace std::string::substr() with operations that do not allocate memoryRolf Eike Beer2020-03-2310-20/+28
| * | | | | | | pass cm::string_view to cmVisualStudioSlnParser::ParseTag()Rolf Eike Beer2020-03-232-7/+8
| * | | | | | | use cm::string_view for language extension lookupsRolf Eike Beer2020-03-234-12/+18
| * | | | | | | replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-2327-114/+129
| * | | | | | | replace "substr(0, xx) ==" with cmHasPrefix()Rolf Eike Beer2020-03-239-24/+16
| * | | | | | | allow cmCTest::CleanString() to skip input charactersRolf Eike Beer2020-03-232-4/+6
| * | | | | | | CTest: avoid repeated string comparesRolf Eike Beer2020-03-232-132/+90
| * | | | | | | Mumps coverage: directly pass std::string as argumentRolf Eike Beer2020-03-236-9/+9
| * | | | | | | remove pointless return value from cmCTestTestHandler::CleanTestOutput()Rolf Eike Beer2020-03-232-4/+3
| * | | | | | | PyCoverage: avoid repeated string splitting, especially for uncovered linesRolf Eike Beer2020-03-231-20/+17
| * | | | | | | use std::string::rfind() instead of open coding itRolf Eike Beer2020-03-231-12/+8
| * | | | | | | CPackWIXGenerator: use cmStrCat for more partsRolf Eike Beer2020-03-231-5/+5
| * | | | | | | remove needless check for std::string::substr()Rolf Eike Beer2020-03-231-2/+1
| * | | | | | | cmcldeps: replace inefficient std::string::substr usageRolf Eike Beer2020-03-231-26/+24
| * | | | | | | replace private startsWith() implementation with cmHasPrefix()Rolf Eike Beer2020-03-231-8/+4
* | | | | | | | Merge topic 'update-kwsys'Brad King2020-03-265-88/+116
|\ \ \ \ \ \ \ \
| * | | | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2020-03-255-88/+116
* | | | | | | | | Merge topic 'compile-commands-collapse-whitespace'Brad King2020-03-263-4/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Ninja: Remove unnecessary newlines in compile commandsDaan De Meyer2020-03-231-2/+2
| * | | | | | | | | Avoid consecutive whitespace in rulesDaan De Meyer2020-03-232-2/+14
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'cleanup-CollapseFullPath-calls'Brad King2020-03-2614-104/+52
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Simplify absolute path conversions using CollapseFullPath full signatureBrad King2020-03-247-51/+19
| * | | | | | | | Remove redundant calls to CollapseFullPathBrad King2020-03-248-53/+33
* | | | | | | | | CMake Nightly Date StampKitware Robot2020-03-261-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge topic 'cmake-compilation-no-compiler-extensions'Brad King2020-03-256-0/+53
|\ \ \ \ \ \ \ \
| * | | | | | | | CMake compilation: do not use compiler extensionsMarc Chevrier2020-03-236-0/+53
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'cmprop-state'Brad King2020-03-2510-55/+66
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |