214 Commits (6ad699358b6b421da6c49cf540b30eb8b0a3a996)

Author SHA1 Message Date
Fred Baksik 6ad699358b cmake: --build -j <jobs> should not accept 0. 6 years ago
Jiang Yi 73f23d1e00 cmake: add '--install <dir>' option 6 years ago
Bartosz Kosiorek 077ab5774c cmake: add short version of '--target <tgt>...' option 6 years ago
Bartosz Kosiorek 071f5e1544 cmake: Reformat '--parallel' and '--verbose' options in help 6 years ago
Bartosz Kosiorek 324d18bb34 cmake: Teach --build mode to support multiple targets 7 years ago
Bartosz Kosiorek b3955a08ab cmakemain: Remove ignored --use-stderr option from command line help 7 years ago
Kyle Edwards 4b95e7fe63 CMAKE_ROLE: Fix value in --build for Visual Studio generators 7 years ago
Vitaly Stakhovsky 950c099d83 cmake: Progress functions use `std::string` param 7 years ago
Vitaly Stakhovsky 82edd98300 cmSystemTools: MessageCallback and Message() accept std::string argument 7 years ago
Regina Pfeifer 8c92db829b MessageCallback: Remove unused bool& argument 7 years ago
Regina Pfeifer bcee24aecc Use `std::function` for callbacks 7 years ago
Florian Maushart 439fe2e253 cmake: Add options for verbose output to --build mode 7 years ago
Robert Maynard f2fca92686 cmake: --build supports '-jN' 7 years ago
Artur Ryt 7408cd3929 cmake: Return generator docs directly 7 years ago
Regina Pfeifer ef61997b1b clang-tidy: Use emplace 7 years ago
Kyle Edwards 4568d046c4 Properties: Add CMAKE_ROLE global property 7 years ago
Craig Scott a1adbc7243 cmake: Stop processing if -P option lacks file name 7 years ago
Robert Maynard a10d63d578 cmake: -S and -B can be used to specify source and build directories 7 years ago
Kitware Robot d7204e649e Revise C++ coding style using clang-format-6.0 7 years ago
Florian Maushart 1ab3881ec9 cmake: Add options for parallel builds to --build mode 7 years ago
Brad King 98628de812 Extend libuv file translate mode workaround to all executables 8 years ago
Gregor Jasny 5de37a4a64 cmake: Add --open option for IDE generators 8 years ago
Brad King 714ce72882 bootstrap: Make libuv available during bootstrap 8 years ago
Pavel Solodovnikov 5db3aac111 Meta: replace empty-string assignments with `clear()`. 8 years ago
Pavel Solodovnikov 7d5095796a Meta: modernize old-fashioned loops to range-based `for`. 8 years ago
Rolf Eike Beer 353ec23737 use static_cast<> for casts from void* 8 years ago
Brad King 18454ea44d cmake: Fix --find-package mode with imported targets 8 years ago
Daniel Pfeifer 190e3825d4 Replace C-style casts 8 years ago
Daniel Pfeifer ca2233e31f IWYU: Mark cmConfigure.h with pragma: keep 8 years ago
Daniel Pfeifer 5962db4389 Use C++11 nullptr 8 years ago
Brad King 88c9878af9 Make libuv available to all parts of CMake 8 years ago
Brad King 871adefce9 cmake: Fix default file translate mode when using libuv 8 years ago
Daniel Pfeifer a890ca2f8d cmakemain: use script role for -P 8 years ago
Daniel Pfeifer c36d63cd48 cmake: initialize with Role that controls which commands to register 8 years ago
Daniel Pfeifer 1d829c862c Use quotes for non-system includes 8 years ago
Daniel Pfeifer 4b49c9a245 fix include order of windows.h 9 years ago
Dāvis Mosāns 076aef8e45 Windows: Use UTF-8 for pipes in CMake, CTest and CPack 9 years ago
Yves Frederix 427b6da9e5 VS: Teach `cmake --build` to reconfigure if needed before building 9 years ago
Daniel Pfeifer 2e620f0b38 Fix several include-what-you-use findings 9 years ago
Dāvis Mosāns 335a29cb07 Enable Unicode output to Windows consoles 9 years ago
Stephen Kelly 2fe3e55d53 cmState: Move CacheEntryType enum to separate namespace 9 years ago
Brad King 86578eccf2 Simplify CMake per-source license notices 9 years ago
Daniel Pfeifer efed6468ed fix a load of include-what-you-use violations 9 years ago
Brad King 39ac889d63 cmake: Add trivial usage of libuv 9 years ago
Daniel Pfeifer 7b6349da4d CMake: don't use else after return 9 years ago
Daniel Pfeifer e7b842e189 Make sure unnused parameters are /*named*/ 9 years ago
Daniel Pfeifer 1d6909a287 use CM_NULLPTR 9 years ago
Alex Turbov e63151ff54 cmake: Add an option to control what files needs to be traced 9 years ago
Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
Brad King 0ac18d40c8 Remove `//------...` horizontal separator comments 9 years ago