index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
kwsys
/
ProcessWin32.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ERR: Removed extra variable assignments.
Brad King
2003-11-04
1
-4/+2
*
BUG: Removed CloseHandle in case of error in DuplicateHandle. According to d...
Brad King
2003-11-04
1
-1/+0
*
ENH: Made error message consistent between win9x and non-win9x version of err...
Brad King
2003-08-13
1
-25/+35
*
ENH: Cast into apropriate type to remove warning
Andy Cedilnik
2003-08-07
1
-1/+1
*
BUG: Need to provide stdin to child processes.
Brad King
2003-08-06
1
-0/+1
*
ENH: Added show/hide window support.
Brad King
2003-08-05
1
-22/+22
*
ENH: Added SetOption/GetOption methods for platform-specific options.
Brad King
2003-08-05
1
-0/+16
*
ENH: Added use of KWSYS_HEADER macro in c and cxx files to include kwsys head...
Brad King
2003-07-10
1
-1/+2
*
ENH: Made call to FormatMessage more robust.
Brad King
2003-07-07
1
-3/+36
*
ENH: Implemented SetWorkingDirectory method on Windows.
Brad King
2003-07-07
1
-2/+30
*
ENH: Using GetTempPath instead of TEMP environment variable to get a location...
Brad King
2003-07-07
1
-12/+6
*
BUG: Argument parsers do not always remove double quotes from around an argum...
Brad King
2003-07-03
1
-66/+108
*
ERR: Added cast to remove warning. We know the length of the string will not...
Brad King
2003-07-02
1
-1/+1
*
ERR: Should use %p to pass HANDLE values on a command line, not %d.
Brad King
2003-07-01
1
-1/+1
*
ERR: Remove warnings on Windows
Andy Cedilnik
2003-06-30
1
-10/+15
*
ENH: Added DLL support.
Brad King
2003-06-30
1
-2/+2
*
BUG: Must return Exception status correctly.
Brad King
2003-06-18
1
-1/+2
*
ENH: Added documentation to interface. Finished process exit code interpreta...
Brad King
2003-06-18
1
-23/+88
*
ERR: Added error check for malloc of process control structure.
Brad King
2003-06-12
1
-0/+5
*
ERR: Using GetCurrentProcessId instead of _getpid so we don't need to include...
Brad King
2003-06-12
1
-4/+5
*
ERR: Removed unused variables.
Brad King
2003-06-11
1
-2/+0
*
BUG: Don't show a console application's window.
Brad King
2003-06-10
1
-1/+2
*
ENH: Added Process execution implementation.
Brad King
2003-06-10
1
-0/+1234
[prev]