Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | ENH: fix line lengths | Ken Martin | 2006-07-31 | 1 | -2/+4 |
| | |||||
* | BUG: Bail out on generator initialization failure | Andy Cedilnik | 2006-07-28 | 1 | -29/+32 |
| | |||||
* | BUG: Fix executing and help | Andy Cedilnik | 2006-07-27 | 1 | -113/+116 |
| | |||||
* | BUG: Prevent crash when no input file or generator specified | Andy Cedilnik | 2006-07-27 | 1 | -1/+1 |
| | |||||
* | ENH: remove uncompiled header | Bill Hoffman | 2006-07-25 | 1 | -3/+0 |
| | |||||
* | COMP: Remove warnings and style problems | Andy Cedilnik | 2006-07-10 | 1 | -28/+40 |
| | |||||
* | STYLE: Fix some style errors | Andy Cedilnik | 2006-07-10 | 1 | -6/+10 |
| | |||||
* | ENH: Several cleanups and support for multiple generators | Andy Cedilnik | 2006-07-09 | 3 | -230/+279 |
| | |||||
* | ENH: remove cerr output | Bill Hoffman | 2006-06-28 | 1 | -7/+0 |
| | |||||
* | ENH: check in partial cygwin generator | Bill Hoffman | 2006-06-09 | 7 | -1/+320 |
| | |||||
* | COMP: Remove warning | Andy Cedilnik | 2006-06-03 | 1 | -0/+1 |
| | |||||
* | ENH: Display cmake install information when in verbose mode | Andy Cedilnik | 2006-06-02 | 2 | -0/+18 |
| | |||||
* | BUG: cmGlobalGenerator::Build should not always use the /fast target name ↵ | Brad King | 2006-06-01 | 1 | -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 length | Ken Martin | 2006-05-12 | 6 | -20/+40 |
| | |||||
* | ENH: use @ file for winzip on windows | Bill Hoffman | 2006-05-11 | 1 | -7/+24 |
| | |||||
* | BUG: Fix relative path to config file, fix cmake_install.cmake location problem | Andy Cedilnik | 2006-05-10 | 2 | -16/+10 |
| | |||||
* | ENH: Add BZip2 support, add better documentation | Andy Cedilnik | 2006-05-04 | 4 | -13/+223 |
| | |||||
* | BUG: fix CPack to use correct paths | Ken Martin | 2006-05-03 | 1 | -1/+5 |
| | |||||
* | COMP: Fix cast to char* | Andy Cedilnik | 2006-05-02 | 1 | -1/+1 |
| | |||||
* | COMP: Try to fix windows builds | Andy Cedilnik | 2006-05-02 | 1 | -1/+8 |
| | |||||
* | ENH: Add generators documentation | Andy Cedilnik | 2006-05-02 | 3 | -6/+40 |
| | |||||
* | ENH: Simplify TarCompress to only require compress. Use cmake's tar | Andy Cedilnik | 2006-05-02 | 4 | -100/+89 |
| | |||||
* | ENH: Initial cut at TarCompress generator | Andy Cedilnik | 2006-05-02 | 3 | -0/+245 |
| | |||||
* | ENH: Add support for stipping and make more things overwritable | Andy Cedilnik | 2006-05-02 | 5 | -18/+63 |
| | |||||
* | ENH: Add license and make it more verbose | Andy Cedilnik | 2006-05-01 | 1 | -1/+10 |
| |