| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Code style: add missed explicit 'this->' | Oleksandr Koval | 2021-01-05 | 1 | -5/+5 |
|
|
* | CPackIFW: Add CPACK_IFW_PACKAGE_WIZARD_SHOW_PAGE_LIST variable | Konstantin Podsvirov | 2020-11-27 | 1 | -0/+25 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -4/+4 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -2/+2 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -2/+1 |
|
|
* | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize | Sebastian Holtermann | 2019-08-05 | 1 | -1/+2 |
|
|
* | CPack/IFW: Add StyleSheet field | Zaytsev Yuriy | 2019-05-02 | 1 | -0/+17 |
|
|
* | 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 |
|
|
* | | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -3/+1 |
|/ |
|
* | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls | Sebastian Holtermann | 2018-08-07 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -3/+6 |
|
|
* | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -1/+1 |
|
|
* | CPack/IFW: Add option to control deletion of the install directory | Jean-Philippe Lebel | 2017-12-15 | 1 | -0/+13 |
|
|
* | Merge topic 'ranged-for' | Brad King | 2017-09-19 | 1 | -6/+4 |
|\ |
|
| * | Meta: modernize old-fashioned loops to range-based `for` (CPack). | Pavel Solodovnikov | 2017-09-19 | 1 | -6/+4 |
|
|
* | | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -3/+3 |
|/ |
|
* | CPackIFW: Access refactoring | Konstantin Podsvirov | 2017-05-09 | 1 | -154/+159 |
|
|
* | CPackIFW: Refactor out some commonly used code | Konstantin Podsvirov | 2017-05-03 | 1 | -60/+12 |
|
|
* | cmCPackIFWInstaller: fix validation of WizardStyle option | Konstantin Podsvirov | 2017-04-26 | 1 | -4/+5 |
|
|
* | clang-tidy: use operators for string comparison | Daniel Pfeifer | 2017-04-26 | 1 | -3/+2 |
|
|
* | clang-tidy: remove reduntant .data() calls | Daniel Pfeifer | 2017-04-21 | 1 | -12/+9 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | CPack: drop CPack prefix for includes | Daniel Pfeifer | 2017-04-11 | 1 | -2/+2 |
|
|
* | QtIFW: Added new options to QtIFW cpack generator for modifying wizard style | Alexander Voitenko | 2017-01-17 | 1 | -3/+116 |
|
|
* | clang-tidy: apply modernize-use-bool-literals fixes | Daniel Pfeifer | 2016-12-12 | 1 | -1/+1 |
|
|
* | Merge topic 'cpack-ifw-options' | Brad King | 2016-11-30 | 1 | -1/+5 |
|\ |
|
| * | CPackIFW: Add some options | Konstantin Podsvirov | 2016-11-24 | 1 | -1/+5 |
|
|
* | | iwyu: Fix more findings | Daniel Pfeifer | 2016-11-28 | 1 | -3/+5 |
|/ |
|
* | fix more issues reported by clang-tidy | Daniel Pfeifer | 2016-10-20 | 1 | -1/+1 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | CPackIFW: Add 'cpack_ifw_add_package_resources' command | Konstantin Podsvirov | 2016-09-19 | 1 | -0/+84 |
|
|
* | CPack: include what you use | Daniel Pfeifer | 2016-09-06 | 1 | -5/+9 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -2/+2 |
|
|
* | Add missing braces around statements. | Daniel Pfeifer | 2016-06-10 | 1 | -1/+2 |
|
|
* | CPackIFW: Add support for Promoting Updates | Konstantin Podsvirov | 2016-05-18 | 1 | -74/+4 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -274/+177 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -9/+0 |
|
|
* | CPack/IFW: port to cmXMLWriter | Daniel Pfeifer | 2016-03-23 | 1 | -53/+36 |
|
|
* | CPackIFW: Add QtIFW 2.0 support | Konstantin Podsvirov | 2015-05-15 | 1 | -8/+143 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -1/+1 |
|
|
* | CPackIFW: Added support for multiple repositories | Konstantin Podsvirov | 2014-10-05 | 1 | -11/+113 |
|
|
* | CPackIFW: Revise this generator | Konstantin Podsvirov | 2014-08-12 | 1 | -3/+18 |
|
|
* | CPackIFW: Refactor and revise this generator | Konstantin Podsvirov | 2014-08-11 | 1 | -0/+289 |
|
|