175 Commits (a8d73085f4779390fe52a4115a7ba5d0edc5631b)

Author SHA1 Message Date
Kyle Edwards a8d73085f4 CPack: Add support for presets 4 years ago
Alex Turbov 28ecfd1690 Help: Short options first, then long, then Windows style 3 years ago
FeRD (Frank Dana) 98a10290a8 cmSystemTools: Fix 'ErrorOccurred' spelling 3 years ago
Kyle Edwards 87c762d435 CPack: Use cmCommandLineArgument instead of cmsys::CommandLineArguments 3 years ago
Rose b86b6aaa4a Source: Cleanup and simplify some code 4 years ago
Marc Chevrier cc56dc7468 Rename cmProp in cmValue 4 years ago
Brad King 4281cd15db clang-tidy: fix `bugprone-redundant-branch-condition` 4 years ago
Brad King 90b39a5209 cmConsoleBuf: Factor out cout/cerr console buffer management 5 years ago
Brad King f1fdd15863 clang-format: Fix include block order in ctest.cxx and cpack.cxx 5 years ago
Vitaly Stakhovsky 11425041f0 cmMakefile::GetDefinition: return cmProp 5 years ago
Brad King 85a945a607 Restore handling of build directory inside a symlinked path 5 years ago
Rolf Eike Beer ef778d77e0 replace std::string::substr() with operations that do not allocate memory 5 years ago
Brad King a4c19cb895 Windows: Restore suppression of error report popups in CI builds 6 years ago
Johnny Jazeix 63c0bc9292 CPack: Ensure CPACK_PACKAGE_DIRECTORY is an absolute path 6 years ago
Kitware Robot ed98209ddc Revise include order using clang-format-6.0 6 years ago
Tushar Maheshwari c9c1eb99fe cmCPackGeneratorFactory: rule of zero 6 years ago
Regina Pfeifer f30523d090 clang-tidy: modernize-deprecated-headers 6 years ago
Regina Pfeifer a1ddf2d0ba clang-tidy: Replace typedef with using 6 years ago
Regina Pfeifer 62e5f72289 clang-tidy: Replace typedef with using 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
Brad King c1787cb5eb cpack.cxx: Re-order include blocks to follow our conventions 6 years ago
Sebastian Holtermann f4f3c68926 Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument 6 years ago
Kitware Robot 54e9d38c28 Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP 6 years ago
Sebastian Holtermann e91bfe440c cmMakefile: Let AddDefinition accept a value as cm::string_view 6 years ago
Brad King 71fbebd1dc IWYU: Fix handling of <memory> standard header 6 years ago
Alex Turbov af75ab7645 Refactor: Use anonymous namespace instead of `static`s in `cpack.cxx` 6 years ago
Brad King c85524a94a Ensure stdin, stdout, and stderr pipes are always open 6 years ago
Artur Ryt 2d66567dca Modernize: Prefer .substr in place of .c_str() + int 6 years ago
Vitaly Stakhovsky 950c099d83 cmake: Progress functions use `std::string` param 7 years ago
Regina Pfeifer bcee24aecc Use `std::function` for callbacks 7 years ago
Vitaly Stakhovsky 25caf7bafe cmMakefile::ReadListFile() accepts std::string argument 7 years ago
Kyle Edwards 4568d046c4 Properties: Add CMAKE_ROLE global property 7 years ago
Nils Gladitz 4a3ae1710e CPack/External: Fix status messages of staging scripts 7 years ago
Robert Maynard f29e2292c9 cpack: When given an unknown generator print out all valid generators 7 years ago
Robert Maynard eba7273c20 cpack: Better error message when generator doesn't exist. 7 years ago
Kitware Robot d7204e649e Revise C++ coding style using clang-format-6.0 7 years ago
Craig Scott 9a8687121f Help: Improve accuracy, readability and cross-referencing of cpack docs 7 years ago
Brad King 6f2701abf6 CPack: Fix crash on invalid generator name 7 years ago
Pavel Solodovnikov 653b894683 Reduce raw string pointers usage. 8 years ago
Pavel Solodovnikov c85bb007df Reduce allocation of temporary values on heap. 8 years ago
Isaiah Norton 93bc5848e7 CPack: accept --trace and --trace-expand 8 years ago
Brad King 98628de812 Extend libuv file translate mode workaround to all executables 8 years ago
Brad King 3b588ac582 cpack: Enable MSVC debug hook earlier 8 years ago
Brad King 94e67fa118 cpack: Fix compilation on Cygwin after auto_ptr removal 8 years ago
Matthias Maennich f0489856e3 Retire std::auto_ptr and its macro CM_AUTO_PTR 8 years ago
Alex Turbov 091663395e CPack: Add missing check for CPACK_INSTALL_SCRIPT variable 8 years ago
Pavel Solodovnikov f43baf6981 Meta: modernize old-fashioned loops to range-based `for` (CPack). 8 years ago
Pavel Solodovnikov 5db3aac111 Meta: replace empty-string assignments with `clear()`. 8 years ago
Daniel Pfeifer ca2233e31f IWYU: Mark cmConfigure.h with pragma: keep 8 years ago