aboutsummaryrefslogtreecommitdiff
path: root/lib/System
AgeCommit message (Expand)Author
2004-12-20Implement GetTimeUsage correctly.Reid Spencer
2004-12-20Provide a getrusage based implementation of GetTotalMemoryUsage and useReid Spencer
2004-12-20Consistently use the same #if style. Also, fix a bug testing for sbrk(3)Reid Spencer
2004-12-20Keep up with lib/System changesJeff Cohen
2004-12-20For PR351:Reid Spencer
2004-12-20For PR351:Reid Spencer
2004-12-20* Use "" for LLVM include files, not <>Misha Brukman
2004-12-19Use <> for system #include filesMisha Brukman
2004-12-19Make references to 'struct sigaction' compile under Solaris.Brian Gaeke
2004-12-19For PR351:Reid Spencer
2004-12-19For PR351:Reid Spencer
2004-12-18Fix win32 breakageJeff Cohen
2004-12-16Expository comment submitted by Henrik BachJeff Cohen
2004-12-15Change the signatures of the destroyFile and destroyDirectory methods toReid Spencer
2004-12-15Remove the CFE's lib directory from the bytecode path because LLVM shouldReid Spencer
2004-12-15Remove automatic insertion of CFE's lib directory into the bytecode pathReid Spencer
2004-12-15Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer
2004-12-15Make Win32 TimeValue::toString() re-entrant and work with mingwJeff Cohen
2004-12-15Fix VC++ compilation errorsJeff Cohen
2004-12-15For PR351:Reid Spencer
2004-12-14Add the getMagicNumber method.Reid Spencer
2004-12-14Implement Win32 Path::getStatusInfo(), TimeValue::toString()Jeff Cohen
2004-12-14For PR351:Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-12-13Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXTReid Spencer
2004-12-13Fix a bug where "." or any single character file name doesn't get theReid Spencer
2004-12-13Remove an always false clause from an if statement.Reid Spencer
2004-12-13Fix a bug where directory names of length one or less where not setAlkis Evlogimenos
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-13For PR351: \Reid Spencer
2004-12-13For PR351: \Reid Spencer
2004-12-13Make the size() method constReid Spencer
2004-12-11Rename Path::get -> Path::toStringReid Spencer
2004-12-11Path::get -> Path::toStringReid Spencer
2004-12-09Fix residual Visual Studio build problemsJeff Cohen
2004-12-08Make this work with the ICC compiler, contributed by Bjørn WennbergChris Lattner
2004-12-04Fix compilation error on Darwin.Chris Lattner
2004-12-03Move darwin-specific majik here.Chris Lattner
2004-12-02Fix seriously broken implementation of GetMagicNumber.Reid Spencer
2004-11-29Implement two new functions: LoadLibraryPermanently andReid Spencer
2004-11-29We just use ltdl's implementation for this abstraction now. Its portable toReid Spencer
2004-11-29Mods for compilation with llvm.Reid Spencer
2004-11-29Original version of ltdl.h from libtool 1.5.10Reid Spencer
2004-11-29Original version of ltdl.c from libtool 1.5.10Reid Spencer
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-16* Use low-level unix I/O interface since we're on Unix.Reid Spencer