Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
849857445ffbcf48e9fa7e88898049e16d1f31a2
/
llvm
/
lib
/
System
/
Win32
/
Process.inc
23ebef1
Win32/Process.inc: [PR8527] Process::FileDescriptorIsDisplayed(fd) should not check by FILE_TYPE_CHAR. It must be better to check it with Console API.
by NAKAMURA Takumi
· 15 years ago
e592923
Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't
by Dan Gohman
· 16 years ago
63e44bb
Fix comments.
by Torok Edwin
· 16 years ago
9b5a47f
Add support for outputting ANSI colors to raw_fd_ostream.
by Torok Edwin
· 16 years ago
1543661
Add terminal width detection to llvm::sys::Process. This is needed to
by Douglas Gregor
· 16 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
187b4ad
Provide configuration support and usage for MINGW32 platform
by Reid Spencer
· 19 years ago
291f6b7
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
by Misha Brukman
· 21 years ago
2d45e25
Provide an implementation of the GetCurrentUserId and GetCurrentGroupId
by Reid Spencer
· 21 years ago
07e22ba
Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.
by Jeff Cohen
· 21 years ago
81549a5
Make PreventCoreFiles() do the right thing on Windows.
by Jeff Cohen
· 21 years ago
c892a0d
Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
by Reid Spencer
· 21 years ago
[Renamed from llvm/lib/System/Win32/Process.cpp]
1a26d15
Use size_t instead of long to represent memory usage. long is 32 bits
by Jeff Cohen
· 21 years ago
b90c31f
Add functions for determining if the stdin/out/err is connected to a
by Jeff Cohen
· 21 years ago
cf15b87
For PR351:
by Reid Spencer
· 21 years ago
53fbecc
Patch to fix mingw compilation problem contributed by Henrik.
by Jeff Cohen
· 21 years ago
7ae0bc7
Keep up with lib/System changes
by Jeff Cohen
· 21 years ago
ac38f3a
For PR351:
by Reid Spencer
· 21 years ago
7cdcb2b
Remove useless #include.
by Reid Spencer
· 21 years ago
91886b7
Initial implementation of the Process abstraction for Win32.
by Reid Spencer
· 21 years ago