1026 Commits (482497e0debc3de9f125c8c849a40872971a4a7e)

Author SHA1 Message Date
Daniel Mensinger 482497e0de
trace: Add JSON output format 6 years ago
Marc Chevrier f7d12609f0 Refactoring: use append functions from cmext/algorithm 6 years ago
Vitaly Stakhovsky c34b4497f8 cmTarget: add std::string overloads 6 years ago
Kyle Edwards 5a8a9f7229 Ninja: Add multi-config variant 6 years ago
Marc Chevrier 36c8cae2e8 cmLocalGenerator: modernize memory management 6 years ago
Sylvain Joubert 88cfef0821 ccmake: redirect stdout/stderr to the displayed logs 6 years ago
Alexander Boczar 99e83d4235 cmake: Teach --build mode to load CMAKE_GENERATOR_TOOLSET 6 years ago
Peter Waller c9d73b26b0 cmake: Fix relative path regression in -C 6 years ago
Alex Turbov 7cf79f4419 message: Support logging a context with each message 6 years ago
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
Corentin Plouet 553658393c Graphviz: added test suite, fixes, enhancements 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