Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Create cmXMLSafe to help escapes in XML | Brad King | 2009-02-05 | 1 | -1/+2 |
| | | | | | | | This class provides easy syntax to efficiently insert blocks of data into XML documents with proper escapes. It replaces the old cmCTest::MakeXMLSafe and cmSystemTools::MakeXMLSafe methods which allocated extra memory instead of directly streaming the data. | ||||
* | BUG: Use the DESTDIR prefix when creating the directory in CPack when ↵ | David Cole | 2008-10-15 | 1 | -8/+24 |
| | | | | CPACK_SET_DESTDIR is ON. Thanks to Petri Hodju for reporting this regression to the CMake mailing list: http://www.cmake.org/pipermail/cmake/2008-October/024563.html. | ||||
* | STYLE: fix line length issues | Bill Hoffman | 2008-10-02 | 1 | -6/+8 |
| | |||||
* | STYLE: fix line length stuff for KWStyle | Bill Hoffman | 2008-10-01 | 1 | -9/+16 |
| | |||||
* | STYLE: fix compiler warning | Bill Hoffman | 2008-09-24 | 1 | -2/+1 |
| | |||||
* | STYLE: fix warning and rename method | Bill Hoffman | 2008-09-23 | 1 | -2/+2 |
| | |||||
* | BUG: fix 7669, cpack did not work with symlinks | Bill Hoffman | 2008-09-22 | 1 | -154/+18 |
| | |||||
* | ENH: Further refinement of the CPack components functionality from Doug Gregor. | David Cole | 2008-07-08 | 1 | -0/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Details: ========== - New cpack_add_component, cpack_add_component_group, and cpack_add_install_type "commands" defined as macros in the CPack module. - Documentation for all of the variables and commands in the CPack module. - Added get_cmake_property(... COMPONENTS) to CMake to ask for the names of all components. Used in the CPack module to automatically build component-based installers. (Set CPACK_MONOLITHIC_INSTALL to turn off component-based installation). - A group can declare its PARENT_GROUP, to build an arbitrary hierarchy of groups. - New CPack command cpack_configure_downloads, which creates an installer that downloads only the selected components on-the-fly. Those components marked DOWNLOADED will be separate packages downloaded on-the-fly (or, all packages can be marked as such with the ALL option to cpack_configure_downloads). Individual components are compressed with ZIP at installer-creation time and downloaded/uncompressed by the installer as needed. This feature is only available on Windows with NSIS at the moment. - NSIS installers can install themselves and enable the "Change" button in Add/Remove programs, allowing users to go back and install or remove components. This can be disabled through cpack_configure_downloads, because it's only really useful is most of the application's functionality is in downloaded components. - Bug fix: automatically install everything whose COMPONENT was not specified (it's a hidden, required group) - Bug fix: fixed removal of components when re-running the NSIS installer and unchecking components - Bug fix: NSIS installers now only install/remove the minimal number of files when re-run to update the installation (or by clicking "Change" in Add/Remove programs) | ||||
* | COMP: Eliminate compiler warning on 64-bit build. | David Cole | 2008-06-18 | 1 | -1/+2 |
| | |||||
* | COMP: Fix errors and warnings from continuous dashboards running different ↵ | David Cole | 2008-06-17 | 1 | -0/+3 |
| | | | | compilers... | ||||
* | ENH: Add patch for feature request #6847 - CPack components for NSIS and ↵ | David Cole | 2008-06-17 | 1 | -76/+327 |
| | | | | PackageMaker installers. Thanks to Doug Gregor for all the hard work involved with implementing this patch! Also added new test CPackComponents that is conditionally executed only when NSIS or PackageMaker installer builders are available. | ||||
* | ENH: fix crash in cpack when CPACK_CYGWIN_PATCH_NUMBER not specified | Bill Hoffman | 2008-03-13 | 1 | -1/+9 |
| | |||||
* | ENH: fix crash in cygwin package stuff | Bill Hoffman | 2008-03-07 | 1 | -7/+34 |
| | |||||
* | ENH: have cpack work with DESTDIR install and ingest qt framework libs into ↵ | Bill Hoffman | 2008-02-18 | 1 | -1/+1 |
| | | | | cmake-gui | ||||
* | ENH: fix DESTDIR install | Bill Hoffman | 2008-02-16 | 1 | -3/+2 |
| | |||||
* | ENH: changne ProcessGenertor to DoPackage | Bill Hoffman | 2007-11-06 | 1 | -1/+1 |
| | |||||
* | ENH: change name | Bill Hoffman | 2007-11-05 | 1 | -0/+1060 |