summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Expand)AuthorAgeFilesLines
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-2312-55/+42
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-2218-235/+167
* Merge topic 'shared-string'Brad King2019-08-211-14/+15
|\
| * cpack.cxx: Re-order include blocks to follow our conventionsBrad King2019-08-201-14/+15
* | Merge topic 'cm-contains'Brad King2019-08-212-7/+4
|\ \ | |/ |/|
| * cmAlgorithms: Add cmContainsRegina Pfeifer2019-08-192-7/+4
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-177-30/+25
|/
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-1413-57/+55
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-2/+2
* cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenizeSebastian Holtermann2019-08-053-7/+7
* Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}WithSebastian Holtermann2019-08-011-1/+2
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-242-19/+15
* Merge topic 'cpack-install-scripts'Craig Scott2019-07-221-2/+14
|\
| * CPack: Introduce CPACK_INSTALL_SCRIPTS variableAlex Turbov2019-07-211-2/+14
* | Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-1/+2
* | 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
| |/
* | Merge topic 'iwyu-memory'Brad King2019-07-112-2/+1
|\ \
| * | IWYU: Fix handling of <memory> standard headerBrad King2019-07-102-2/+1
| |/
* | Refactor: Move CPack internal files to `Internal/CPack/` directoryAlex Turbov2019-07-095-7/+9
|/
* Use cmFileTimes instead of cmSystemToolsFileTime interfaceSebastian Holtermann2019-05-221-1/+2
* Merge topic 'std-pipes-always'Brad King2019-05-031-0/+1
|\
| * Ensure stdin, stdout, and stderr pipes are always openBrad King2019-05-021-0/+1
* | CPack/IFW: Add StyleSheet fieldZaytsev Yuriy2019-05-022-0/+20
|/
* cpack: Remove unused file with old development notesBrad King2019-04-111-68/+0
* tidy: Fix modernize-raw-string-literal in FreeBSD CPack generatorBrad King2019-04-051-1/+1
* Modernize: Enable modernize-raw-string-literal in clang-tidyArtur Ryt2019-04-021-13/+13
* Modernize: Prefer .substr in place of .c_str() + intArtur Ryt2019-03-301-1/+1
* Replace use of CollapseCombinedPath with CollapseFullPathBrad King2019-03-192-3/+2
* cmSystemTools: More functions accept `std::string` paramsVitaly Stakhovsky2019-02-201-2/+1
* cmMakefile::ConfigureFile: Accept `std::string` parametersVitaly Stakhovsky2019-02-196-12/+13
* Delete some default constructors and assignment operatorsAlbert Astals Cid2019-02-152-0/+6
* 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-113-4/+5
|/
* Merge topic 'modernize-for-loops'Brad King2019-02-112-37/+22
|\
| * Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-072-37/+22
* | Merge topic 'runsinglecommand'Brad King2019-02-088-23/+22
|\ \ | |/ |/|
| * cmSystemTools::RunSingleCommand: Accept std::string argumentVitaly Stakhovsky2019-02-068-23/+22
* | Prefer front/back/data over dereferencing begin/rbegin iterArtur Ryt2019-02-061-1/+1
|/
* Merge topic 'functional-callbacks'Brad King2019-01-302-13/+5
|\
| * Use `std::function` for callbacksRegina Pfeifer2019-01-292-13/+5
* | Merge topic 'copyfile-stdstring'Brad King2019-01-303-8/+4
|\ \
| * | cmSystemTools: copy file member functions accept std::string paramsVitaly Stakhovsky2019-01-293-8/+4
| |/
* | Merge topic 'tidy-use-equals-default'Brad King2019-01-2921-79/+27
|\ \ | |/ |/|
| * clang-tidy: Use `= default`Regina Pfeifer2019-01-2521-79/+27
* | Merge topic 'renamefile-string'Brad King2019-01-251-1/+1
|\ \ | |/ |/|
| * cmSystemTools::RenameFile: Accepts std::string argsVitaly Stakhovsky2019-01-231-1/+1
* | clang-tidy: Pass by valueRegina Pfeifer2019-01-222-31/+28
|/