aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32
Commit message (Expand)AuthorAgeFilesLines
* First version of the MappedFile abstraction for operating system idependentReid Spencer2004-10-042-0/+76
* That should actually be __MING, not __MINGW.Misha Brukman2004-09-302-2/+2
* Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach.Misha Brukman2004-09-302-2/+2
* Improve validity checking of windows path names and fix file creationReid Spencer2004-09-292-62/+156
* Use llvm::sys::Path to destroy the file.Reid Spencer2004-09-282-8/+10
* Win32 implementation of TimeValue::now().Reid Spencer2004-09-282-12/+24
* Added stub implementations of TimeValue concept for remaining platforms.Reid Spencer2004-09-252-0/+58
* Patch for MINGW. Patch provided by Henrik Bach.Reid Spencer2004-09-232-4/+12
* Minor correction to Signals implementation.Reid Spencer2004-09-192-28/+48
* Porting of Unix implementation to Win32.Reid Spencer2004-09-182-96/+380
* Make sure critical sections are entered before trying to leave them.Reid Spencer2004-09-172-2/+24
* Implement the signals interface for Win32.Reid Spencer2004-09-162-12/+366
* Patches to make this file actually compile under windows.Reid Spencer2004-09-156-56/+988
* Initial version of the SysConfig abstraction for Win32.Reid Spencer2004-09-151-0/+29
* First version of a common header file for Win32 implementations.Reid Spencer2004-09-151-0/+33
* Initial implementation of the Process abstraction for Win32.Reid Spencer2004-09-152-0/+92
* Simplify the sys::Memory interface per Chris' request.Reid Spencer2004-09-132-16/+18
* Provide initial implementations of Memory and Process concepts for variousReid Spencer2004-09-114-0/+154
* Initial platform independent implementation of operating system conceptReid Spencer2004-08-292-0/+74
* Initial commit of an platform-indepdendent implementation for theReid Spencer2004-08-292-0/+38