1011 Commits (5bf85e25178f5d9f19d2f30cf66f088c21e1114a)

Author SHA1 Message Date
Alex Turbov 5bf85e2517 message: Add new CMAKE_MESSAGE_LOG_LEVEL variable 6 years ago
Craig Scott 7bbddeb78d CLI: Rename --loglevel to --log-level for naming consistency 6 years ago
Kitware Robot ed98209ddc Revise include order using clang-format-6.0 6 years ago
Daniel Eiband 7847fef510 VS: Fix access violation when calling Visual Studio macro 6 years ago
Marc Chevrier c688b401d3 cmstd: Modernize CMake system headers 6 years ago
Regina Pfeifer f30523d090 clang-tidy: modernize-deprecated-headers 6 years ago
Regina Pfeifer d25a5a7ec9 clang-tidy: modernize-use-auto 6 years ago
Regina Pfeifer d63c1e4e6e clang-tidy: modernize-return-braced-init-list 6 years ago
Regina Pfeifer a1ddf2d0ba clang-tidy: Replace typedef with using 6 years ago
Peter Waller 4ca0526f8a cmake: Pass -S and -B into PreLoad.cmake and -C scripts 6 years ago
Sebastian Holtermann 3b2b02825d Source sweep: Replace std::ostringstream when used with a single append 6 years ago
Sebastian Holtermann aaf59120bf Source sweep: Replace cmExpandList with the shorter cmExpandedList 6 years ago
Sebastian Holtermann 9b334397f5 Source sweep: Use cmStrCat for string concatenation 6 years ago
Regina Pfeifer d331021255 clang-tidy: isolate declarations for readability 6 years ago
Regina Pfeifer 2dfc52675c cmAlgorithms: Add cmContains 6 years ago
Sebastian Holtermann 20e580be01 Source sweep: Use cmIsOn instead of cmSystemTools::IsOn 6 years ago
Sebastian Holtermann f4f3c68926 Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument 6 years ago
Igor Ivanov 3c94069660 Add --trace-redirect parameter to redirect trace output to a file 6 years ago
Kitware Robot 54e9d38c28 Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP 6 years ago
Sebastian Holtermann 27090096ef cmStringAlgorithms: Add cmRemoveQuotes 6 years ago
Sebastian Holtermann 18b0330b86 clang-tidy: Enable performance-inefficient-string-concatenation 6 years ago
Sebastian Holtermann 0962589627 cmake: Initialize booleans at declaration and cleanup constructor 6 years ago
Sebastian Holtermann a693e875db Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With 6 years ago
Regina Pfeifer 4af094c8df clang-tidy: Blacklist violations for version 8 6 years ago
Sebastian Holtermann f71f7ce3f0 cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h 6 years ago
Marc Chevrier d9b2c7dae2 Introduce memory management helper: cm_memory.hxx 6 years ago
Brad King 71fbebd1dc IWYU: Fix handling of <memory> standard header 6 years ago
Sebastian Holtermann e50fa44a35 cmake: Refactor file extension list setup 6 years ago
Alex Turbov 5e52de7d57 modermize: replace some raw pointers w/ `unique_ptr` 6 years ago
Brad King c932f49842 cmake: Teach -E capabilities to report supported fileapi requests 6 years ago
Brad King 6696855f72 cmake: Simplify implementation of -E capabilities 6 years ago
Sebastian Holtermann 006229278b Use cmAppend to append ranges to std::vector instances 6 years ago
Vitaly Stakhovsky 273257222e Source: change parameters to std::string 6 years ago
Eicke Herbertz 083cf7e8a2 cmake: Allow default generator to be set by environment variables 6 years ago
Kyle Edwards 8cc04b1918 cmake: Display error if generate step fails 6 years ago
Alex Turbov 6cc93b370e message(): Add support for log levels 6 years ago
Alex Turbov 99698ee351 cmake: Fix missed `return` statement when CLI errors found 6 years ago
Naren Manimohan 0404efe786 GHS: Add support for GHS Multi Generator in Linux 6 years ago
Sebastian Holtermann ec3c968de2 cmake: Use scopes to limit temporary object lifetime 6 years ago
Sebastian Holtermann 5536cec46e Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::Compare 6 years ago
Sebastian Holtermann a6d75a1ce0 Substitute FileComparison in variable names with FileTimeCache 6 years ago
Sebastian Holtermann 216416219a Rename cmFileTimeComparison to cmFileTimeCache 6 years ago
Olli Kallioinen 67428e9025 VS: Do not print message when generate.stamp is up-to-date. 7 years ago
Bartosz Kosiorek 324d18bb34 cmake: Teach --build mode to support multiple targets 7 years ago
Vitaly Stakhovsky 9dd255548d cmSystemTools::Error: consolidate parameters into single std::string 7 years ago
Artur Ryt 706b93fa55 Modernize: C-arrays and loops over them 7 years ago
Vitaly Stakhovsky bd20cc29a2 cmSystemTools: Remove redundant cmCopyFile() and Split() 7 years ago
Vitaly Stakhovsky 080a79ca4a cmSystemTools: More methods accept `std::string` params 7 years ago
Vitaly Stakhovsky 950c099d83 cmake: Progress functions use `std::string` param 7 years ago
Vitaly Stakhovsky 0779bc9393 ReadListFile: Accept std::string argument 7 years ago