summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* file: GetRuntimeDependencies use CMAKE_OBJDUMP when applicableRobert Maynard2020-04-062-0/+68
* Merge topic 'cmprop-state'Brad King2020-03-305-27/+34
|\
| * cmStateDirectory::GetProperty: return cmPropVitaly Stakhovsky2020-03-275-27/+34
* | Merge topic 'vs-non-built-file-item-metadata'Brad King2020-03-302-93/+156
|\ \
| * | VS: Add VS_SOURCE_SETTINGS_<tool> target propertyMatt Davies2020-03-202-0/+17
| * | VS: Add VS_SETTINGS source file propertyMatt Davies2020-03-202-4/+36
| * | VS: Use unordered_map to write HLSL settings.Matt Davies2020-03-202-93/+107
* | | CMake Nightly Date StampKitware Robot2020-03-301-1/+1
* | | CMake Nightly Date StampKitware Robot2020-03-291-1/+1
* | | CMake Nightly Date StampKitware Robot2020-03-281-1/+1
| |/ |/|
* | Merge topic 'pch-warn-invalid'Brad King2020-03-272-2/+17
|\ \
| * | PCH: add an option to disable `-Winvalid-pch`Cristian Adam2020-03-262-2/+17
| |/
* | Merge topic 'cleanup-endls-1'Brad King2020-03-279-111/+101
|\ \
| * | Refactor: Avoid `std::endl` where it's not necessary (part 1)Alex Turbov2020-03-269-111/+101
* | | 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