Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Remove warnings on HP-UX | Andy Cedilnik | 2006-01-03 | 1 | -4/+4 |
| | |||||
* | ENH: Merge from cpack branch | Andy Cedilnik | 2006-01-02 | 1 | -0/+45 |
| | |||||
* | COMP: Fix warning on sun | Andy Cedilnik | 2005-12-30 | 1 | -20/+23 |
| | |||||
* | COMP: Remove sun warning | Andy Cedilnik | 2005-12-30 | 1 | -5/+5 |
| | |||||
* | ENH: Cleanup the file handler stuf so that now any file descriptor type can ↵ | Andy Cedilnik | 2005-12-30 | 1 | -14/+13 |
| | | | | be used | ||||
* | COMP: Remove unused variable | Andy Cedilnik | 2005-12-30 | 1 | -2/+1 |
| | |||||
* | COMP: Fix support for gzip on non-32 bit platforms | Andy Cedilnik | 2005-12-30 | 1 | -14/+60 |
| | |||||
* | COMP: Use mangle names | Andy Cedilnik | 2005-12-30 | 1 | -7/+7 |
| | |||||
* | ENH: Make the syntax more line tar | Andy Cedilnik | 2005-12-29 | 1 | -6/+124 |
| | |||||
* | ENH: Add untaring support | Andy Cedilnik | 2005-12-29 | 1 | -6/+46 |
| | |||||
* | COMP: Fix complex test and fix bootstrap | Andy Cedilnik | 2005-12-28 | 1 | -3/+9 |
| | |||||
* | COMP: Add missing include | Andy Cedilnik | 2005-12-28 | 1 | -0/+1 |
| | |||||
* | BUG: Return proper values | Andy Cedilnik | 2005-12-28 | 1 | -6/+5 |
| | |||||
* | ENH: Add method to create tar | Andy Cedilnik | 2005-12-28 | 1 | -0/+56 |
| | |||||
* | ENH: add better support for framework linking | Bill Hoffman | 2005-12-26 | 1 | -0/+13 |
| | |||||
* | BUG: Do not dereference an end iterator. | Brad King | 2005-11-17 | 1 | -1/+1 |
| | |||||
* | BUG: RunSingleCommand should translate NULL characters in the output to ↵ | Brad King | 2005-08-17 | 1 | -0/+13 |
| | | | | valid text. This should fix the missing-output problem caused by NULL-characters in VS build output. | ||||
* | COMP: Added pragma directives for SGI compilers to avoid useless warnings. | Brad King | 2005-05-03 | 1 | -0/+3 |
| | |||||
* | ENH: Improve performance by using vector of char instead of string | Andy Cedilnik | 2005-04-13 | 1 | -14/+16 |
| | |||||
* | ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file ↵ | Brad King | 2005-02-17 | 1 | -31/+0 |
| | | | | modification times with the highest resolution possible on the file system. | ||||
* | ENH: Add support for single ' | Andy Cedilnik | 2005-02-17 | 1 | -0/+16 |
| | |||||
* | BUG: Fix to avoid relative path with ..s all the way to the root. | Brad King | 2004-12-09 | 1 | -2/+3 |
| | |||||
* | COMP: remove an unused variable warning | Bill Hoffman | 2004-10-25 | 1 | -1/+0 |
| | |||||
* | FIX: go back to not trying to handle spaces in the path for run single ↵ | Bill Hoffman | 2004-10-25 | 1 | -37/+7 |
| | | | | command and comment it so that people know to call the right thing | ||||
* | FIX: fix RunSingleCommand to work with spaces in the path, and with an ↵ | Bill Hoffman | 2004-10-25 | 1 | -8/+36 |
| | | | | already quoted command | ||||
* | undo last check in as it breaks borland with spaces some how | Bill Hoffman | 2004-10-23 | 1 | -6/+3 |
| | |||||
* | FIX: fix the problem where a target is a single character and nmake gets ↵ | Bill Hoffman | 2004-10-22 | 1 | -3/+6 |
| | | | | confused and add a test for it | ||||
* | BUG: if the paths share nothing then just return the remote path with no .. | Bill Hoffman | 2004-10-19 | 1 | -10/+6 |
| | |||||
* | ENH: better comments and variable names | Bill Hoffman | 2004-10-18 | 1 | -20/+21 |
| | |||||
* | ENH: Added FileTimeCompare method to compare file modification times. ↵ | Brad King | 2004-10-15 | 1 | -0/+30 |
| | | | | Currently the resolution is limited to one second. | ||||
* | BUG: allow split string to know if it is separating a path | Bill Hoffman | 2004-10-14 | 1 | -5/+6 |
| | |||||
* | BUG: fix and comment relative path funciton | Bill Hoffman | 2004-10-13 | 1 | -21/+60 |
| | |||||
* | ENH: Move permissions code to kwsys so that copyfile can use it. Fixes Bug ↵ | Andy Cedilnik | 2004-09-29 | 1 | -41/+2 |
| | | | | #1133 - cmake -E copy file dir sets the wrong permissions on the destination directory | ||||
* | ENH: minor fortran fixes | Bill Hoffman | 2004-08-11 | 1 | -1/+4 |
| | |||||
* | ENH: initial fortran support | Bill Hoffman | 2004-08-06 | 1 | -0/+5 |
| | |||||
* | ENH: Made RunSingleCommand take a double as its timeout length. | Brad King | 2004-07-02 | 1 | -1/+1 |
| | |||||
* | BUG: fix spaces in path on mingw, and change EXEC_PROGRAM to return false ↵ | Bill Hoffman | 2004-06-23 | 1 | -1/+14 |
| | | | | when it does not run, also do not convert the directory to an output path for EXEC_PROGRAM as this is done by the process execution, and doing it twice may cause trouble on some shells. | ||||
* | BUG: fix spaces in path with mingw and custom commands | Bill Hoffman | 2004-06-22 | 1 | -19/+33 |
| | |||||
* | ENH: speed up for NOTFOUND | Bill Hoffman | 2004-05-21 | 1 | -4/+10 |
| | |||||
* | BUG: back out change due to broken dashboard | Bill Hoffman | 2004-05-21 | 1 | -13/+3 |
| | |||||
* | ENH: remove regex use where strcmp is faster | Bill Hoffman | 2004-05-20 | 1 | -3/+13 |
| | |||||
* | BUG: If the line ends without new-line character, Split should still return ↵ | Andy Cedilnik | 2004-04-20 | 1 | -5/+2 |
| | | | | something | ||||
* | ERR: Fix crash. We should check output before appending to it | Andy Cedilnik | 2004-02-24 | 1 | -3/+12 |
| | |||||
* | ENH: Put Process execution errors in output and honor verbosity | Andy Cedilnik | 2004-02-24 | 1 | -3/+18 |
| | |||||
* | BUG: fix FMM | Bill Hoffman | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | ENH: Preserve permissions when copying files | Andy Cedilnik | 2004-01-26 | 1 | -1/+13 |
| | |||||
* | ERR: Fix build problems on Visual Studio 6 | Andy Cedilnik | 2004-01-26 | 1 | -0/+1 |
| | |||||
* | ENH: Add code for setting and getting permissions | Andy Cedilnik | 2004-01-26 | 1 | -0/+36 |
| | |||||
* | ENH: Improve calling of RunSingle command and fix compile error | Andy Cedilnik | 2004-01-26 | 1 | -0/+3 |
| | |||||
* | ENH: forgot return value | Bill Hoffman | 2004-01-26 | 1 | -1/+2 |
| |