| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'clang-tidy' | Brad King | 2016-10-20 | 1 | -1/+1 |
|\ |
|
| * | fix more issues reported by clang-tidy | Daniel Pfeifer | 2016-10-20 | 1 | -1/+1 |
|
|
* | | cmListFileCache: Remove cmState header include | Stephen Kelly | 2016-10-19 | 1 | -0/+1 |
|
|
* | | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 2 | -2/+2 |
|/ |
|
* | CPack/RPM single debuginfo packaging | Domen Vrankar | 2016-10-07 | 1 | -1/+87 |
|
|
* | CPack/RPM learned defining main component | Domen Vrankar | 2016-10-07 | 1 | -28/+131 |
|
|
* | Do not define cout/cerr preprocessor symbols | Brad King | 2016-10-04 | 4 | -24/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 77 | -917/+154 |
|
|
* | CPack/NSIS: Add custom component install directory | Roman Wüger | 2016-09-26 | 2 | -6/+40 |
|
|
* | Merge topic 'cpack.hash_computing' | Brad King | 2016-09-20 | 1 | -1/+32 |
|\ |
|
| * | CPack: Add option to generate a checksum file next to each package file | Petr Orlov | 2016-09-19 | 1 | -1/+32 |
|
|
* | | 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 |
|
|
* | Merge topic 'drop-cygwin-binary' | Brad King | 2016-09-12 | 1 | -69/+0 |
|\ |
|
| * | Utilities/Release: Drop Cygwin binary | Brad King | 2016-09-12 | 1 | -69/+0 |
|
|
* | | CPackWIX: Enabled patching of WIX <Feature> tags | Michael Stürmer | 2016-09-09 | 3 | -8/+15 |
|/ |
|
* | 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 |
|\ \ |
|