| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable file() and string() hash commands during bootstrap | Brad King | 2011-11-16 | 1 | -0/+7 |
|
|
* | cmCryptoHash: Provide factory "New" method | Brad King | 2011-11-16 | 1 | -13/+1 |
|
|
* | Add file(SHA*) commands to compute cryptographic hashes | Brad King | 2011-11-16 | 1 | -1/+16 |
|
|
* | Add file(MD5) command to compute cryptographic hash | Brad King | 2011-11-16 | 1 | -0/+36 |
|
|
* | Make file(DOWNLOAD) fail on http error | Brad King | 2011-09-19 | 1 | -0/+4 |
|
|
* | Fix file() command descriptor leak on error | Thomas Jarosch | 2011-09-02 | 1 | -0/+2 |
|
|
* | Teach file(DOWNLOAD|UPLOAD) to timeout after inactivity | Brad King | 2011-06-01 | 1 | -0/+42 |
|
|
* | Merge topic 'require-cmake-2.6.3' | Brad King | 2011-03-01 | 1 | -23/+7 |
|\ |
|
| * | Require at least CMake 2.6.3 to build current CMake | Brad King | 2011-02-24 | 1 | -23/+7 |
|
|
* | | Fix KWStyle line too long error (#11286) | David Cole | 2011-02-28 | 1 | -1/+2 |
|
|
* | | Implement file(UPLOAD (#11286) | David Cole | 2011-02-25 | 1 | -111/+306 |
|/ |
|
* | Make file DOWNLOAD less noisy (#11761) | David Cole | 2011-02-09 | 1 | -4/+0 |
|
|
* | file(DOWNLOAD): Fix error message formatting | Brad King | 2010-09-10 | 1 | -58/+45 |
|
|
* | Merge branch 'file-write-umask' | Brad King | 2010-06-07 | 1 | -12/+9 |
|\ |
|
| * | Borland: No S_IWGRP is available | Brad King | 2010-06-03 | 1 | -0/+2 |
|
|
| * | Really trust umask in file(WRITE) command (#10789, #10126) | Brad King | 2010-06-03 | 1 | -12/+7 |
|
|
* | | Merge branch 'improve-file-download' | Brad King | 2010-06-07 | 1 | -16/+243 |
|\ \ |
|
| * | | Allow redirects: set CURLOPT_FOLLOWLOCATION to 1 | David Cole | 2010-06-04 | 1 | -0/+9 |
|
|
| * | | Fix unused variable warning in new code. | David Cole | 2010-05-27 | 1 | -0/+3 |
|
|
| * | | Improve FILE(DOWNLOAD) and ExternalProject. | David Cole | 2010-05-27 | 1 | -16/+231 |
| |/ |
|
* | | Avoid use of CopyAFile "copyPermissions" parameter | Brad King | 2010-06-03 | 1 | -1/+8 |
|/ |
|
* | Handle non-ASCII terminators in file(STRINGS) | Brad King | 2010-04-14 | 1 | -31/+19 |
|
|
* | Trust umask for file permissions | Brad King | 2010-01-12 | 1 | -4/+2 |
|
|
* | Fix up download a bit, better error checking and uses of long not double for ... | Bill Hoffman | 2009-10-22 | 1 | -37/+124 |
|
|
* | Fixed issues with message text in FILE command error situations. Added many n... | David Cole | 2009-10-17 | 1 | -8/+9 |
|
|
* | Use integer literal instead of character | Brad King | 2009-10-06 | 1 | -1/+1 |
|
|
* | Support more special characters in file(STRINGS) | Brad King | 2009-10-06 | 1 | -1/+8 |
|
|
* | Fix warnings in CMake source code. Suppress warnings in Lexer and Parser file... | David Cole | 2009-09-30 | 1 | -1/+3 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | Add parentheses around '&&' between '||' for gcc | Brad King | 2009-09-11 | 1 | -2/+2 |
|
|
* | Try to fix the failing new StringFileTest on HP-UX | Alexander Neundorf | 2009-09-06 | 1 | -2/+2 |
|
|
* | fix #9316: when converting binary data to hex, also print the leading 0's | Alexander Neundorf | 2009-09-06 | 1 | -1/+1 |
|
|
* | COMP: Avoid unused arg warnings in cmFileCommand | Brad King | 2009-04-29 | 1 | -1/+1 |
|
|
* | COMP: Fix nested class member access | Brad King | 2009-04-29 | 1 | -0/+2 |
|
|
* | COMP: Fix non-virtual destructor warning | Brad King | 2009-04-29 | 1 | -0/+1 |
|
|
* | ENH: Create file(COPY) command signature | Brad King | 2009-04-29 | 1 | -14/+108 |
|
|
* | ENH: Teach file(INSTALL) relative paths | Brad King | 2009-04-29 | 1 | -2/+19 |
|
|
* | ENH: Refactor file(INSTALL) implementation | Brad King | 2009-04-29 | 1 | -498/+583 |
|
|
* | ENH: Send all file installations through one path | Brad King | 2009-04-29 | 1 | -96/+79 |
|
|
* | ENH: Better error on file perm or time failure | Brad King | 2009-04-29 | 1 | -26/+16 |
|
|
* | BUG: Error when install dir cannot be created | Brad King | 2009-04-29 | 1 | -0/+4 |
|
|
* | ENH: Simplify CMAKE_INSTALL_ALWAYS implementation | Brad King | 2009-04-29 | 1 | -27/+20 |
|
|
* | ENH: Simplify construction of cmFileInstaller | Brad King | 2009-04-29 | 1 | -3/+4 |
|
|
* | BUG: Fix required permissions check again | Brad King | 2009-04-28 | 1 | -1/+1 |
|
|
* | ENH: Remove unused PROPERTIES from file(INSTALL) | Brad King | 2009-04-27 | 1 | -37/+8 |
|
|
* | BUG: Fix required permissions check for dir copy | Brad King | 2009-04-27 | 1 | -1/+1 |
|
|
* | ENH: Create file(RENAME) command mode | Brad King | 2009-04-15 | 1 | -0/+43 |
|
|
* | ENH: Teach file(REMOVE) how to use relative paths | Brad King | 2009-03-06 | 1 | -3/+10 |
|
|
* | ENH: Add undocumented file(DIFFERENT) command | Brad King | 2009-01-07 | 1 | -0/+65 |
|
|
* | COMP: Fix installation of cmake-gui by CMake 2.4 | Brad King | 2009-01-05 | 1 | -1/+16 |
|
|