Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | CPackArchiveGenerator add component supports | Eric NOULARD | 2010-08-24 | 3 | -23/+223 | |
| * | | | | | | | | CPackArchiveGenerator use cmArchiveWrite wrapper | Eric NOULARD | 2010-08-24 | 6 | -208/+47 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'CPack-FixDESTDIR-Issue7000' | Brad King | 2010-08-31 | 6 | -5/+76 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge 'CPack-FixDESTDIR-Issue7000' from github.com:TheErk/CMake | Eric NOULARD | 2010-08-24 | 6 | -5/+76 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| | * | | | | | | | CPack Enable better handling of absolute installed files | Eric NOULARD | 2010-08-23 | 2 | -0/+31 | |
| | * | | | | | | | CPack Backward-compatibly enforce DESTDIR for DEB and RPM | Eric NOULARD | 2010-08-23 | 5 | -5/+45 | |
* | | | | | | | | | Merge topic 'install-export-docs' | Brad King | 2010-08-31 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Clarify install(TARGETS) docs for EXPORT option | Brad King | 2010-08-24 | 1 | -0/+1 | |
* | | | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-08-31 | 1 | -1/+1 | |
| |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
* | | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-08-30 | 1 | -1/+1 | |
* | | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-08-29 | 1 | -1/+1 | |
| |_|_|_|_|_|/ / |/| | | | | | | | ||||||
* | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-08-28 | 1 | -1/+1 | |
* | | | | | | | | KWSys: Use SplitPath in GetActualCaseForPath | Brad King | 2010-08-27 | 1 | -7/+12 | |
* | | | | | | | | KWSys: Improve SplitPath method documentation | Brad King | 2010-08-27 | 1 | -3/+3 | |
* | | | | | | | | KWSys: Avoid empty string dereference in SplitString | Brad King | 2010-08-27 | 1 | -0/+4 | |
* | | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-08-27 | 1 | -1/+1 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-08-26 | 1 | -1/+1 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-08-25 | 1 | -1/+1 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge topic 'vs2010-dbginfo-default' | Brad King | 2010-08-24 | 1 | -0/+9 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | VS2010: Disable PDBs when there is no debug info | Robert Goulet | 2010-08-19 | 1 | -0/+9 | |
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-08-24 | 1 | -1/+1 | |
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-08-23 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-08-22 | 1 | -1/+1 | |
* | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-08-21 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-08-20 | 1 | -1/+1 | |
* | | | Merge topic 'remove-EscapeSpaces' | Brad King | 2010-08-19 | 7 | -99/+62 | |
|\ \ \ | ||||||
| * | | | Remove cmSystemTools::EscapeSpaces method | Brad King | 2010-08-18 | 3 | -55/+18 | |
| * | | | CTest: Avoid use of old EscapeSpaces method | Brad King | 2010-08-18 | 4 | -44/+44 | |
* | | | | Merge topic 'fix-cdash-version-uri' | Brad King | 2010-08-19 | 1 | -3/+7 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Fix hard-coded CDash URI in version query | Zach Mullen | 2010-08-18 | 1 | -3/+7 | |
| |/ / | ||||||
* | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-08-19 | 1 | -1/+1 | |
|/ / | ||||||
* | | KWSys Nightly Date Stamp | KWSys Robot | 2010-08-18 | 1 | -1/+1 | |
* | | Merge topic 'libarchive-wrapper' | Brad King | 2010-08-17 | 3 | -14/+77 | |
|\ \ | ||||||
| * | | Add Compress compress support to libarchive-wrapper | Eric NOULARD | 2010-08-16 | 2 | -0/+9 | |
| * | | Add XZ compress support to libarchive-wrapper | Eric NOULARD | 2010-08-13 | 2 | -1/+10 | |
| * | | Add ZIP archive format and LZMA compress support to libarchive-wrapper | Eric NOULARD | 2010-08-13 | 3 | -7/+52 | |
| * | | cmArchiveWrite: Fix signed/unsigned again | Brad King | 2010-08-11 | 1 | -7/+7 | |
* | | | Merge topic 'tg/find-ignore-path' | Brad King | 2010-08-17 | 6 | -1/+118 | |
|\ \ \ | ||||||
| * | | | Teach find_* commands to ignore some paths | Todd Gamblin | 2010-08-13 | 6 | -1/+118 | |
* | | | | Merge topic 'CPack-APIredesign' | Brad King | 2010-08-17 | 24 | -128/+181 | |
|\ \ \ \ | ||||||
| * | | | | CPack: Avoid member shadowing after API refactor (part2) | Eric NOULARD | 2010-08-12 | 1 | -1/+1 | |
| * | | | | CPack: Avoid member shadowing after API refactor | Brad King | 2010-08-11 | 4 | -11/+9 | |
| * | | | | CPack: Refactor API in order to handle multi-file packages | Eric NOULARD | 2010-08-11 | 24 | -118/+173 | |
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-08-17 | 1 | -1/+1 | |
* | | | | | KWSys: Fix GetActualCaseForPath for UNC paths | Brad King | 2010-08-16 | 1 | -39/+46 | |
* | | | | | KWSys: Fix SplitPath for leading '\' on Windows | Brad King | 2010-08-16 | 1 | -2/+2 | |
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-08-16 | 1 | -1/+1 | |
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-08-15 | 1 | -1/+1 | |
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-08-14 | 1 | -1/+1 | |
* | | | | | KWSys Nightly Date Stamp | KWSys Robot | 2010-08-13 | 1 | -1/+1 | |
| |/ / / |/| | | |