| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge topic 'include-what-you-use' | Brad King | 2016-09-07 | 38 | -82/+230 |
|\ |
|
| * | CPack: include what you use | Daniel Pfeifer | 2016-09-06 | 38 | -82/+230 |
|
|
* | | CPackWIX: Fix incomplete CPACK_WIX_SKIP_PROGRAM_FOLDER implementation | Michael Stürmer | 2016-09-06 | 10 | -38/+79 |
|/ |
|
* | Merge topic 'cpack-deb-long-filenames' | Brad King | 2016-09-06 | 1 | -2/+10 |
|\ |
|
| * | CPack/DEB: Add option to select archive type | Domen Vrankar | 2016-09-05 | 1 | -2/+10 |
|
|
* | | Merge topic 'macro-parenthesis' | Brad King | 2016-09-06 | 1 | -4/+4 |
|\ \ |
|
| * | | surround macro arguments with parentheses | Daniel Pfeifer | 2016-09-05 | 1 | -4/+4 |
| |/ |
|
* | | tidy: Fix readability-redundant-string-cstr issues | Gregor Jasny | 2016-09-04 | 5 | -27/+24 |
|/ |
|
* | make sure to include cmConfigure.h before cmStandardIncludes.h | Daniel Pfeifer | 2016-09-03 | 2 | -0/+4 |
|
|
* | CPack: don't use else after return | Daniel Pfeifer | 2016-08-18 | 4 | -23/+12 |
|
|
* | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 2 | -2/+2 |
|
|
* | CPackWIX: Implement new CPACK_WIX_SKIP_PROGRAM_FOLDER feature | Michael Stürmer | 2016-08-08 | 4 | -4/+31 |
|
|
* | CPackWIX: Support custom title and description for the root feature | Michael Stürmer | 2016-08-02 | 1 | -1/+8 |
|
|
* | Merge topic 'wix-disabled-components' | Brad King | 2016-08-01 | 1 | -0/+4 |
|\ |
|
| * | CPackWIX: Support CPACK_COMPONENT_<compName>_DISABLED | Michael Stürmer | 2016-07-22 | 1 | -0/+4 |
|
|
* | | Source/CPack: Add CM_OVERRIDE on MacOS cmCPackGenerator overrides | Brad King | 2016-07-22 | 6 | -23/+23 |
|/ |
|
* | Merge topic 'compat-CPACK_INSTALL_CMAKE_PROJECTS-subdirectory' | Brad King | 2016-07-20 | 1 | -1/+2 |
|\ |
|
| * | CPack: Add compatibility for incorrect CPACK_INSTALL_CMAKE_PROJECTS value | Brad King | 2016-07-19 | 1 | -1/+2 |
|
|
* | | Use better KWSys SystemTools::GetEnv and HasEnv signatures | Dāvis Mosāns | 2016-07-18 | 1 | -4/+4 |
|
|
* | | 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 |
|
|
* | | Avoid using KWSys auto_ptr by adopting it ourselves | Brad King | 2016-06-29 | 3 | -3/+3 |
|
|
* | | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 14 | -56/+62 |
|
|
* | | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 15 | -61/+63 |
|
|
* | | 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 | 7 | -12/+12 |
|
|
* | | Access std::ios_base with std::ios | Daniel Pfeifer | 2016-06-14 | 1 | -1/+1 |
|
|
* | | Add missing braces around statements. | Daniel Pfeifer | 2016-06-10 | 5 | -27/+53 |
|
|
* | | Merge topic 'small-cleanups' | Brad King | 2016-06-09 | 2 | -7/+7 |
|\ \ |
|
| * | | Prefer std::ostream& over derivatives as parameters | Daniel Pfeifer | 2016-06-08 | 2 | -7/+7 |
|
|
* | | | CPack/PackageMaker: port to cmXMLWriter | Daniel Pfeifer | 2016-06-09 | 3 | -85/+85 |
|/ / |
|
* | | Source/CPack: Run clang-format to fix style | Brad King | 2016-06-07 | 6 | -110/+75 |
|
|
* | | Remove c_str() calls from stream arguments. | Daniel Pfeifer | 2016-06-06 | 6 | -46/+43 |
|
|
* | | Merge topic 'productbuild' | Brad King | 2016-06-06 | 7 | -386/+799 |
|\ \ |
|
| * | | productbuild: Add new productbuild cpack generator. | Clinton Stimpson | 2016-06-03 | 5 | -1/+327 |
|
|
| * | | PackageMaker: factor out common code for creating pkg files. | Clinton Stimpson | 2016-06-02 | 4 | -388/+475 |
| |/ |
|
* | | Simplify boolean expressions | Daniel Pfeifer | 2016-06-02 | 5 | -29/+9 |
|/ |
|
* | Merge topic 'remove-needless-copies' | Brad King | 2016-05-27 | 4 | -6/+8 |
|\ |
|
| * | Pass arguments that are not modified as const&. | Daniel Pfeifer | 2016-05-26 | 4 | -6/+8 |
|
|
* | | Remove redundant c_str() calls. | Daniel Pfeifer | 2016-05-26 | 1 | -2/+2 |
|/ |
|
* | CPack/DragNDrop: Optionally disable `/Applications` symlink | Harry Mallon | 2016-05-25 | 1 | -5/+10 |
|
|
* | Improve string find: prefer character overloads. | Daniel Pfeifer | 2016-05-24 | 2 | -4/+4 |
|
|
* | Use std::replace for replacing chars in strings. | Daniel Pfeifer | 2016-05-24 | 2 | -7/+7 |
|
|
* | Merge topic 'cpack-deb-different-package-names' | Brad King | 2016-05-24 | 1 | -4/+4 |
|\ |
|
| * | CPack/Deb possibility to change package name | Domen Vrankar | 2016-05-23 | 1 | -4/+4 |
|
|
* | | CPackIFW: Command cpack_ifw_configure_component learned ESSENTIAL option | Konstantin Podsvirov | 2016-05-23 | 2 | -0/+14 |
|/ |
|
* | Merge topic 'minor-cleanup' | Brad King | 2016-05-20 | 1 | -5/+4 |
|\ |
|
| * | cmCPackDragNDropGenerator: Replace std::{ostringstream => string} | Brad King | 2016-05-17 | 1 | -5/+4 |
|
|
* | | CPackIFW: Add support for Promoting Updates | Konstantin Podsvirov | 2016-05-18 | 6 | -90/+518 |
|/ |
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 64 | -5690/+4184 |
|
|