summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
Commit message (Collapse)AuthorAgeFilesLines
* ENH: fix relative paths in xcodeBill Hoffman2005-02-241-0/+1
|
* ENH: Added ComparePath method.Brad King2005-02-242-0/+15
|
* ENH: Adding kwsys::SystemTools::FileTimeCompare method to compare file ↵Brad King2005-02-172-0/+92
| | | | modification times with the highest resolution possible on the file system.
* ENH: Added try-compile KWSYS_STAT_HAS_ST_MTIM. This tests whether struct ↵Brad King2005-02-173-0/+22
| | | | stat has the extra st_mtim member that has high resolution times.
* BUG: On windows allow removing of files that are read-onlyAndy Cedilnik2005-02-161-1/+17
|
* BUG: Removing debugging code now that the problem has been fixed on the ↵Brad King2005-02-161-8/+0
| | | | remote dashboard.
* BUG: Preserve trailing slash state when translating paths.Brad King2005-02-151-10/+15
|
* ENH: make sure paths do not end in / before adding oneBill Hoffman2005-02-151-1/+8
|
* BUG: Adding debugging code to remotely debug a failing dashboard test.Brad King2005-02-151-0/+4
|
* BUG: Adding debugging code to remotely debug a failing dashboard test.Brad King2005-02-151-0/+4
|
* ENH: Implement copy of directory with contentAndy Cedilnik2005-02-112-0/+48
|
* ENH: Initializing translation map using the PWD environment variable and ↵Brad King2005-02-102-20/+82
| | | | getcwd functions to automatically translate logical paths involving the current working directory. Also added the JoinPath method to aid users of the SplitPath method.
* COMP: std:: -> kwsys_stl::Brad King2005-02-101-4/+4
|
* ENH: Added SystemTools::SplitPath method to split any file path into its ↵Brad King2005-02-102-0/+77
| | | | basic components.
* BUG: encoding 2 bytes into 4 bytes was accessing a 3rd byte from the sourceJim Miller2005-01-121-1/+1
|
* ENH: Add a delay methodAndy Cedilnik2005-01-042-0/+12
|
* BUG: fix for bug 1385, /tmp should not be used on windowsBill Hoffman2004-12-021-1/+6
|
* COMP: Need to choose between <new> and <new.h> based on whether standard ↵Brad King2004-12-011-1/+6
| | | | headers are available.
* COMP: Disabling old streams warnings when including old headers on MSVC.Brad King2004-12-012-6/+8
|
* BUG: Need to include header <new> to use placement new syntax. Really this ↵Brad King2004-11-301-0/+1
| | | | should be fixed by replacing the stream buffer to set a new string instead of reconstructing the object, but this will require quite a bit of work to do portably.
* COMP: Remove compile warningAndy Cedilnik2004-11-021-1/+1
|
* BUG: add a test for a single char dir, and fix bug introduced in 1.53, but ↵Bill Hoffman2004-11-011-1/+1
| | | | we still can not handle a space as the start of a directory name
* ENH: handle read only directories with configure file destinationBill Hoffman2004-10-261-5/+6
|
* COMP: Attempt to fix warnings on SGIAndy Cedilnik2004-10-261-13/+19
|
* COMP: Remove warningAndy Cedilnik2004-10-201-3/+2
|
* ENH: Specify full path to the executableAndy Cedilnik2004-10-181-6/+11
|
* ENH: Add method to find file in parent directories if it existsAndy Cedilnik2004-10-172-0/+29
|
* BUG: fix split program from args to not get stuck in an infinite loop in ↵Bill Hoffman2004-10-111-9/+29
| | | | some cases
* ERR: Replaced std::string with kwsys_stl::string for portability.Brad King2004-10-112-7/+7
|
* ENH: Add method to retrieve parent directory and for checking if directory ↵Andy Cedilnik2004-10-102-0/+46
| | | | is a subdirectory of another directory
* BUG: fix realpath problem and unix slashesBill Hoffman2004-10-051-19/+18
|
* COMP: fix some compile issues with insertKen Martin2004-10-052-14/+88
|
* ENH: Mathieus support for path conversionsKen Martin2004-10-042-33/+129
|
* ERR: Added missing include of string.hBrad King2004-10-011-0/+1
|
* ENH: Added optional display of output for tests. Avoid printing alot of ↵Brad King2004-09-301-6/+11
| | | | output for test 6.
* ERR: Fix Windows buildAndy Cedilnik2004-09-291-0/+4
|
* ENH: Move permissions code to kwsys so that copyfile can use it. Fixes Bug ↵Andy Cedilnik2004-09-292-0/+54
| | | | #1133 - cmake -E copy file dir sets the wrong permissions on the destination directory
* ENH: When copy file, if the output file exits, delete it firstAndy Cedilnik2004-09-291-0/+5
|
* ENH: Allow CMake to use CommandLineArguments without warningAndy Cedilnik2004-09-291-3/+5
|
* ENH: Add lots of commentsAndy Cedilnik2004-09-291-19/+71
|
* ENH: Add access to last argument parsedAndy Cedilnik2004-09-292-0/+12
|
* ENH: Add accessor for Argv0Andy Cedilnik2004-09-282-0/+11
|
* ERR: Fix memory problemAndy Cedilnik2004-09-231-1/+1
|
* STYLE: Only allocate as much space as neededAndy Cedilnik2004-09-231-1/+1
|
* ENH: Make GetRemainingArguments actually workAndy Cedilnik2004-09-231-12/+16
|
* ENH: Add missing includeAndy Cedilnik2004-09-161-0/+1
|
* ENH: Add method to retrieve the terminal widthAndy Cedilnik2004-09-162-0/+41
|
* ENH: a bit more cleanup. The help should really be replaced by something ↵Andy Cedilnik2004-09-161-3/+2
| | | | like cmDocumentation
* ENH: Condense help string, add support for setting line length and make it workAndy Cedilnik2004-09-162-10/+31
|
* ENH: Move callback structure out of the public interface. Also block the ↵Andy Cedilnik2004-09-152-19/+23
| | | | warning on Visual Studio Debug