Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: Nightly Date Stamp | Brad King | 2009-05-16 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-05-15 | 1 | -1/+1 |
| | |||||
* | STYLE: Simplify and document VMS workarounds | Brad King | 2009-05-14 | 1 | -4/+2 |
| | | | | | | The kwsysPrivate header double-inclusion check hits a false positive on VMS for an undetermined reason. This simplifies the workaround and documents it. | ||||
* | STYLE: Remove trailing whitespace | Brad King | 2009-05-14 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-05-14 | 1 | -1/+1 |
| | |||||
* | BUG: Fix removal of read-only directories | Brad King | 2009-05-13 | 1 | -0/+13 |
| | | | | | Read-only directories must be given write permission before we can remove files and subdirectories from them. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-05-13 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-05-12 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-05-11 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-05-10 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-05-09 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-05-08 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-05-07 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-05-06 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-05-05 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-05-04 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-05-03 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-05-02 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-05-01 | 1 | -2/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-30 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-27 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-26 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-25 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-24 | 1 | -1/+1 |
| | |||||
* | ENH: check in almost building VMS stuff with VMSBuild directory since the ↵ | Bill Hoffman | 2009-04-23 | 4 | -3/+21 |
| | | | | bootstrap script will not work on VMS | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-23 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-22 | 1 | -1/+1 |
| | |||||
* | ENH: also recognize rxvt-256color as a color terminal (#8913, patch from ↵ | Alexander Neundorf | 2009-04-21 | 1 | -0/+1 |
| | | | | | | Deewiant) Alex | ||||
* | ENH: Remove obscure method from KWSys SystemTools | Brad King | 2009-04-21 | 2 | -31/+0 |
| | | | | | This removes SystemTools::FileExistsInParentDirectories from KWSys since it is a special-purpose method that is not generally useful. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-21 | 1 | -1/+1 |
| | |||||
* | BUG: Fix SystemTools::IsSubDirectory on bad input | Brad King | 2009-04-20 | 1 | -0/+4 |
| | | | | | | | | When SystemTools::GetParentDirectory was fixed to never remove the root path component from a full path we violated an assumption made by IsSubDirectory that eventually GetParentDirectory returns an empty string. This led to an infinite loop if the potential parent directory is empty, so we explicitly avoid that case. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-20 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-19 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-18 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-17 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-16 | 1 | -1/+1 |
| | |||||
* | BUG: Replace brittle GetParentDirectory impl | Brad King | 2009-04-15 | 1 | -25/+1 |
| | | | | | | | The previous change to this method broke cases where the input path does not exist. The SystemTools::GetParentDirectory method is redundant with the more robust SystemTools::GetFilenamePath. This replaces its implementation to just call GetFilenamePath. | ||||
* | BUG: SystemTools::GetParentDirectory() will crash if "/" is passed in as ↵ | Yumin Yuan | 2009-04-15 | 1 | -1/+7 |
| | | | | argement. Valid check is added to make sure the input argment exists, and if "/" is passed in, empty string will be returned. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-15 | 1 | -1/+1 |
| | |||||
* | ENH: Skip KWSys name maros in case of identity | Brad King | 2009-04-14 | 9 | -235/+264 |
| | | | | | | | | | | | | | All KWSys C symbol names begin with the KWSYS_NAMESPACE defined at configuration time. For ease of editing we write canonical names with the prefix 'kwsys' and use macros to map them to the configured prefix at preprocessing time. In the case of standalone KWSys, the prefix is 'kwsys', so the macros were previously defined to their own names. We now skip defining the macros in the identity case so that the final symbol names are never themselves macros. This will allow the symbols to be further transformed behind the scenes to help linkers in special cases on some platforms. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-14 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-13 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-12 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-11 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-10 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-09 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-08 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-04-07 | 1 | -1/+1 |
| |