1. ebf8d0e Resurrect this file. by Reid Spencer · 21 years ago
  2. 48a1f42 Remove these files as they are not being included any more. DynamicLibrary by Reid Spencer · 21 years ago
  3. cb65255 Fix VC++ compilation error by Jeff Cohen · 21 years ago
  4. a36c9a4 Put CopyFile in the sys namespace. by Reid Spencer · 21 years ago
  5. 2e5f445 Patch to fix mingw compilation problem contributed by Henrik. by Jeff Cohen · 21 years ago
  6. a1b3d3d Keep up with lib/System changes by Jeff Cohen · 21 years ago
  7. 721d9aa For PR351: by Reid Spencer · 21 years ago
  8. f8cdb85 Fix win32 breakage by Jeff Cohen · 21 years ago
  9. b8b836d Expository comment submitted by Henrik Bach by Jeff Cohen · 21 years ago
  10. 00e8930 Change the signatures of the destroyFile and destroyDirectory methods to by Reid Spencer · 21 years ago
  11. 24ac21f Remove the CFE's lib directory from the bytecode path because LLVM should by Reid Spencer · 21 years ago
  12. 07f9f4e Fix a file overwrite bug in llvm-ar introduced by changes to by Reid Spencer · 21 years ago
  13. 003485a Make Win32 TimeValue::toString() re-entrant and work with mingw by Jeff Cohen · 21 years ago
  14. ab68df0 Fix VC++ compilation errors by Jeff Cohen · 21 years ago
  15. c29befb For PR351: by Reid Spencer · 21 years ago
  16. 3b0cc78 Add the getMagicNumber method. Patch contributed by Henrik Bach. Thanks Henrik! by Reid Spencer · 21 years ago
  17. 626e38e Implement Win32 Path::getStatusInfo(), TimeValue::toString() by Jeff Cohen · 21 years ago
  18. e2e2411 For PR351: Implement the new environment pointer for ExecuteAndWait by Reid Spencer · 21 years ago
  19. 77cc91d For PR351: by Reid Spencer · 21 years ago
  20. 79fc924 Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXT by Reid Spencer · 21 years ago
  21. b0e1887 Fix a bug where "." or any single character file name doesn't get the by Reid Spencer · 21 years ago
  22. 732f92d * Add a std::ostream inserter for sys::Path by Reid Spencer · 21 years ago
  23. 3265369 Fix recent breakage of win32 build by Jeff Cohen · 21 years ago
  24. 6c4b7bd Implement new functions per new interface by Reid Spencer · 21 years ago
  25. 707a27c Rename Path::get -> Path::toString by Reid Spencer · 21 years ago
  26. 31127e1 Fix residual Visual Studio build problems by Jeff Cohen · 21 years ago
  27. 441cc2a Implement the default constructor which causes the current program to be by Reid Spencer · 21 years ago
  28. 7a45389 Cast the void* handle data member to HMODULE* to keep the VC++ compiler by Reid Spencer · 21 years ago
  29. 0de02a6 Dynamic Library abstraction. This makes the abstraction of a single dynamic by Reid Spencer · 21 years ago
  30. e552543 Erase non-applicable Unix comment, this is Win32 by Misha Brukman · 21 years ago
  31. 56d3cdb Remove useless #include. by Reid Spencer · 21 years ago
  32. 9860121 Simplify code. by Reid Spencer · 21 years ago
  33. 8bf7fba Per code review: by Reid Spencer · 21 years ago
  34. 6b09db5 Provide the ThrowErrno utility. Patch contributed by Morten Ofstad by Reid Spencer · 21 years ago
  35. abc8650 Adjust implementation to match new interface. Patch provided by Morten Ofstad by Reid Spencer · 21 years ago
  36. a79a99a Actually get the #include correct so it compiles .. duh. by Reid Spencer · 21 years ago
  37. 4b82681 Fix isBytecodeFile to correctly recognized compressed bytecode too. by Reid Spencer · 21 years ago
  38. 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 21 years ago
  39. 8af3ed0 Use __MINGW instead of __MING. Patch contributed by Henrik Bach. by Reid Spencer · 21 years ago
  40. 8545fc1 Implementation of MappedFile for Win32. Patch provided by Jeff Cohen. by Reid Spencer · 21 years ago
  41. 9737492 First version of the MappedFile abstraction for operating system idependent by Reid Spencer · 21 years ago
  42. 14abc25 That should actually be __MING, not __MINGW. by Misha Brukman · 21 years ago
  43. 34ec89c Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach. by Misha Brukman · 21 years ago
  44. 6a0ec6f Improve validity checking of windows path names and fix file creation problems. by Reid Spencer · 21 years ago
  45. ced4110 Use llvm::sys::Path to destroy the file. by Reid Spencer · 21 years ago
  46. 10366a4 Win32 implementation of TimeValue::now(). by Reid Spencer · 21 years ago
  47. 0d5716e Added stub implementations of TimeValue concept for remaining platforms. by Reid Spencer · 21 years ago
  48. f6cbc0f Patch for MINGW. Patch provided by Henrik Bach. by Reid Spencer · 21 years ago
  49. 7b60a15 Minor correction to Signals implementation. by Reid Spencer · 21 years ago
  50. d0c9e0e Porting of Unix implementation to Win32. by Reid Spencer · 21 years ago
  51. 298d6c1 Make sure critical sections are entered before trying to leave them. by Reid Spencer · 21 years ago
  52. 90b5413 Implement the signals interface for Win32. by Reid Spencer · 21 years ago
  53. b016a37 Patches to make this file actually compile under windows. by Reid Spencer · 21 years ago
  54. 9041843 Initial version of the SysConfig abstraction for Win32. by Reid Spencer · 21 years ago
  55. 0b22ba4 First version of a common header file for Win32 implementations. by Reid Spencer · 21 years ago
  56. 437b079 Initial implementation of the Process abstraction for Win32. by Reid Spencer · 21 years ago
  57. 33189e7 Simplify the sys::Memory interface per Chris' request. by Reid Spencer · 21 years ago
  58. cbad701 Provide initial implementations of Memory and Process concepts for various by Reid Spencer · 21 years ago
  59. 496c277 Initial platform independent implementation of operating system concept by Reid Spencer · 21 years ago
  60. 52a7efa Initial commit of an platform-indepdendent implementation for the by Reid Spencer · 21 years ago