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
Age
Commit message (
Expand
)
Author
2004-12-13
Fix a bug where "." or any single character file name doesn't get the
Reid Spencer
2004-12-13
* Add a std::ostream inserter for sys::Path
Reid Spencer
2004-12-13
Fix recent breakage of win32 build
Jeff Cohen
2004-12-13
Implement new functions per new interface
Reid Spencer
2004-12-11
Rename Path::get -> Path::toString
Reid Spencer
2004-12-09
Fix residual Visual Studio build problems
Jeff Cohen
2004-11-29
Implement the default constructor which causes the current program to be
Reid Spencer
2004-11-20
Cast the void* handle data member to HMODULE* to keep the VC++ compiler
Reid Spencer
2004-11-18
Dynamic Library abstraction. This makes the abstraction of a single dynamic
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-16
Simplify code.
Reid Spencer
2004-11-16
Per code review:
Reid Spencer
2004-11-15
Provide the ThrowErrno utility.
Reid Spencer
2004-11-15
Adjust implementation to match new interface.
Reid Spencer
2004-11-15
Actually get the #include correct so it compiles .. duh.
Reid Spencer
2004-11-09
Fix isBytecodeFile to correctly recognized compressed bytecode too.
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-10-14
Implementation of MappedFile for Win32. Patch provided by Jeff Cohen.
Reid Spencer
2004-10-04
First version of the MappedFile abstraction for operating system idependent
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-29
Improve validity checking of windows path names and fix file creation
Reid Spencer
2004-09-28
Use llvm::sys::Path to destroy the file.
Reid Spencer
2004-09-28
Win32 implementation of TimeValue::now().
Reid Spencer
2004-09-25
Added stub implementations of TimeValue concept for remaining platforms.
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-18
Porting of Unix implementation to Win32.
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-09-15
Patches to make this file actually compile under windows.
Reid Spencer
2004-09-15
Initial version of the SysConfig abstraction for Win32.
Reid Spencer
2004-09-15
First version of a common header file for Win32 implementations.
Reid Spencer
2004-09-15
Initial implementation of the Process abstraction for Win32.
Reid Spencer
2004-09-13
Simplify the sys::Memory interface per Chris' request.
Reid Spencer
2004-09-11
Provide initial implementations of Memory and Process concepts for various
Reid Spencer
2004-08-29
Initial platform independent implementation of operating system concept
Reid Spencer
2004-08-29
Initial commit of an platform-indepdendent implementation for the
Reid Spencer
[prev]