- Jan 30, 2008
-
-
Bill Hoffman authored
-
Brad King authored
-
- Jan 22, 2008
-
-
Brad King authored
-
- Jan 21, 2008
-
-
Brad King authored
-
- Jan 20, 2008
- Jan 13, 2008
-
-
Brad King authored
ENH: Improved escaping in kwsys/System. Added escape of % for NMake. Added escape of ; for the VS IDE.
-
- Jan 12, 2008
-
-
Brad King authored
-
- Jan 11, 2008
-
-
Brad King authored
ENH: Add SystemTools::SplitPathRootComponent and re-implement SplitPath to use it. Add better treatment of user home directory paths.
-
- Jan 10, 2008
-
-
Brad King authored
BUG: Fix hang in Process_Kill on OS X caused by an OS bug in which a pipe read end cannot be closed if the pipe write end is open, the pipe is full, and another process is blocking waiting to write. Work around the problem by killing the children before closing the pipes.
-
- Jan 08, 2008
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- Dec 14, 2007
-
-
Bill Hoffman authored
-
- Dec 11, 2007
-
-
Brad King authored
-
- Dec 06, 2007
-
-
Philippe Pebay authored
-
- Dec 05, 2007
-
-
Brad King authored
-
Philippe Pebay authored
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).
-
- Dec 04, 2007
-
-
Bill Hoffman authored
-
Bill Hoffman authored
-
- Nov 23, 2007
-
-
http://www.syllable.orgAlexander Neundorf authored
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
-
- Nov 16, 2007
-
-
David Cole authored
ENH: Add ability to call Visual Studio macros from CMake. Add a CMake Visual 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.
-
- Nov 12, 2007
- Nov 07, 2007
-
-
Brad King authored
-
- Nov 05, 2007
- Oct 26, 2007
-
-
Sean McBride authored
-
- Oct 25, 2007
-
-
Brad King authored
BUG: Fix bug#5590. When converting a relative path between two full paths on different windows drive letters do not create a ../../d:/foo/bar path and just return the full path to the destination.
-
- Oct 12, 2007
-
-
Bill Hoffman authored
-
- Oct 09, 2007
-
-
Sebastien Barre authored
-
- Oct 02, 2007
-
-
Bill Hoffman authored
-
- Sep 20, 2007
-
-
Bill Hoffman authored
-
Alexander Neundorf authored
COMP: TIOCGWINSZ and struct winsize also doesn't exist on Cray Catamount Alex
-
Alexander Neundorf authored
COMP: make SystemTools.cxx build on Cray Xt3 Alex
-
- Sep 19, 2007
-
-
Bill Hoffman authored
-