aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Win32
AgeCommit message (Expand)Author
2004-12-13Fix a bug where "." or any single character file name doesn't get theReid Spencer
2004-12-13* Add a std::ostream inserter for sys::PathReid Spencer
2004-12-13Fix recent breakage of win32 buildJeff Cohen
2004-12-13Implement new functions per new interfaceReid Spencer
2004-12-11Rename Path::get -> Path::toStringReid Spencer
2004-12-09Fix residual Visual Studio build problemsJeff Cohen
2004-11-29Implement the default constructor which causes the current program to beReid Spencer
2004-11-20Cast the void* handle data member to HMODULE* to keep the VC++ compilerReid Spencer
2004-11-18Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer
2004-11-16Erase non-applicable Unix comment, this is Win32Misha Brukman
2004-11-16Remove useless #include.Reid Spencer
2004-11-16Simplify code.Reid Spencer
2004-11-16Per code review:Reid Spencer
2004-11-15Provide the ThrowErrno utility.Reid Spencer
2004-11-15Adjust implementation to match new interface.Reid Spencer
2004-11-15Actually get the #include correct so it compiles .. duh.Reid Spencer
2004-11-09Fix isBytecodeFile to correctly recognized compressed bytecode too.Reid Spencer
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-10-14Use __MINGW instead of __MING. Patch contributed by Henrik Bach.Reid Spencer
2004-10-14Implementation of MappedFile for Win32. Patch provided by Jeff Cohen.Reid Spencer
2004-10-04First version of the MappedFile abstraction for operating system idependentReid Spencer
2004-09-30That should actually be __MING, not __MINGW.Misha Brukman
2004-09-30Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach.Misha Brukman
2004-09-29Improve validity checking of windows path names and fix file creationReid Spencer
2004-09-28Use llvm::sys::Path to destroy the file.Reid Spencer
2004-09-28Win32 implementation of TimeValue::now().Reid Spencer
2004-09-25Added stub implementations of TimeValue concept for remaining platforms.Reid Spencer
2004-09-23Patch for MINGW. Patch provided by Henrik Bach.Reid Spencer
2004-09-19Minor correction to Signals implementation.Reid Spencer
2004-09-18Porting of Unix implementation to Win32.Reid Spencer
2004-09-17Make sure critical sections are entered before trying to leave them.Reid Spencer
2004-09-16Implement the signals interface for Win32.Reid Spencer
2004-09-15Patches to make this file actually compile under windows.Reid Spencer
2004-09-15Initial version of the SysConfig abstraction for Win32.Reid Spencer
2004-09-15First version of a common header file for Win32 implementations.Reid Spencer
2004-09-15Initial implementation of the Process abstraction for Win32.Reid Spencer
2004-09-13Simplify the sys::Memory interface per Chris' request.Reid Spencer
2004-09-11Provide initial implementations of Memory and Process concepts for variousReid Spencer
2004-08-29Initial platform independent implementation of operating system conceptReid Spencer
2004-08-29Initial commit of an platform-indepdendent implementation for theReid Spencer