| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 3 | -8/+8 |
|/ |
|
* | CPackIFW: Add CPACK_IFW_PACKAGE_FILE_EXTENSION variable | Konstantin Podsvirov | 2017-08-09 | 2 | -12/+27 |
|
|
* | CPackIFW: Internationalization Support | Konstantin Podsvirov | 2017-05-12 | 4 | -16/+101 |
|
|
* | CPackIFW: Access refactoring | Konstantin Podsvirov | 2017-05-09 | 5 | -558/+583 |
|
|
* | CPackIFW: Refactor out some commonly used code | Konstantin Podsvirov | 2017-05-03 | 10 | -322/+238 |
|
|
* | 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 | 2 | -6/+5 |
|
|
* | clang-tidy: remove reduntant .data() calls | Daniel Pfeifer | 2017-04-21 | 2 | -18/+13 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 7 | -7/+7 |
|
|
* | CPack: drop CPack prefix for includes | Daniel Pfeifer | 2017-04-11 | 5 | -11/+11 |
|
|
* | CPackIFW: Add some options | Konstantin Podsvirov | 2017-01-24 | 2 | -18/+165 |
|
|
* | QtIFW: Added new options to QtIFW cpack generator for modifying wizard style | Alexander Voitenko | 2017-01-17 | 2 | -3/+141 |
|
|
* | clang-tidy: apply modernize-use-bool-literals fixes | Daniel Pfeifer | 2016-12-12 | 3 | -3/+3 |
|
|
* | Merge topic 'cpack-ifw-options' | Brad King | 2016-11-30 | 3 | -3/+88 |
|\ |
|
| * | CPackIFW: Add some options | Konstantin Podsvirov | 2016-11-24 | 3 | -3/+88 |
|
|
* | | iwyu: Fix more findings | Daniel Pfeifer | 2016-11-28 | 1 | -3/+5 |
|/ |
|
* | Remove cmObject.h and cmTypeMacro.h | Daniel Pfeifer | 2016-10-24 | 1 | -1/+0 |
|
|
* | 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 | 8 | -96/+16 |
|
|
* | CPackIFW: Add 'cpack_ifw_add_package_resources' command | Konstantin Podsvirov | 2016-09-19 | 3 | -0/+100 |
|
|
* | CPackIFW: Add USER_INTERFACES option | Pierluigi Taddei | 2016-09-16 | 2 | -0/+33 |
|
|
* | CPack: include what you use | Daniel Pfeifer | 2016-09-06 | 8 | -37/+68 |
|
|
* | Merge topic 'cpack-ifw-fix-repo-attributes' | Brad King | 2016-07-06 | 1 | -2/+2 |
|\ |
|
| * | CPackIFW: Fix attributes for Promoting Updates repository replacement | Konstantin Podsvirov | 2016-07-05 | 1 | -2/+2 |
|
|
* | | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 4 | -15/+17 |
|
|
* | | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -14/+15 |
|
|
* | | Add CM_OVERRIDE to some functions | Daniel Pfeifer | 2016-06-27 | 1 | -3/+3 |
|
|
* | | Prefer istringstream and ostringstream over stringstream. | Daniel Pfeifer | 2016-06-14 | 2 | -2/+2 |
|
|
* | | Add missing braces around statements. | Daniel Pfeifer | 2016-06-10 | 4 | -18/+37 |
|
|
* | | Simplify boolean expressions | Daniel Pfeifer | 2016-06-02 | 1 | -9/+5 |
|/ |
|
* | Improve string find: prefer character overloads. | Daniel Pfeifer | 2016-05-24 | 1 | -3/+3 |
|
|
* | CPackIFW: Command cpack_ifw_configure_component learned ESSENTIAL option | Konstantin Podsvirov | 2016-05-23 | 2 | -0/+14 |
|
|