Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: fix for Vista | Sebastien Barre | 2008-10-16 | 1 | -1/+1 |
| | |||||
* | ENH: oops | Sebastien Barre | 2008-10-16 | 1 | -0/+4 |
| | |||||
* | ENH: fix for Windows Vista | Sebastien Barre | 2008-10-16 | 1 | -7/+22 |
| | |||||
* | STYLE: Fix typo in GetFilenameLastExtension docs | Brad King | 2008-10-10 | 1 | -1/+1 |
| | | | | See issue #7797. | ||||
* | ENH: add initial support for HAIKU OS from bug# 7425 | Bill Hoffman | 2008-09-15 | 1 | -1/+6 |
| | |||||
* | ENH: Added WOW64 key view support to KWSys SystemTools' windows registry API. | Brad King | 2008-05-27 | 1 | -9/+36 |
| | | | | | | | - Add an argument to registry read/write/delete methods to specify a 32-bit or 64-bit view. - Default is the bit-ness of the running program. - See issue #7095. | ||||
* | COMP: sprintf warnings. DWORD should use %ld rather than %d. Also, const ↵ | Bill Lorensen | 2008-05-11 | 1 | -7/+7 |
| | | | | char *p, a shadowed variable warning. | ||||
* | ENH: Allow numbers in username in URL regex. | Jeffrey Baumes | 2008-04-23 | 1 | -1/+1 |
| | |||||
* | BUG: fix install problem on make and allow symlinks to cmake bin directory | Bill Hoffman | 2008-03-27 | 1 | -0/+7 |
| | |||||
* | COMP: Fix VS6 and old HP build. This source does not have the #define for hack. | Brad King | 2008-01-21 | 1 | -0/+12 |
| | |||||
* | BUG: Fix previous commit to not access empty strings out of bounds. | Brad King | 2008-01-21 | 1 | -3/+3 |
| | |||||
* | BUG: Make sure search paths never have double-slashes. Leading with two ↵ | Brad King | 2008-01-20 | 1 | -10/+35 |
| | | | | slashes (//) on cygwin looks like a network path and delays while waiting for a non-existent machine. | ||||
* | COMP: Fix build on borland. | Brad King | 2008-01-12 | 1 | -2/+2 |
| | |||||
* | ENH: Add SystemTools::SplitPathRootComponent and re-implement SplitPath to ↵ | Brad King | 2008-01-11 | 1 | -35/+98 |
| | | | | use it. Add better treatment of user home directory paths. | ||||
* | BUG: fix for bug 6136 make sure includes are not directories | Bill Hoffman | 2007-12-15 | 1 | -1/+7 |
| | |||||
* | BUG: fixed an incomplete regexp | Philippe Pebay | 2007-12-06 | 1 | -2/+2 |
| | |||||
* | COMP: Remove reference to vtksys. The unmangled kwsys name should be used ↵ | Brad King | 2007-12-05 | 1 | -2/+2 |
| | | | | in this source. | ||||
* | ENH: added two functions for URL parsing: | Philippe Pebay | 2007-12-05 | 1 | -0/+57 |
| | | | | | | | | 1. an "abridged" version that separates protocol from dataglom in an expression with the form protocol://dataglom 2. a "full" version that parses protocol, username, password, hostname, port, and path in a standard URL (all of these variables are optional, except for protocol and hostname). | ||||
* | ENH: remove warning | Bill Hoffman | 2007-12-04 | 1 | -1/+1 |
| | |||||
* | ENH: add a touch -E command to cmake | Bill Hoffman | 2007-12-04 | 1 | -0/+36 |
| | |||||
* | ENH: add support for the Syllable OS (http://www.syllable.org) | Alexander Neundorf | 2007-11-24 | 1 | -0/+8 |
| | | | | | | | | | | | major issues: -access() doesn't return false for an empty string (#ifdefed in cmake) -dlopen() doesn't return 0 on failure (#ifdefed in cmake and fixed now in Syllable) -the kwsys and Bootstrap tests fail with timeout due to the fact that I'm doing all that in qemu, which is quite slow -RPATH is now supported, so without modifying the test adapting DLL_PATH in Syllable is required for the tests to succeed -the Plugin test fails with an undefined reference to example_exe_function() in example_mod_1, it seems this isn't supported under Syllable Alex | ||||
* | ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual ↵ | David Cole | 2007-11-16 | 1 | -5/+17 |
| | | | | Studio macro to reload a solution file automatically if CMake makes changes to .sln files or .vcproj files. Add code to call the macro automatically for any running Visual Studio instances with the .sln file open at the end of the Visual Studio Generate call. Only call the macro if some .sln or .vcproj file changed during Generate. Also, add handling for REG_EXPAND_SZ type to SystemTools::ReadRegistryValue - returned string has environment variable references expanded. | ||||
* | COMP: Fix warning when gcount stream method does not really return ↵ | Brad King | 2007-11-07 | 1 | -1/+2 |
| | | | | std::streamsize. | ||||
* | COMP: Fix warnings on 64-bit Mac OS X build. Patch from issue #3697. | Brad King | 2007-11-05 | 1 | -4/+3 |
| | |||||
* | STYLE: fixed misspellings of Mac OS X | Sean McBride | 2007-10-26 | 1 | -1/+1 |
| | |||||
* | BUG: Fix bug#5590. When converting a relative path between two full paths ↵ | Brad King | 2007-10-25 | 1 | -13/+6 |
| | | | | on different windows drive letters do not create a ../../d:/foo/bar path and just return the full path to the destination. | ||||
* | BUG: fix for bug 0005767 hang for replace string with empty | Bill Hoffman | 2007-10-12 | 1 | -0/+5 |
| | |||||
* | ENH: bad bug bad | Sebastien Barre | 2007-10-09 | 1 | -1/+1 |
| | |||||
* | ENH: speed up actual path name by cache on windows | Bill Hoffman | 2007-10-02 | 1 | -1/+14 |
| | |||||
* | COMP: TIOCGWINSZ and struct winsize also doesn't exist on Cray Catamount | Alexander Neundorf | 2007-09-20 | 1 | -1/+4 |
| | | | | Alex | ||||
* | COMP: make SystemTools.cxx build on Cray Xt3 | Alexander Neundorf | 2007-09-20 | 1 | -2/+10 |
| | | | | Alex | ||||
* | PERF: micro optimization: the (*pos1) && (*pos1=='/') were redundant, and | Alexander Neundorf | 2007-07-23 | 1 | -2/+1 |
| | | | | | | | hasDoubleSlash is false in most cases, so in most cases 3 comparisons were done, now only one Alex | ||||
* | ENH: fix case problem with drive letters and cmake vs CMakeSetup build.make ↵ | Bill Hoffman | 2007-06-06 | 1 | -0/+10 |
| | | | | changing | ||||
* | ENH: Added kwsys SystemTools::CreateSymlink and SystemTools::ReadSymlink. | Brad King | 2007-03-12 | 1 | -0/+38 |
| | |||||
* | COMP: fix warnings | Ken Martin | 2007-03-02 | 1 | -2/+2 |
| | |||||
* | COMP: fix warning | Ken Martin | 2007-03-01 | 1 | -1/+1 |
| | |||||
* | ENH: added a limit to the getline method | Ken Martin | 2007-03-01 | 1 | -1/+20 |
| | |||||
* | BUG: Fix bug#4482. | Brad King | 2007-02-22 | 1 | -1/+12 |
| | |||||
* | COMP: remove warning | Bill Hoffman | 2007-02-22 | 1 | -1/+0 |
| | |||||
* | ENH: fix parens in the path with spaces in the path | Bill Hoffman | 2007-02-22 | 1 | -16/+3 |
| | |||||
* | STYLE: Removed one more stray comment. | Brad King | 2007-02-01 | 1 | -2/+0 |
| | |||||
* | STYLE: removed code accidently checked in | Ken Martin | 2007-02-01 | 1 | -14/+1 |
| | |||||
* | BUG: fix for bug number 3320 | Ken Martin | 2007-02-01 | 1 | -3/+33 |
| | |||||
* | ENH: allow copy if different from a file to a directory to work | Bill Hoffman | 2007-01-30 | 1 | -2/+24 |
| | |||||
* | ENH: Add support for "~otheruser/" | Clinton Stimpson | 2007-01-16 | 1 | -9/+51 |
| | |||||
* | ENH: Handle "~" in SplitPath. | Clinton Stimpson | 2007-01-12 | 1 | -0/+13 |
| | |||||
* | BUG: FileIsDirectory would remove the trailing '/' even when the path is ↵ | Utkarsh Ayachit | 2006-12-18 | 1 | -1/+2 |
| | | | | indeed the root i.e. '/'. Hence the test would be incorrect for root directory. Fixed that. | ||||
* | ENH: merge in changes for beos support | Bill Hoffman | 2006-12-04 | 1 | -1/+31 |
| | |||||
* | BUG: Correct the SystemReportDebugHook function. It should not call exit. It ↵ | David Cole | 2006-10-19 | 1 | -5/+5 |
| | | | | gets called multiple times at shutdown in a memory leak reporting scenario... This is the source of the long standing KWWidgetsTour debug build dashboard failure. | ||||
* | ENH: check for empty path | Bill Hoffman | 2006-10-03 | 1 | -0/+4 |
| |