| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix warnings in CMake source code. | David Cole | 2009-10-02 | 1 | -4/+8 |
|
|
* | Fix warnings in CMake source code. Suppress rampant warnings emanating from Q... | David Cole | 2009-10-01 | 1 | -4/+5 |
|
|
* | 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 | -6/+6 |
|
|
* | COMP: Include <malloc.h> for 'free' on QNX | Brad King | 2009-07-13 | 1 | -0/+3 |
|
|
* | COMP: Include <stdlib.h> for 'free' | Brad King | 2009-07-13 | 1 | -0/+1 |
|
|
* | ENH: Add cmSystemTools::ParseUnixCommandLine | Brad King | 2009-07-13 | 1 | -0/+32 |
|
|
* | ENH: Remove unused cmSystemTools::RemoveEscapes | Brad King | 2009-06-24 | 1 | -42/+0 |
|
|
* | ENH: move PutEnv to SystemTools | Bill Hoffman | 2009-06-05 | 1 | -26/+0 |
|
|
* | ENH: vms fix | Bill Hoffman | 2009-04-24 | 1 | -0/+2 |
|
|
* | COMP: Fix calls to superclass methods for Borland | Brad King | 2009-04-22 | 1 | -4/+4 |
|
|
* | BUG: Avoid infinite loop at directory tree root | Brad King | 2009-04-21 | 1 | -1/+3 |
|
|
* | ENH: Remove obscure method from KWSys SystemTools | Brad King | 2009-04-21 | 1 | -0/+23 |
|
|
* | COMP: Fix BOOL to bool conversion warning | Brad King | 2009-04-15 | 1 | -3/+3 |
|
|
* | ENH: Move RenameFile to cmSystemTools | Brad King | 2009-04-15 | 1 | -0/+50 |
|
|
* | ENH: Create cmXMLSafe to help escapes in XML | Brad King | 2009-02-05 | 1 | -50/+0 |
|
|
* | BUG: fix crash with cmd.exe shell and cmake in the path | Bill Hoffman | 2009-01-20 | 1 | -0/+9 |
|
|
* | COMP: Using the proper type for local variables can eliminate compiler warnings. | David Cole | 2008-11-26 | 1 | -1/+1 |
|
|
* | ENH: Implement feature request from issue 7885. Allow setting environment var... | David Cole | 2008-11-26 | 1 | -0/+50 |
|
|
* | ENH: add initial support for HAIKU OS from bug# 7425 | Bill Hoffman | 2008-09-15 | 1 | -1/+4 |
|
|
* | BUG: fix for 7045, use gcc for .m | Bill Hoffman | 2008-08-19 | 1 | -2/+3 |
|
|
* | COMP: Work-around bogus compiler warning. | Brad King | 2008-08-15 | 1 | -0/+2 |
|
|
* | ENH: Inform user when RPATH or RUNPATH is removed | Brad King | 2008-08-14 | 1 | -1/+11 |
|
|
* | BUG: Update both RPATH and RUNPATH entries | Brad King | 2008-08-14 | 1 | -70/+119 |
|
|
* | BUG: Remove both RPATH and RUNPATH entries | Brad King | 2008-08-14 | 1 | -62/+92 |
|
|
* | ENH: Added WOW64 key view support to KWSys SystemTools' windows registry API. | Brad King | 2008-05-27 | 1 | -3/+3 |
|
|
* | ENH: Inform user when RPATH is set during installation. | Brad King | 2008-05-27 | 1 | -1/+11 |
|
|
* | ENH: Added RPATH methods to cmSystemTools | Brad King | 2008-04-14 | 1 | -0/+170 |
|
|
* | COMP: Fix new cmSystemTools file time methods on Windows. | Brad King | 2008-04-14 | 1 | -1/+1 |
|
|
* | ENH: Added methods to cmSystemTools to save and restore file modification times. | Brad King | 2008-04-14 | 1 | -0/+73 |
|
|
* | BUG: undo change as it breaks preprocess test for some reason?? | Bill Hoffman | 2008-04-08 | 1 | -4/+1 |
|
|
* | BUG: half fix for 6688, expand registry stuff on unix just like it was not fo... | Bill Hoffman | 2008-04-08 | 1 | -1/+12 |
|
|
* | ENH: half fix for 6688, don't let [ count go negative | Bill Hoffman | 2008-04-08 | 1 | -1/+4 |
|
|
* | ENH: Update cmSystemTools::ChangeRPath to support replacing rpath values from... | Brad King | 2008-04-08 | 1 | -9/+61 |
|
|
* | ENH: Improve error message when installation file(CHRPATH) cannot change the ... | Brad King | 2008-04-07 | 1 | -1/+7 |
|
|
* | ENH: try to fix mac symlinks to the executable | Bill Hoffman | 2008-03-28 | 1 | -0/+2 |
|
|
* | ENH: In cmSystemTools::ChangeRPath check for the RUNPATH if RPATH does not ex... | Brad King | 2008-03-02 | 1 | -1/+6 |
|
|
* | ENH: Cleanup builtin chrpath support | Brad King | 2008-03-02 | 1 | -4/+33 |
|
|
* | COMP: Fix unused parameter warning when cmSystemTools::ChangeRPath is built w... | Brad King | 2008-03-01 | 1 | -0/+1 |
|
|
* | BUG: Fix cmSystemTools::ChangeRPath to not complain if there is no RPATH entr... | Brad King | 2008-03-01 | 1 | -0/+6 |
|
|
* | ENH: Use builtin chrpath instead of relinking ELF targets | Brad King | 2008-03-01 | 1 | -0/+83 |
|
|
* | ENH: Add ELF file parsing | Brad King | 2008-02-27 | 1 | -0/+14 |
|
|
* | ENH: Improve linking to third-party shared libraries on soname platforms | Brad King | 2008-02-21 | 1 | -0/+31 |
|
|
* | COMP: Need to return a value from fake MD5 method under bootstrap. | Brad King | 2008-01-25 | 1 | -0/+1 |
|
|
* | COMP: Cannot do MD5 from KWSys during CMake bootstrap. | Brad King | 2008-01-24 | 1 | -0/+5 |
|
|
* | ENH: Add cmSystemTools::ComputeStringMD5 method. | Brad King | 2008-01-24 | 1 | -0/+11 |
|
|
* | ENH: add ability to have manifest files and incremental linking with make and... | Bill Hoffman | 2008-01-01 | 1 | -21/+31 |
|
|
* | ENH: Enabled color printing of "Scanning dependencies of target ..." message. | Brad King | 2007-12-19 | 1 | -0/+36 |
|
|
* | ENH: Centralized and globalized computation of CMake program locations. This... | Brad King | 2007-12-13 | 1 | -0/+23 |
|
|
* | STYLE: Fixed line-too-long. | Brad King | 2007-10-08 | 1 | -1/+3 |
|
|