search for: 9abd8b90

Displaying 3 results from an estimated 3 matches for "9abd8b90".

2004 Aug 30
0
[LLVMdev] lib/System Unleashed - Need Your Help!
Hi Reid, > With some MacOS help from Nate, I've begun the conversion of LLVM to use > lib/System, the operating system independence layer. Currently, the > library has implementations for three abstractions: Path, Program, and > Signals. Did you consider using boost::filesystem for Path abstraction? See the documentation on: http://boost.org/libs/filesystem/doc/index.htm
2004 Aug 30
1
[LLVMdev] lib/System Unleashed - Need Your Help!
...cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040829/9abd8b90/attachment.sig>
2004 Aug 29
6
[LLVMdev] lib/System Unleashed - Need Your Help!
Folks, With some MacOS help from Nate, I've begun the conversion of LLVM to use lib/System, the operating system independence layer. Currently, the library has implementations for three abstractions: Path, Program, and Signals. These provide some basic utilities for manipulating file system paths, finding and executing programs, and cleaning up after Signals. The implementations should work