summaryrefslogtreecommitdiff
path: root/Source/CPack/cmCPackGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cpack-custom-templates' into release-3.16Brad King2019-11-181-0/+11
|\
| * CPack: Restore support for custom package configuration templatesBrad King2019-11-151-0/+11
* | CPack: Remove CPACK_INSTALL_CMAKE_CONFIGURATIONSAlex Turbov2019-11-111-8/+0
|/
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+4
* Merge topic 'cpack-install-multiple-configurations'Brad King2019-09-031-21/+49
|\
| * cpack: Add `CPACK_INSTALL_CMAKE_CONFIGURATIONS` variableAlex Turbov2019-08-301-17/+47
| * Refactor: Use `unique_ptr` instead of raw pointerAlex Turbov2019-08-191-5/+3
* | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-18/+16
* | Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-24/+17
|/
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-11/+9
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-12/+10
* Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}WithSebastian Holtermann2019-08-011-1/+2
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-7/+6
* Merge topic 'cpack-install-scripts'Craig Scott2019-07-221-2/+14
|\
| * CPack: Introduce CPACK_INSTALL_SCRIPTS variableAlex Turbov2019-07-221-2/+14
* | IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
|/
* Use cmFileTimes instead of cmSystemToolsFileTime interfaceSebastian Holtermann2019-05-221-1/+2
* cmSystemTools: More functions accept `std::string` paramsVitaly Stakhovsky2019-02-201-2/+1
* cmMakefile::ConfigureFile: Accept `std::string` parametersVitaly Stakhovsky2019-02-181-1/+2
* Merge topic 'systools-stdstring2'Brad King2019-02-131-2/+1
|\
| * cmSystemTools: More methods accept `std::string` paramsVitaly Stakhovsky2019-02-111-2/+1
* | cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-111-2/+3
|/
* cmSystemTools::RunSingleCommand: Accept std::string argumentVitaly Stakhovsky2019-02-061-3/+3
* Merge topic 'functional-callbacks'Brad King2019-01-301-7/+3
|\
| * Use `std::function` for callbacksRegina Pfeifer2019-01-291-7/+3
* | cmSystemTools: copy file member functions accept std::string paramsVitaly Stakhovsky2019-01-291-4/+2
|/
* Merge topic 'read-list-file'Brad King2019-01-211-3/+3
|\
| * cmMakefile::ReadListFile() accepts std::string argumentVitaly Stakhovsky2019-01-171-3/+3
* | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-1/+2
|/
* Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-1/+2
* Warnings: Remove unused variablesCraig Scott2018-09-111-4/+0
* Merge topic 'cleanup-find-cstr'Brad King2018-08-091-1/+1
|\
| * Remove unnecessary c_str() in RegularExpression::find callsVitaly Stakhovsky2018-08-071-1/+1
* | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-2/+2
|/
* cmCPackGenerator: Store CPACK_INSTALL_CMAKE_PROJECTS in an internal fieldKyle Edwards2018-07-021-11/+19
* cmCPackGenerator: Refactor InstallProjectViaInstallCMakeProjects()Kyle Edwards2018-07-021-268/+284
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-94/+119
* cmake_minimum_required: Optionally set policies with version rangeBrad King2018-03-211-1/+2
* cmWorkingDirectory: Check success of current dir changesCraig Scott2018-03-081-0/+8
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-8/+6
* Merge topic 'reduce-temporaries'Brad King2018-01-291-3/+3
|\
| * Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-3/+3
* | Merge topic 'ctest-chrono'Brad King2018-01-261-4/+6
|\ \ | |/ |/|
| * Make use of std::chrono throughout every componentWouter Klouwen2018-01-231-4/+6
* | CPack: accept --trace and --trace-expandIsaiah Norton2018-01-231-0/+2
|/
* CPack: enable all CMake policies for generator scriptsDomen Vrankar2017-12-091-4/+11
* CPack: enable setting default dir creation permissionsDomen Vrankar2017-11-081-10/+44
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-26/+24
* CPack: use a distinct checksum file for each generatorDomen Vrankar2017-09-201-2/+1
* Meta: modernize old-fashioned loops to range-based `for` (CPack).Pavel Solodovnikov2017-09-191-57/+38