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
/
Signals.cpp
Age
Commit message (
Expand
)
Author
2005-01-09
Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
Reid Spencer
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