Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | BUG: A little bit more refactoring from BundleGenerator to ↵ | David Cole | 2009-02-19 | 1 | -125/+1 |
| | | | | DragNDropGenerator. See issue #8556. Thanks for Clinton Stimpson for the patch. | ||||
* | BUG: Fix issue #8383. Avoid crashing when using the Bundle CPack generator ↵ | David Cole | 2009-01-22 | 1 | -0/+16 |
| | | | | and CPACK_BUNDLE_NAME is not set. Instead, fail gracefully giving an informative error message and non-zero exit code. | ||||
* | BUG: Fix issue #8402. Add a drag and drop bundle generator to the Mac build ↵ | David Cole | 2009-01-22 | 1 | -82/+0 |
| | | | | of CPack. Add a test of it in the CPackComponents test. Thanks to Clinton Stimpson for the patch. | ||||
* | BUG: Fix issue #7523: Analyze output of 'hdiutil attach' to get the name of ↵ | David Cole | 2009-01-21 | 1 | -7/+11 |
| | | | | the volume that was mounted. Eliminates the need to use the -mountpoint arg of hdiutil which has a silly 90 character limit on the name of the mount point. Also add a custom volume icon to the BundleGeneratorTest to cover this code. | ||||
* | ENH: allow startup command to be optional | Bill Hoffman | 2008-12-04 | 1 | -27/+22 |
| | |||||
* | STYLE: fix line length issues | Bill Hoffman | 2008-10-02 | 1 | -2/+4 |
| | |||||
* | STYLE: fix line length stuff for KWStyle | Bill Hoffman | 2008-10-01 | 1 | -5/+11 |
| | |||||
* | ENH: Improvements to the bundle cpack generator from second patch attached ↵ | David Cole | 2008-07-18 | 1 | -100/+138 |
| | | | | to feature request #7170. Thanks to Tim Shead. | ||||
* | COMP: Eliminate unreferenced variable warning | David Cole | 2008-06-19 | 1 | -0/+2 |
| | |||||
* | ENH: Apply patch for feature request #7170. Thanks to Tim Shead for ↵ | David Cole | 2008-06-18 | 1 | -0/+319 |
contributing... |