index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
System
/
Win32
/
Signals.inc
Age
Commit message (
Expand
)
Author
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-10-28
Reindent.
Mikhail Glushenkov
2010-10-27
80-col violation.
Mikhail Glushenkov
2010-10-27
Remove try/catch(...) from Win32/Signals.inc.
Mikhail Glushenkov
2010-10-22
Win32/Signals.inc: DontRemoveFileOnSignal(): Please acquire the CriticalSection.
NAKAMURA Takumi
2010-10-21
Trailing whitespace.
Mikhail Glushenkov
2010-10-06
lib/System/Win32/Signals.inc: Enable LLVM_DISABLE_CRT_DEBUG also on mingw.
NAKAMURA Takumi
2010-09-01
Add an interface for unregistering a file from the FilesToRemove list.
Dan Gohman
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-05-08
Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanup
Daniel Dunbar
2010-03-31
AddSignalHandler was not releasing the critical section on win32.
Torok Edwin
2009-09-22
... missed hiding a variable for MSVC only.
Daniel Dunbar
2009-09-22
Hide MSVC specific CRT interaction behind _MSC_VER.
Daniel Dunbar
2009-09-22
Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg...
Daniel Dunbar
2009-07-09
eraseFromDisk no longer throws.
Chris Lattner
2009-04-21
Silence warnings.
Anton Korobeynikov
2009-03-19
Fix the Win32 VS2008 build:
Sebastian Redl
2009-03-08
add some explicit llvm:: qualifiers to the unix side, fix problems on the win...
Chris Lattner
2009-03-04
Add a new 'AddSignalHandler' function to Signals.h that allows
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-11-21
This change does a couple of things. First it gets the Visual Studio builds ...
Chuck Rose III
2007-04-07
Unbreak VC++ build.
Jeff Cohen
2007-03-29
For PR789:
Reid Spencer
2006-08-25
For PR797:
Reid Spencer
2006-08-01
Use getFileStatus instead of Path::isDirectory().
Chris Lattner
2006-06-01
Provide configuration support and usage for MINGW32 platform
Reid Spencer
2005-08-02
It's dangerous coding on Mondays.
Jeff Cohen
2005-08-02
Implement SetInterruptFunction for Windows.
Jeff Cohen
2005-08-02
Implement sys::SetInterruptFunction on Unix, stub it on win32 so that the
Chris Lattner
2005-07-08
Make Win32 implementation conform to new paradigm
Jeff Cohen
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-02-19
Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.
Jeff Cohen
2004-11-16
Simplify code.
Reid Spencer
2004-11-15
Adjust implementation to match new interface.
Reid Spencer
2004-11-05
Stop propagating method names that violate the coding standard
Reid Spencer
2004-10-14
Use __MINGW instead of __MING. Patch contributed by Henrik Bach.
Reid Spencer
2004-09-30
That should actually be __MING, not __MINGW.
Misha Brukman
2004-09-30
Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach.
Misha Brukman
2004-09-28
Use llvm::sys::Path to destroy the file.
Reid Spencer
2004-09-23
Patch for MINGW. Patch provided by Henrik Bach.
Reid Spencer
2004-09-19
Minor correction to Signals implementation.
Reid Spencer
2004-09-17
Make sure critical sections are entered before trying to leave them.
Reid Spencer
2004-09-16
Implement the signals interface for Win32.
Reid Spencer
2004-08-29
Initial platform independent implementation of operating system concept
Reid Spencer