summaryrefslogtreecommitdiffstats
path: root/Source/CPack
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: fix a long lineKen Martin2006-11-171-2/+6
|
* ENH: Expand commentAndy Cedilnik2006-11-141-1/+1
|
* ENH: make sure null const char* is not put into ossttringstream to avoid seg ↵Bill Hoffman2006-10-305-21/+35
| | | | faults
* ENH: Add options to build with system utility libraries. Organize inclusion ↵Brad King2006-10-191-3/+4
| | | | of third party libraries into a single header per library. This addresses bug#3653.
* STYLE: Fixed line-too-long.Brad King2006-10-171-1/+2
|
* STYLE: Fix kwstyleAndy Cedilnik2006-10-151-2/+4
|
* ENH: Add NSIS compressionAndy Cedilnik2006-10-121-0/+1
|
* ENH: Several CPack fixes. First, allow user to set CMAKE_MODULE_PATH for ↵Andy Cedilnik2006-10-123-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 problemsAndy Cedilnik2006-09-231-1/+1
|
* ENH: Handle zip (command line was too long)Andy Cedilnik2006-09-211-7/+16
|
* COMP: Need to use cmsys_stl when in CMake code, not kwsys_stl.Brad King2006-08-271-1/+1
|
* COMP: Remove warningsAndy Cedilnik2006-08-221-7/+5
|
* ENH: Implement TarCompress generator using compress libraryAndy Cedilnik2006-08-212-97/+175
|
* ENH: fix line lengthsKen Martin2006-07-311-2/+4
|
* BUG: Bail out on generator initialization failureAndy Cedilnik2006-07-281-29/+32
|
* BUG: Fix executing and helpAndy Cedilnik2006-07-271-113/+116
|
* BUG: Prevent crash when no input file or generator specifiedAndy Cedilnik2006-07-271-1/+1
|
* ENH: remove uncompiled headerBill Hoffman2006-07-251-3/+0
|
* COMP: Remove warnings and style problemsAndy Cedilnik2006-07-101-28/+40
|
* STYLE: Fix some style errorsAndy Cedilnik2006-07-101-6/+10
|
* ENH: Several cleanups and support for multiple generatorsAndy Cedilnik2006-07-093-230/+279
|
* ENH: remove cerr outputBill Hoffman2006-06-281-7/+0
|
* ENH: check in partial cygwin generatorBill Hoffman2006-06-097-1/+320
|
* COMP: Remove warningAndy Cedilnik2006-06-031-0/+1
|
* ENH: Display cmake install information when in verbose modeAndy Cedilnik2006-06-022-0/+18
|
* BUG: cmGlobalGenerator::Build should not always use the /fast target name ↵Brad King2006-06-011-1/+1
| | | | because dependency checking is often required. It now takes an argument specifying whether to use the /fast target name, and the argument is currently only true for try-compiles.
* STYLE: fix line lengthKen Martin2006-05-126-20/+40
|
* ENH: use @ file for winzip on windowsBill Hoffman2006-05-111-7/+24
|
* BUG: Fix relative path to config file, fix cmake_install.cmake location problemAndy Cedilnik2006-05-102-16/+10
|
* ENH: Add BZip2 support, add better documentationAndy Cedilnik2006-05-044-13/+223
|
* BUG: fix CPack to use correct pathsKen Martin2006-05-031-1/+5
|
* COMP: Fix cast to char*Andy Cedilnik2006-05-021-1/+1
|
* COMP: Try to fix windows buildsAndy Cedilnik2006-05-021-1/+8
|
* ENH: Add generators documentationAndy Cedilnik2006-05-023-6/+40
|
* ENH: Simplify TarCompress to only require compress. Use cmake's tarAndy Cedilnik2006-05-024-100/+89
|
* ENH: Initial cut at TarCompress generatorAndy Cedilnik2006-05-023-0/+245
|
* ENH: Add support for stipping and make more things overwritableAndy Cedilnik2006-05-025-18/+63
|
* ENH: Add license and make it more verboseAndy Cedilnik2006-05-011-1/+10
|
* ENH: Add NSIS options page for path selection, fix adding and removing from ↵Andy Cedilnik2006-04-291-0/+11
| | | | path, add welcome page and license page
* ENH: Remove some debuggingAndy Cedilnik2006-04-182-3/+3
|
* COMP: Remove non-existent headerAndy Cedilnik2006-04-181-2/+0
|
* ENH: More cleanups and add stgz header script, so it does not have to be ↵Andy Cedilnik2006-04-185-31/+96
| | | | hard-coded. Also, the user can overwrite it
* ENH: Support for packaging source, several cleanups and more yeehaa...Andy Cedilnik2006-04-1512-43/+109
|
* ENH: Start adding support for packaging component and to package into a ↵Andy Cedilnik2006-04-141-0/+16
| | | | subdirectory
* ENH: Add support for preinstall for cmake generated projects when packaging themAndy Cedilnik2006-04-101-2/+56
|
* ENH: Deprecate CPACK_BINARY_DIR and add CPACK_INSTALL_CMAKE_PROJECTSAndy Cedilnik2006-04-101-2/+43
|
* ENH: Add ZIP generator and add support for including or excluding the ↵Andy Cedilnik2006-04-027-1/+217
| | | | toplevel directory
* ENH: Handle unusual path for packagemakerAndy Cedilnik2006-03-201-5/+12
|
* ENH: Allow multiple install directoriesAndy Cedilnik2006-03-151-23/+32
|
* STYLE: Fix style checkerAndy Cedilnik2006-03-131-3/+4
|