| Commit message (Expand) | Author | Age | Files | Lines |
* | cmSystemTools::RunSingleCommand: Accept std::string argument | Vitaly Stakhovsky | 2019-02-06 | 1 | -2/+2 |
|
|
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -3/+1 |
|
|
* | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -10/+10 |
|
|
* | clang-tidy: fix warnings in macOS-only code | Brad King | 2018-11-27 | 1 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -19/+23 |
|
|
* | Make use of std::chrono throughout every component | Wouter Klouwen | 2018-01-23 | 1 | -4/+6 |
|
|
* | CPack: Fix PackageMaker .dmg HFS+ creation on macOS APFS hosts | Brad King | 2017-10-05 | 1 | -2/+2 |
|
|
* | Fix some occurrences of readability-braces-around-statements | Matthias Maennich | 2017-09-28 | 1 | -1/+2 |
|
|
* | Use C++11 nullptr (cont.) | Matthias Maennich | 2017-09-19 | 1 | -4/+4 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -2/+2 |
|
|
* | iwyu: Fix OSX specific issues | Daniel Pfeifer | 2016-11-22 | 1 | -9/+9 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | tidy: Fix readability-redundant-string-cstr issues | Gregor Jasny | 2016-09-04 | 1 | -8/+8 |
|
|
* | CPack/PackageMaker: port to cmXMLWriter | Daniel Pfeifer | 2016-06-09 | 1 | -15/+17 |
|
|
* | Remove c_str() calls from stream arguments. | Daniel Pfeifer | 2016-06-06 | 1 | -13/+13 |
|
|
* | productbuild: Add new productbuild cpack generator. | Clinton Stimpson | 2016-06-03 | 1 | -0/+2 |
|
|
* | PackageMaker: factor out common code for creating pkg files. | Clinton Stimpson | 2016-06-02 | 1 | -324/+0 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -449/+311 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -17/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -7/+7 |
|
|
* | Remove unused cmLocalGenerator include. | Stephen Kelly | 2015-10-05 | 1 | -1/+0 |
|
|
* | cmSystemTools: Teach RunSingleCommand to separate stdout and stderr | Brad King | 2015-04-20 | 1 | -5/+6 |
|
|
* | Merge topic 'cpack-PackageMaker-OSX-10.10' | Brad King | 2015-01-15 | 1 | -9/+25 |
|\ |
|
| * | CPack: Fix PackageMaker internal versioning for OS X 10.10 | Calin Cascaval | 2015-01-12 | 1 | -9/+25 |
|
|
* | | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -10/+11 |
|
|
* | | cpack: Fix installed size computation with PackageMaker generator | Calin Cascaval | 2014-12-22 | 1 | -0/+1 |
|/ |
|
* | stringapi: Miscellaneous char* parameters | Ben Boeckel | 2014-03-08 | 1 | -7/+8 |
|
|
* | stringapi: Use string for OS X resource names | Ben Boeckel | 2014-03-08 | 1 | -4/+5 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -2/+3 |
|
|
* | PackageMaker: Enable postflight script in component mode (#12375) | Clinton Stimpson | 2012-10-31 | 1 | -35/+91 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -46/+46 |
|
|
* | Merge topic 'fix-12621-xcode43' | Brad King | 2012-03-19 | 1 | -23/+64 |
|\ |
|
| * | CPack: Use real path to PackageMaker to find its version file (#12621) | David Cole | 2012-03-13 | 1 | -0/+3 |
|
|
| * | Xcode: Detect new default locations of Xcode 4.3 bits and pieces (#12621) | David Cole | 2012-03-09 | 1 | -23/+61 |
|
|
* | | CPack: Fix retry logic when calls to hdiutil fail | David Cole | 2012-03-09 | 1 | -2/+4 |
|/ |
|
* | Silence the may be used uninitialized warnings: initialize stuff. | David Cole | 2011-02-03 | 1 | -1/+1 |
|
|
* | CPack: Refactor API in order to handle multi-file packages | Eric NOULARD | 2010-08-11 | 1 | -6/+4 |
|
|
* | Try to avoid cronic random failures on some Macs. | Bill Hoffman | 2009-10-04 | 1 | -2/+13 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | STYLE: fix line length stuff for KWStyle | Bill Hoffman | 2008-10-01 | 1 | -10/+21 |
|
|
* | BUG: Fix issue #7414 - do not crash when given components with circular depen... | David Cole | 2008-07-30 | 1 | -5/+22 |
|
|
* | ENH: One more patch from Doug Gregor including PackageMaker functionality for... | David Cole | 2008-07-09 | 1 | -98/+191 |
|
|
* | ENH: Further refinement of the CPack components functionality from Doug Gregor. | David Cole | 2008-07-08 | 1 | -1/+11 |
|
|
* | BUG: Workaround PackageMaker 3.0 issue for new CPack components feature. Than... | David Cole | 2008-06-18 | 1 | -49/+86 |
|
|
* | ENH: Add patch for feature request #6847 - CPack components for NSIS and Pack... | David Cole | 2008-06-17 | 1 | -57/+461 |
|
|
* | ENH: install working with symlink qt tool | Bill Hoffman | 2008-02-19 | 1 | -8/+60 |
|
|
* | ENH: try to fix dashboard | Bill Hoffman | 2007-12-17 | 1 | -1/+17 |
|
|
* | COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697. | Brad King | 2007-11-05 | 1 | -2/+2 |
|
|
* | ENH: Add CPACK_SET_DESTDIR handling to enable packaging of installed files in... | David Cole | 2007-10-31 | 1 | -0/+1 |
|
|
* | ENH: make sure null const char* is not put into ossttringstream to avoid seg ... | Bill Hoffman | 2006-10-30 | 1 | -6/+10 |
|
|