Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: Nightly Date Stamp | Brad King | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-07-02 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-07-01 | 1 | -2/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-30 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-29 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-28 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-27 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-26 | 1 | -1/+1 |
| | |||||
* | ENH: first pass at VS 10, can bootstrap CMake, but many tests still fail | Bill Hoffman | 2009-06-25 | 1 | -5/+5 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-25 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | COMP: Quiet aggressive Borland warnings in KWSys | Brad King | 2009-06-22 | 1 | -0/+7 |
| | | | | | This disables Borland warning 8027 while compiling KWSys source files. It provides no useful information. | ||||
* | COMP: Remove useless variable assignment | Brad King | 2009-06-22 | 1 | -1/+0 |
| | | | | | This removes an assignment whose result is never used, thus quieting a warning from Borland. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-22 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-21 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-20 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-19 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-18 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-17 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-16 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-14 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-13 | 1 | -1/+1 |
| | |||||
* | COMP: Do not compile VMS-specific code on non-VMS | Brad King | 2009-06-12 | 1 | -8/+7 |
| | | | | | This helps avoid fixing VMS-specific code for non-VMS compilers where it isn't needed anyway. | ||||
* | COMP:Fixed warning with gcc 4.3.3: passing argument 1 of ↵ | Francois Bertel | 2009-06-12 | 1 | -3/+3 |
| | | | | kwsysProcessSetVMSFeature discards qualifiers from pointer target type. | ||||
* | COMP: Avoid double-initialization in KWSys String | Brad King | 2009-06-12 | 1 | -1/+1 |
| | | | | | | The KWSys String implementation of strcasecmp initialized 'result' immediately before assigning to it. Borland produces a warning in this case, so this commit removes the extra initialization. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-12 | 1 | -1/+1 |
| | |||||
* | ENH: use .exe on vms | Bill Hoffman | 2009-06-11 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-11 | 1 | -1/+1 |
| | |||||
* | ENH: Teach KWSys SystemTools about VMS paths | Brad King | 2009-06-10 | 1 | -2/+45 |
| | | | | | | This teaches ConvertToUnixSlashes to convert VMS paths into posix-style paths. We also set the DECC$FILENAME_UNIX_ONLY feature so the process always sees posix-style paths on disk. | ||||
* | ENH: Teach KWSys Process basic VMS support | Brad King | 2009-06-10 | 1 | -9/+76 |
| | | | | | | | | | | | | | | This achieves basic process execution on OpenVMS. We use work-arounds for different fork()/exec() behavior and a lack of select(). VMS emulates fork/exec using setjmp/longjmp to evaluate the child and parent return cases from fork. Therefore both must be invoked from the same function. Since select() works only for sockets we use the BeOS-style polling implementation. However, non-blocking reads on empty pipes cannot be distinguished easily from the last read on a closed pipe. Therefore we identify end of data by an empty read after the child terminates. | ||||
* | BUG: Fix non-select process impl without timeout | Brad King | 2009-06-10 | 1 | -12/+8 |
| | | | | | This avoids use of an uninitialized value in the KWSys ProcessUNIX polling implementation when no timeout is given. | ||||
* | COMP: Avoid String.c inclusion by Compaq templates | Brad King | 2009-06-10 | 3 | -3/+17 |
| | | | | | | | | The Compaq compiler (on VMS) includes 'String.c' in source files that use the stl string while looking for template definitions. This was the true cause of double-inclusion of the 'kwsysPrivate.h' header. We work around the problem by conditionally compiling the entire source file on a condition only true when really building the source. | ||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | STYLE: suppress warnings for borland | Bill Hoffman | 2009-06-09 | 1 | -2/+2 |
| | |||||
* | STYLE: suppress warnings for borland | Bill Hoffman | 2009-06-09 | 2 | -1/+8 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-08 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-07 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-06 | 1 | -1/+1 |
| | |||||
* | COMP: Hopefully fix hashmap on VS6, Thanks Brad K! | Dave Partyka | 2009-06-05 | 1 | -2/+2 |
| | |||||
* | ENH: fix warning on borland | Bill Hoffman | 2009-06-05 | 1 | -9/+9 |
| | |||||
* | ENH: move PutEnv to SystemTools | Bill Hoffman | 2009-06-05 | 2 | -0/+31 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-05 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-04 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-03 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-02 | 1 | -1/+1 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-06-01 | 1 | -2/+2 |
| | |||||
* | STYLE: Nightly Date Stamp | Brad King | 2009-05-31 | 1 | -1/+1 |
| |