Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CPackArchiveGenerator use cmArchiveWrite wrapper | Eric NOULARD | 2010-08-24 | 1 | -2/+2 |
| | |||||
* | Switch to using libarchive from libtar for cpack and cmake -E tar | Bill Hoffman | 2009-10-30 | 1 | -270/+2 |
| | | | | | | This allows for a built in bzip and zip capability, so external tools will not be needed for these packagers. The cmake -E tar xf should be able to handle all compression types now as well. | ||||
* | Fix more mismatched new[] / delete[] (eliminate invalid auto_ptr use) to ↵ | David Cole | 2009-10-30 | 1 | -5/+3 |
| | | | | correct valgrind reported memory issues. | ||||
* | Correct one of the valgrind errors from the CPackTestAllGenerators test. Do ↵ | David Cole | 2009-10-26 | 1 | -3/+6 |
| | | | | not use auto_ptr on a new [] allocation because auto_ptr does not use delete []. | ||||
* | Fix warnings in CMake source code. Suppress rampant warnings emanating from ↵ | David Cole | 2009-10-01 | 1 | -2/+2 |
| | | | | Qt files. | ||||
* | 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. | ||||
* | COMP: remove warnings | Bill Hoffman | 2007-09-27 | 1 | -2/+3 |
| | |||||
* | ENH: use gnu tar for cygwin | Bill Hoffman | 2007-07-31 | 1 | -4/+11 |
| | |||||
* | ENH: make sure null const char* is not put into ossttringstream to avoid seg ↵ | Bill Hoffman | 2006-10-30 | 1 | -1/+2 |
| | | | | 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. | ||||
* | COMP: Fix cast to char* | Andy Cedilnik | 2006-05-02 | 1 | -1/+1 |
| | |||||
* | ENH: Simplify TarCompress to only require compress. Use cmake's tar | Andy Cedilnik | 2006-05-02 | 1 | -57/+79 |
| | |||||
* | ENH: Support for packaging source, several cleanups and more yeehaa... | Andy Cedilnik | 2006-04-15 | 1 | -0/+7 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-10 | 1 | -27/+27 |
| | |||||
* | STYLE: Lots of formating to remove style problems | Andy Cedilnik | 2006-03-08 | 1 | -15/+25 |
| | |||||
* | ENH: Fix compression on Windows | Andy Cedilnik | 2006-01-12 | 1 | -8/+6 |
| | |||||
* | BUG: Fix memory problem | Andy Cedilnik | 2006-01-09 | 1 | -1/+2 |
| | |||||
* | ENH: remove assert | Bill Hoffman | 2006-01-04 | 1 | -1/+4 |
| | |||||
* | ENH: More CPack stuff and fix zlib compression | Andy Cedilnik | 2006-01-04 | 1 | -8/+65 |
| | |||||
* | ENH: Start working on CPack input file and cleanups | Andy Cedilnik | 2006-01-02 | 1 | -12/+0 |
| | |||||
* | ENH: More improvements and add logging | Andy Cedilnik | 2006-01-02 | 1 | -9/+10 |
| | |||||
* | COMP: Fix build problems | Andy Cedilnik | 2006-01-02 | 1 | -7/+33 |
| | |||||
* | ENH: Use libtar | Andy Cedilnik | 2006-01-02 | 1 | -3957/+65 |
| | |||||
* | ENH: Merge from the cpack branch | Andy Cedilnik | 2006-01-02 | 1 | -0/+4067 |