| Commit message (Expand) | Author | Age | Files | Lines |
* | CPackIFW: Fix parsing of name and version in component DEPENDS | Craig Scott | 2021-03-26 | 1 | -32/+77 |
|
|
* | CPackIFW: Remove redundant variable assignment | Craig Scott | 2021-03-24 | 1 | -1/+1 |
|
|
* | CPackIFWInstaller: Avoid potential null pointer dereference | Craig Scott | 2021-02-19 | 1 | -2/+9 |
|
|
* | CPackIFW: Improve warning and docs for show page list option | Craig Scott | 2021-02-14 | 1 | -3/+5 |
|
|
* | CPackIFW: Fix cppcheck warnings | Craig Scott | 2021-02-14 | 1 | -3/+4 |
|
|
* | clang-tidy: fix `readability-make-member-function-const` warnings | Ben Boeckel | 2021-01-27 | 4 | -12/+12 |
|
|
* | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 4 | -13/+13 |
|
|
* | CPackIFW: Add CPACK_IFW_PACKAGE_WIZARD_SHOW_PAGE_LIST variable | Konstantin Podsvirov | 2020-11-27 | 2 | -0/+29 |
|
|
* | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 5 | -20/+5 |
|
|
* | IWYU: mark <cstddef> as needed | Ben Boeckel | 2020-04-29 | 1 | -1/+1 |
|
|
* | clang-tidy: address bugprone-branch-clone lints | Ben Boeckel | 2020-04-13 | 1 | -4/+0 |
|
|
* | replace "substr(0, xx) ==" with cmHasPrefix() | Rolf Eike Beer | 2020-03-23 | 1 | -8/+2 |
|
|
* | remove needless check for std::string::substr() | Rolf Eike Beer | 2020-03-23 | 1 | -2/+1 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 9 | -30/+30 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 3 | -3/+3 |
|
|
* | clang-tidy: modernize-use-auto | Regina Pfeifer | 2019-09-10 | 2 | -20/+14 |
|
|
* | clang-tidy: Replace typedef with using | Regina Pfeifer | 2019-09-04 | 3 | -9/+9 |
|
|
* | IWYU: Add missing cstddef includes for size_t and nullptr_t | Brad King | 2019-09-03 | 1 | -0/+1 |
|
|
* | CPack/IFW: Command vectorization | Konstantin Podsvirov | 2019-08-27 | 1 | -47/+72 |
|
|
* | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 3 | -8/+4 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 2 | -6/+5 |
|
|
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -4/+4 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 4 | -16/+18 |
|
|
* | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize | Sebastian Holtermann | 2019-08-05 | 1 | -1/+2 |
|
|
* | CPack/IFW: Add StyleSheet field | Zaytsev Yuriy | 2019-05-02 | 2 | -0/+20 |
|
|
* | cmSystemTools::RunSingleCommand: Accept std::string argument | Vitaly Stakhovsky | 2019-02-06 | 1 | -4/+4 |
|
|
* | Merge topic 'copyfile-stdstring' | Brad King | 2019-01-30 | 1 | -2/+1 |
|\ |
|
| * | cmSystemTools: copy file member functions accept std::string params | Vitaly Stakhovsky | 2019-01-29 | 1 | -2/+1 |
|
|
* | | Merge topic 'tidy-use-equals-default' | Brad King | 2019-01-29 | 3 | -9/+3 |
|\ \
| |/
|/| |
|
| * | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 3 | -9/+3 |
|
|
* | | cmSystemTools::RenameFile: Accepts std::string args | Vitaly Stakhovsky | 2019-01-23 | 1 | -1/+1 |
|/ |
|
* | clang-tidy: Fix readability-static-accessed-through-instance | Regina Pfeifer | 2018-11-21 | 1 | -2/+2 |
|
|
* | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls | Sebastian Holtermann | 2018-08-07 | 4 | -5/+5 |
|
|
* | Fix misc. typos | luz.paz | 2018-06-04 | 1 | -4/+4 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 4 | -19/+35 |
|
|
* | Merge topic 'reduce-temporaries' | Brad King | 2018-01-29 | 1 | -1/+1 |
|\ |
|
| * | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -1/+1 |
|
|
* | | Make use of std::chrono throughout every component | Wouter Klouwen | 2018-01-23 | 1 | -6/+7 |
|/ |
|
* | Various typo fixes | Luz Paz | 2018-01-03 | 1 | -1/+1 |
|
|
* | CPack/IFW: Add option to control deletion of the install directory | Jean-Philippe Lebel | 2017-12-15 | 2 | -0/+17 |
|
|
* | Merge topic 'cpackifw-options' | Brad King | 2017-09-25 | 2 | -0/+43 |
|\ |
|
| * | CPackIFW: Add some options | Konstantin Podsvirov | 2017-09-21 | 2 | -0/+43 |
|
|
* | | Replace empty-string comparisons with checking against `empty()`. | Pavel Solodovnikov | 2017-09-21 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'ranged-for' | Brad King | 2017-09-19 | 4 | -73/+48 |
|\ |
|
| * | Meta: modernize old-fashioned loops to range-based `for` (CPack). | Pavel Solodovnikov | 2017-09-19 | 4 | -73/+48 |
|
|
* | | Merge topic 'string-clear' | Brad King | 2017-09-19 | 3 | -19/+19 |
|\ \ |
|
| * | | Meta: replace empty-string assignments with `clear()`. | Pavel Solodovnikov | 2017-09-15 | 3 | -19/+19 |
| |/ |
|
* | | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 3 | -18/+18 |
|/ |
|
* | Merge topic 'cpackifw-repositories-directories' | Brad King | 2017-08-28 | 2 | -0/+40 |
|\ |
|
| * | CPackIFW: Add CPACK_IFW_REPOSITORIES_DIRECTORIES variable | Konstantin Podsvirov | 2017-08-17 | 2 | -0/+40 |
|
|