summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Enable capture of output from VCExpress.exe and devenv.exe.Brad King2006-02-151-0/+14
|
* ENH: Adding option to return empty arguments when expanding a list.Brad King2006-02-101-4/+5
|
* ENH: Move relative path to kwsysAndy Cedilnik2006-02-071-90/+2
|
* COMP: Remove warnings on HP-UXAndy Cedilnik2006-01-031-4/+4
|
* ENH: Merge from cpack branchAndy Cedilnik2006-01-021-0/+45
|
* COMP: Fix warning on sunAndy Cedilnik2005-12-301-20/+23
|
* COMP: Remove sun warningAndy Cedilnik2005-12-301-5/+5
|
* ENH: Cleanup the file handler stuf so that now any file descriptor type can ↵Andy Cedilnik2005-12-301-14/+13
| | | | be used
* COMP: Remove unused variableAndy Cedilnik2005-12-301-2/+1
|
* COMP: Fix support for gzip on non-32 bit platformsAndy Cedilnik2005-12-301-14/+60
|
* COMP: Use mangle namesAndy Cedilnik2005-12-301-7/+7
|
* ENH: Make the syntax more line tarAndy Cedilnik2005-12-291-6/+124
|
* ENH: Add untaring supportAndy Cedilnik2005-12-291-6/+46
|
* COMP: Fix complex test and fix bootstrapAndy Cedilnik2005-12-281-3/+9
|
* COMP: Add missing includeAndy Cedilnik2005-12-281-0/+1
|
* BUG: Return proper valuesAndy Cedilnik2005-12-281-6/+5
|
* ENH: Add method to create tarAndy Cedilnik2005-12-281-0/+56
|
* ENH: add better support for framework linkingBill Hoffman2005-12-261-0/+13
|
* BUG: Do not dereference an end iterator.Brad King2005-11-171-1/+1
|
* BUG: RunSingleCommand should translate NULL characters in the output to ↵Brad King2005-08-171-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 King2005-05-031-0/+3
|
* ENH: Improve performance by using vector of char instead of stringAndy Cedilnik2005-04-131-14/+16
|
* ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file ↵Brad King2005-02-171-31/+0
| | | | modification times with the highest resolution possible on the file system.
* ENH: Add support for single 'Andy Cedilnik2005-02-171-0/+16
|
* BUG: Fix to avoid relative path with ..s all the way to the root.Brad King2004-12-091-2/+3
|
* COMP: remove an unused variable warningBill Hoffman2004-10-251-1/+0
|
* FIX: go back to not trying to handle spaces in the path for run single ↵Bill Hoffman2004-10-251-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 Hoffman2004-10-251-8/+36
| | | | already quoted command
* undo last check in as it breaks borland with spaces some howBill Hoffman2004-10-231-6/+3
|
* FIX: fix the problem where a target is a single character and nmake gets ↵Bill Hoffman2004-10-221-3/+6
| | | | confused and add a test for it
* BUG: if the paths share nothing then just return the remote path with no ..Bill Hoffman2004-10-191-10/+6
|
* ENH: better comments and variable namesBill Hoffman2004-10-181-20/+21
|
* ENH: Added FileTimeCompare method to compare file modification times. ↵Brad King2004-10-151-0/+30
| | | | Currently the resolution is limited to one second.
* BUG: allow split string to know if it is separating a pathBill Hoffman2004-10-141-5/+6
|
* BUG: fix and comment relative path funcitonBill Hoffman2004-10-131-21/+60
|
* ENH: Move permissions code to kwsys so that copyfile can use it. Fixes Bug ↵Andy Cedilnik2004-09-291-41/+2
| | | | #1133 - cmake -E copy file dir sets the wrong permissions on the destination directory
* ENH: minor fortran fixesBill Hoffman2004-08-111-1/+4
|
* ENH: initial fortran supportBill Hoffman2004-08-061-0/+5
|
* ENH: Made RunSingleCommand take a double as its timeout length.Brad King2004-07-021-1/+1
|
* BUG: fix spaces in path on mingw, and change EXEC_PROGRAM to return false ↵Bill Hoffman2004-06-231-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 commandsBill Hoffman2004-06-221-19/+33
|
* ENH: speed up for NOTFOUNDBill Hoffman2004-05-211-4/+10
|
* BUG: back out change due to broken dashboardBill Hoffman2004-05-211-13/+3
|
* ENH: remove regex use where strcmp is fasterBill Hoffman2004-05-201-3/+13
|
* BUG: If the line ends without new-line character, Split should still return ↵Andy Cedilnik2004-04-201-5/+2
| | | | something
* ERR: Fix crash. We should check output before appending to itAndy Cedilnik2004-02-241-3/+12
|
* ENH: Put Process execution errors in output and honor verbosityAndy Cedilnik2004-02-241-3/+18
|
* BUG: fix FMMBill Hoffman2004-01-271-1/+1
|
* ENH: Preserve permissions when copying filesAndy Cedilnik2004-01-261-1/+13
|
* ERR: Fix build problems on Visual Studio 6Andy Cedilnik2004-01-261-0/+1
|