index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
System
/
Win32
/
Program.inc
Age
Commit message (
Expand
)
Author
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-02
Make FindProgramByName return paths with slashes unmodified on Windows.
Mikhail Glushenkov
2010-10-29
Make Program::Wait differentiate execution failure due to the file
Dan Gohman
2010-09-17
Move the declaration SetInformationJobObject() outside of namespace.
NAKAMURA Takumi
2010-03-28
Properly quote the quotes :) during cmdline construction on Windows.
Anton Korobeynikov
2010-01-28
Add llvm::Program::ChangeStderrToBinary().
Douglas Gregor
2009-09-22
Remove the GetProcessId() call from Win32/Program.inc, take 2.
Mikhail Glushenkov
2009-09-22
Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaks
Daniel Dunbar
2009-09-15
Get rid of GetProcessId in Win32/Program.inc.
Mikhail Glushenkov
2009-09-09
Check that the 'kill' call succeeded.
Mikhail Glushenkov
2009-09-08
Const-correctness.
Mikhail Glushenkov
2009-09-08
Get rid of the Pid_ member in the Program class.
Mikhail Glushenkov
2009-09-08
Add a Kill() function to the Program class.
Mikhail Glushenkov
2009-08-23
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-03
Fix a race condition in getting the process exit code on Win32.
Daniel Dunbar
2009-08-02
Empty arguments need to be quoted on Win32.
Daniel Dunbar
2009-07-18
Remove duplication in Program::Execute{And,No}Wait.
Mikhail Glushenkov
2009-07-08
Add an ExecuteNoWait interface to support asynchronous process spawning.
David Greene
2009-04-14
Call CreateProcess with bInheritHandles = TRUE.
Mikhail Glushenkov
2009-04-14
Delete trailing whitespace.
Mikhail Glushenkov
2008-06-15
Fix the environment block that is passed to the CreateProcess function.
Argyrios Kyrtzidis
2008-06-12
Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logic
Matthijs Kooijman
2008-06-12
Make I/O redirection handling in sys::Program a bit more consistent. No
Matthijs Kooijman
2008-01-24
Fix potential buffer overflow
Anton Korobeynikov
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-03-19
Fix mingw32 build
Anton Korobeynikov
2007-03-09
Unbreak mingw32 build
Anton Korobeynikov
2007-03-05
Ensure 64-bit correctness.
Jeff Cohen
2007-03-05
Implement memoryLimit on Windows.
Jeff Cohen
2007-02-16
Add possibility to set memory limit for binaries run via libSystem. This
Anton Korobeynikov
2006-09-01
- Fixed broken Win32 build
Anton Korobeynikov
2006-08-21
For PR797:
Reid Spencer
2006-06-07
For PR787:
Reid Spencer
2005-07-08
Fix VC++ breakage
Jeff Cohen
2005-05-05
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-04-11
Eliminate tabs
Jeff Cohen
2005-02-20
Fix silly mistake.
Jeff Cohen
2005-02-20
Implement standard I/O redirection in ExecuteAndWait().
Jeff Cohen
2005-02-16
Arg list already has program name in it.
Jeff Cohen
2004-12-20
Keep up with lib/System changes
Jeff Cohen
2004-12-14
Implement Win32 Path::getStatusInfo(), TimeValue::toString()
Jeff Cohen
2004-12-14
For PR351:
Reid Spencer
2004-12-11
Rename Path::get -> Path::toString
Reid Spencer
2004-11-16
Erase non-applicable Unix comment, this is Win32
Misha Brukman
2004-11-16
Remove useless #include.
Reid Spencer
2004-11-05
Stop propagating method names that violate the coding standard
Reid Spencer
2004-09-15
Patches to make this file actually compile under windows.
Reid Spencer
2004-08-29
Initial commit of an platform-indepdendent implementation for the
Reid Spencer