Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: another patch from Mathieu with some comments | Alexander Neundorf | 2007-08-14 | 1 | -2/+6 |
| | | | | Alex | ||||
* | ENH: deb generator: don't use the system provided ar, but do it yourself | Alexander Neundorf | 2007-08-14 | 2 | -25/+252 |
| | | | | | | | using the code from OpenBSD ar COMP: don't build all package generators on all platforms Alex | ||||
* | COMP: silence warnings | Alexander Neundorf | 2007-08-08 | 1 | -1/+4 |
| | | | | Alex | ||||
* | BUG: register the rpm generator for RPM | Alexander Neundorf | 2007-08-08 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: patch from Mathieu: more entries in the debian control file | Alexander Neundorf | 2007-08-08 | 1 | -4/+24 |
| | | | | Alex | ||||
* | ENH: add empty RPM package generator, Eric Noulard wants to work on it | Alexander Neundorf | 2007-08-08 | 3 | -0/+109 |
| | | | | Alex | ||||
* | ENH: another fix for the deb generator by Mathieu | Alexander Neundorf | 2007-08-06 | 1 | -2/+17 |
| | | | | Alex | ||||
* | BUG: patch from Mathieu: the md5sums were not correct | Alexander Neundorf | 2007-08-06 | 1 | -0/+7 |
| | | | | Alex | ||||
* | ENH: better error messages from the debian package generator | Alexander Neundorf | 2007-08-03 | 2 | -5/+11 |
| | | | | | | | -don't display the cpack help if a generator failed with some problem -check for cmSystemTools::GetErrorOccuredFlag() Alex | ||||
* | ENH: use gnu tar for cygwin | Bill Hoffman | 2007-07-31 | 2 | -7/+21 |
| | |||||
* | STYLE: fix line length | Alexander Neundorf | 2007-07-27 | 1 | -1/+2 |
| | | | | Alex | ||||
* | STYLE: fix some kwstyle errors | Bill Hoffman | 2007-07-27 | 5 | -6/+36 |
| | |||||
* | ENH: deb generator can now generate deb packages | Alexander Neundorf | 2007-07-27 | 2 | -21/+20 |
| | | | | | | | | | | -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 | ||||
* | STYLE: fix line lengths | Alexander Neundorf | 2007-07-26 | 3 | -4/+8 |
| | | | | Alex | ||||
* | ENH: apply patch from Mathieu which creates a deb file (not finishsed yet) | Alexander Neundorf | 2007-07-25 | 2 | -9/+110 |
| | | | | Alex | ||||
* | COMP: silence warnings | Alexander Neundorf | 2007-07-25 | 1 | -0/+5 |
| | | | | Alex | ||||
* | ENH: add an empty debian package generator, Mathieu volunteered to fill it | Alexander Neundorf | 2007-07-25 | 3 | -0/+120 |
| | | | | | | :-) Alex | ||||
* | ENH: add ReadListFile() to cmCPackGenericGenerator, so cmMakefile can be | Alexander Neundorf | 2007-07-24 | 4 | -136/+58 |
| | | | | | | | | private again -convert the ZIP generator to use a cmake script instead of hardcoding everything (CPackZIP.cmake) Alex | ||||
* | ENH: determine the current system also in cpack, so the search paths are | Alexander Neundorf | 2007-07-24 | 3 | -87/+103 |
| | | | | | | | | | | | loaded Additionally the makefile in cmCPackGenericGenerator is now protected instead of private, so with these two changes the cpack generators should now be able to find their tools and how to call these tools from cmake scripts, instead of hardcoding the search order and command line (as done e.g. in cmCPackZIPGenerator.cxx) Alex | ||||
* | STYLE: fix some typos, nicer debug output | Alexander Neundorf | 2007-07-19 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: NSIS exists also for Linux, not only Windows, so enable it there too | Alexander Neundorf | 2007-06-18 | 2 | -6/+12 |
| | | | | | | patch by Michal Čihař <michal (AT) cihar.com> Alex | ||||
* | STYLE: fix typo | Alexander Neundorf | 2007-06-14 | 1 | -1/+1 |
| | | | | Alex | ||||
* | ENH: support 7zip for creating zip files (not 7z files) | Alexander Neundorf | 2007-06-14 | 2 | -1/+28 |
| | | | | Alex | ||||
* | ENH: 2nd try to move stripping out of cpack and to install time, now if | Alexander Neundorf | 2007-05-18 | 2 | -47/+8 |
| | | | | | | | CPACK_STRIP_FILES is true (or contains a list of files), everything will be stripped, if it's empty or false they won't be stripped Alex | ||||
* | COMP: force a recompile on VS71 | Alexander Neundorf | 2007-05-18 | 1 | -1/+0 |
| | | | | Alex | ||||
* | BUG: fix coverity error, null check after usage fix | Bill Hoffman | 2007-03-20 | 1 | -2/+5 |
| | |||||
* | STYLE: fix someones line length | Ken Martin | 2007-02-22 | 1 | -3/+5 |
| | |||||
* | STYLE: fix line length issues | Bill Hoffman | 2007-02-17 | 1 | -2/+3 |
| | |||||
* | ENH: More work on the packaging. Add Applicaitons, add icons, etc | Andy Cedilnik | 2007-02-13 | 2 | -2/+48 |
| | |||||
* | STYLE: fix warnings | Bill Hoffman | 2007-02-02 | 2 | -2/+0 |
| | |||||
* | ENH: add support for cygwin source and binary packaging | Bill Hoffman | 2007-02-02 | 18 | -64/+95 |
| | |||||
* | ENH: commit cygwin source generator files, not used yet | Bill Hoffman | 2007-01-31 | 2 | -0/+235 |
| | |||||
* | COMP: Use new API | Andy Cedilnik | 2007-01-31 | 1 | -38/+12 |
| | |||||
* | STYLE: Fix kwstyle | Andy Cedilnik | 2007-01-15 | 1 | -1/+2 |
| | |||||
* | STYLE: Fix kwstyle issues | Andy Cedilnik | 2007-01-11 | 2 | -2/+4 |
| | |||||
* | ENH: fix warning and code style | Bill Hoffman | 2007-01-11 | 1 | -3/+5 |
| | |||||
* | ENH: First pass at CPack generator for OSX X11 applications. This are ↵ | Andy Cedilnik | 2007-01-10 | 6 | -8/+452 |
| | | | | applications that require X11 to work. This is not really installed but a bundle packager | ||||
* | STYLE: fix a long line | Ken Martin | 2006-11-17 | 1 | -2/+6 |
| | |||||
* | ENH: Expand comment | Andy Cedilnik | 2006-11-14 | 1 | -1/+1 |
| | |||||
* | ENH: make sure null const char* is not put into ossttringstream to avoid seg ↵ | Bill Hoffman | 2006-10-30 | 5 | -21/+35 |
| | | | | faults | ||||
* | ENH: Add options to build with system utility libraries. Organize inclusion ↵ | Brad King | 2006-10-19 | 1 | -3/+4 |
| | | | | of third party libraries into a single header per library. This addresses bug#3653. | ||||
* | STYLE: Fixed line-too-long. | Brad King | 2006-10-17 | 1 | -1/+2 |
| | |||||
* | STYLE: Fix kwstyle | Andy Cedilnik | 2006-10-15 | 1 | -2/+4 |
| | |||||
* | ENH: Add NSIS compression | Andy Cedilnik | 2006-10-12 | 1 | -0/+1 |
| | |||||
* | ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for ↵ | Andy Cedilnik | 2006-10-12 | 3 | -1/+60 |
| | | | | CPack; make SetOptionIfNotSet more robust to handle empty options; do test TGZ, STGZ, and TZ, Add handling (and test) of Install Script; set environment variable CMAKE_INSTALL_PREFIX | ||||
* | BUG: Attempt to fix winzip problems | Andy Cedilnik | 2006-09-23 | 1 | -1/+1 |
| | |||||
* | ENH: Handle zip (command line was too long) | Andy Cedilnik | 2006-09-21 | 1 | -7/+16 |
| | |||||
* | COMP: Need to use cmsys_stl when in CMake code, not kwsys_stl. | Brad King | 2006-08-27 | 1 | -1/+1 |
| | |||||
* | COMP: Remove warnings | Andy Cedilnik | 2006-08-22 | 1 | -7/+5 |
| | |||||
* | ENH: Implement TarCompress generator using compress library | Andy Cedilnik | 2006-08-21 | 2 | -97/+175 |
| |