summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cpack.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Help: Improve accuracy, readability and cross-referencing of cpack docsCraig Scott2018-04-271-9/+11
* CPack: Fix crash on invalid generator nameBrad King2018-04-101-4/+4
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-1/+1
* Merge topic 'cpack_trace'Brad King2018-01-241-0/+20
|\
| * CPack: accept --trace and --trace-expandIsaiah Norton2018-01-231-0/+20
* | Extend libuv file translate mode workaround to all executablesBrad King2018-01-231-0/+1
* | cpack: Enable MSVC debug hook earlierBrad King2018-01-231-2/+1
|/
* cpack: Fix compilation on Cygwin after auto_ptr removalBrad King2017-09-271-1/+1
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-251-27/+25
* CPack: Add missing check for CPACK_INSTALL_SCRIPT variableAlex Turbov2017-09-201-1/+2
* Merge topic 'ranged-for'Brad King2017-09-191-12/+6
|\
| * Meta: modernize old-fashioned loops to range-based `for` (CPack).Pavel Solodovnikov2017-09-191-12/+6
* | Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-1/+1
|/
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-6/+6
* cmState: remove RemoveUnscriptableCommandsDaniel Pfeifer2017-05-081-2/+0
* cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-081-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-4/+4
* Windows: Use UTF-8 for pipes in CMake, CTest and CPackDāvis Mosāns2016-11-291-0/+2
* iwyu: Fix more findingsDaniel Pfeifer2016-11-281-14/+15
* Enable Unicode output to Windows consolesDāvis Mosāns2016-10-261-0/+8