| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | CPack: Ensure CPACK_PACKAGE_DIRECTORY is an absolute path | Johnny Jazeix | 2019-11-01 | 1 | -1/+7 |
|/ |
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 49 | -173/+170 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 8 | -8/+15 |
|
|
* | cmCPackGeneratorFactory: rule of zero | Tushar Maheshwari | 2019-09-17 | 3 | -31/+11 |
|
|
* | Merge topic 'tidy-deprecated-headers' | Brad King | 2019-09-16 | 12 | -15/+16 |
|\ |
|
| * | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 12 | -15/+16 |
|
|
* | | Merge topic 'cpack-wix-start-menu' | Brad King | 2019-09-13 | 2 | -12/+33 |
|\ \
| |/
|/| |
|
| * | CPackWIX: Allow omitting program menu folder and uninstall shortcut | Alexej Harm | 2019-09-12 | 2 | -12/+33 |
|
|
* | | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 4 | -28/+18 |
|/ |
|
* | Merge topic 'use-using' | Brad King | 2019-09-06 | 11 | -25/+25 |
|\ |
|
| * | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-04 | 11 | -25/+25 |
|
|
* | | CPack/FreeBSD: Cleanup include-what-you-use diagnostics | Brad King | 2019-09-05 | 2 | -3/+5 |
|
|
* | | Merge topic 'cpack-zstd' | Brad King | 2019-09-05 | 23 | -314/+106 |
|\ \
| |/
|/| |
|
| * | CPack: Add generator for .tar.zst packages | Regina Pfeifer | 2019-09-04 | 3 | -0/+9 |
|
|
| * | cmCPackArchiveGenerator: Code cleanup | Regina Pfeifer | 2019-09-04 | 23 | -314/+97 |
|
|
* | | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-03 | 2 | -2/+2 |
|/ |
|
* | IWYU: Add missing cstddef includes for size_t and nullptr_t | Brad King | 2019-09-03 | 1 | -0/+1 |
|
|
* | Merge topic 'cpack-install-multiple-configurations' | Brad King | 2019-09-03 | 1 | -21/+49 |
|\ |
|
| * | cpack: Add `CPACK_INSTALL_CMAKE_CONFIGURATIONS` variable | Alex Turbov | 2019-08-30 | 1 | -17/+47 |
|
|
| * | Refactor: Use `unique_ptr` instead of raw pointer | Alex Turbov | 2019-08-19 | 1 | -5/+3 |
|
|
* | | CPack/IFW: Command vectorization | Konstantin Podsvirov | 2019-08-27 | 1 | -47/+72 |
|
|
* | | Merge topic 'pvs-cleanup' | Brad King | 2019-08-26 | 1 | -5/+5 |
|\ \ |
|
| * | | cmCPackLog: Fix support for multiple log message tags | Brad King | 2019-08-26 | 1 | -5/+5 |
|
|
* | | | Merge topic 'source_sweep_ostringstream_single' | Brad King | 2019-08-26 | 1 | -3/+2 |
|\ \ \ |
|
| * | | | Source sweep: Replace std::ostringstream when used with a single append | Sebastian Holtermann | 2019-08-23 | 1 | -3/+2 |
|
|
* | | | | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 12 | -55/+42 |
|/ / / |
|
* | | | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 18 | -235/+167 |
|/ / |
|
* | | Merge topic 'shared-string' | Brad King | 2019-08-21 | 1 | -14/+15 |
|\ \ |
|
| * | | cpack.cxx: Re-order include blocks to follow our conventions | Brad King | 2019-08-20 | 1 | -14/+15 |
| |/ |
|
* | | Merge topic 'cm-contains' | Brad King | 2019-08-21 | 2 | -7/+4 |
|\ \
| |/
|/| |
|
| * | cmAlgorithms: Add cmContains | Regina Pfeifer | 2019-08-19 | 2 | -7/+4 |
|
|
* | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 7 | -30/+25 |
|/ |
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 13 | -57/+55 |
|
|
* | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP | Kitware Robot | 2019-08-09 | 1 | -2/+2 |
|
|
* | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize | Sebastian Holtermann | 2019-08-05 | 3 | -7/+7 |
|
|
* | Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With | Sebastian Holtermann | 2019-08-01 | 1 | -1/+2 |
|
|
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h | Sebastian Holtermann | 2019-07-29 | 1 | -1/+1 |
|
|
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 2 | -19/+15 |
|
|
* | Merge topic 'cpack-install-scripts' | Craig Scott | 2019-07-22 | 1 | -2/+14 |
|\ |
|
| * | CPack: Introduce CPACK_INSTALL_SCRIPTS variable | Alex Turbov | 2019-07-21 | 1 | -2/+14 |
|
|
* | | Introduce memory management helper: cm_memory.hxx | Marc Chevrier | 2019-07-14 | 1 | -1/+2 |
|
|
* | | Merge topic 'cleanup-statics-stream-flush' | Craig Scott | 2019-07-13 | 1 | -4/+6 |
|\ \ |
|
| * | | Refactor: Use anonymous namespace instead of `static`s in `cpack.cxx` | Alex Turbov | 2019-07-09 | 1 | -4/+6 |
| |/ |
|
* | | Merge topic 'iwyu-memory' | Brad King | 2019-07-11 | 2 | -2/+1 |
|\ \ |
|
| * | | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 2 | -2/+1 |
| |/ |
|
* | | Refactor: Move CPack internal files to `Internal/CPack/` directory | Alex Turbov | 2019-07-09 | 5 | -7/+9 |
|/ |
|
* | Use cmFileTimes instead of cmSystemToolsFileTime interface | Sebastian Holtermann | 2019-05-22 | 1 | -1/+2 |
|
|
* | Merge topic 'std-pipes-always' | Brad King | 2019-05-03 | 1 | -0/+1 |
|\ |
|
| * | Ensure stdin, stdout, and stderr pipes are always open | Brad King | 2019-05-02 | 1 | -0/+1 |
|
|
* | | CPack/IFW: Add StyleSheet field | Zaytsev Yuriy | 2019-05-02 | 2 | -0/+20 |
|/ |
|