Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FIX: BUG: 0009124. Fix documentation | Mathieu Malaterre | 2009-10-30 | 1 | -0/+44 |
| | |||||
* | Convert CMake non-find modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+13 |
| | | | | | | | This adds copyright/license notification blocks CMake's non-find modules. Most of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices. | ||||
* | ENH: add CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA variable | Bill Hoffman | 2008-04-01 | 1 | -0/+11 |
| | |||||
* | ENH: remove trailing space | Bill Hoffman | 2008-04-01 | 1 | -1/+3 |
| | |||||
* | STYLE: add a comma to make it better understandable, also use STATUS as the | Alexander Neundorf | 2008-03-28 | 1 | -1/+1 |
| | | | | | | other MESSAGE() calls do Alex | ||||
* | ENH: allow deb to work without dpkg | Bill Hoffman | 2008-03-28 | 1 | -1/+2 |
| | |||||
* | ENH: remove hard codeded arch | Bill Hoffman | 2008-03-28 | 1 | -1/+5 |
| | |||||
* | ENH: remove hard codeded arch | Bill Hoffman | 2008-03-28 | 1 | -3/+6 |
| | |||||
* | ENH: Changed signature of GET_PROPERTY command to be more powerful and ↵ | Brad King | 2008-01-17 | 1 | -2/+2 |
| | | | | extendible. | ||||
* | BUG: rename DEBIAN_PACKAGE_* variables to CPACK_DEBIAN_PACKAGE_* variables | Alexander Neundorf | 2007-10-25 | 1 | -31/+31 |
| | | | | | | to make them actually work Alex | ||||
* | BUG: fix typo | Alexander Neundorf | 2007-08-14 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: deb generator: don't use the system provided ar, but do it yourself | Alexander Neundorf | 2007-08-14 | 1 | -7/+0 |
| | | | | | | | using the code from OpenBSD ar COMP: don't build all package generators on all platforms Alex | ||||
* | ENH: patch from Mathieu: more entries in the debian control file | Alexander Neundorf | 2007-08-08 | 1 | -8/+49 |
| | | | | Alex | ||||
* | ENH: better error messages from the debian package generator | Alexander Neundorf | 2007-08-03 | 1 | -5/+5 |
| | | | | | | | -don't display the cpack help if a generator failed with some problem -check for cmSystemTools::GetErrorOccuredFlag() Alex | ||||
* | ENH: deb generator can now generate deb packages | Alexander Neundorf | 2007-07-27 | 1 | -0/+50 |
| | | | | | | | | | | -remove the unscriptable commands also from the cpack cmake -use CPACK_PACKAGE_CONTACT in CMakeCPack.cmake, it's used in the nsis and the deb generator -make set_properties() scriptable -use a non-const char array for adding the python modules Alex | ||||
* | ENH: add an empty debian package generator, Mathieu volunteered to fill it | Alexander Neundorf | 2007-07-25 | 1 | -0/+10 |
:-) Alex |