summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cpack.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-2/+3
* presets: Improve JSON parser and error messagesMartin Duffy2023-03-291-3/+4
* CYGWIN: Drop pre-2.8.4 compatibility mode CMAKE_LEGACY_CYGWIN_WIN32Brad King2023-01-191-3/+0
* cpack.cxx: Optimize calls to `std::osteam::operator<<`Alex Turbov2022-11-171-64/+53
* cpack.cxx: Eliminate redundant `if`Alex Turbov2022-11-171-5/+1
* cpack.cxx: Deduplicate "Generators" section creation codeAlex Turbov2022-11-171-21/+24
* cmDocumentationEntry: Drop all user provided ctors for C++ >= 14Alex Turbov2022-11-171-3/+3
* cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]`Alex Turbov2022-11-171-13/+6
* Merge topic 'cpack-trace-argument'Brad King2022-10-271-2/+2
|\
| * CPack: Require no argument for --trace and --trace-expandKyle Edwards2022-10-251-2/+2
* | CPack: Add support for presetsKyle Edwards2022-08-311-3/+166
* | Help: Short options first, then long, then Windows styleAlex Turbov2022-08-141-1/+1
|/
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-1/+1
* CPack: Use cmCommandLineArgument instead of cmsys::CommandLineArgumentsKyle Edwards2022-04-201-108/+115
* Source: Cleanup and simplify some codeRose2021-11-041-1/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-8/+8
* clang-tidy: fix `bugprone-redundant-branch-condition`Brad King2021-05-111-1/+1
* Merge topic 'cmake-E-cat-binary'Brad King2020-10-151-19/+14
|\
| * cmConsoleBuf: Factor out cout/cerr console buffer managementBrad King2020-10-141-10/+5
| * clang-format: Fix include block order in ctest.cxx and cpack.cxxBrad King2020-10-141-9/+9
* | cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-15/+16
|/
* Restore handling of build directory inside a symlinked pathBrad King2020-07-021-1/+1
* replace std::string::substr() with operations that do not allocate memoryRolf Eike Beer2020-03-231-1/+1
* Windows: Restore suppression of error report popups in CI buildsBrad King2019-11-151-1/+0
* CPack: Ensure CPACK_PACKAGE_DIRECTORY is an absolute pathJohnny Jazeix2019-11-011-1/+7
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* cmCPackGeneratorFactory: rule of zeroTushar Maheshwari2019-09-171-2/+3
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-2/+2
* cpack.cxx: Re-order include blocks to follow our conventionsBrad King2019-08-201-14/+15
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+2
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-2/+2
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-12/+9
* Merge topic 'cleanup-statics-stream-flush'Craig Scott2019-07-131-4/+6
|\
| * Refactor: Use anonymous namespace instead of `static`s in `cpack.cxx`Alex Turbov2019-07-091-4/+6
* | IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+0
|/
* Ensure stdin, stdout, and stderr pipes are always openBrad King2019-05-021-0/+1
* Modernize: Prefer .substr in place of .c_str() + intArtur Ryt2019-03-301-1/+1
* cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-111-1/+1
* Use `std::function` for callbacksRegina Pfeifer2019-01-291-6/+2
* cmMakefile::ReadListFile() accepts std::string argumentVitaly Stakhovsky2019-01-171-3/+3
* Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-1/+2
* Merge topic 'cpack-status-callback'Brad King2018-12-101-0/+10
|\
| * CPack/External: Fix status messages of staging scriptsNils Gladitz2018-12-071-0/+10
* | cpack: When given an unknown generator print out all valid generatorsRobert Maynard2018-11-091-1/+14
* | cpack: Better error message when generator doesn't exist.Robert Maynard2018-11-081-2/+3
|/
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-7/+9