index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
System
/
Linux
Age
Commit message (
Expand
)
Author
2004-11-18
Dynamic Library abstraction. This makes the abstraction of a single dynamic
Reid Spencer
2004-11-15
Actually get the #include correct so it compiles .. duh.
Reid Spencer
2004-11-15
Consolidate the implementation of TimeValue::now() for Unix to use the
Reid Spencer
2004-11-14
Include the correct implementation file
Reid Spencer
2004-11-05
Stop propagating method names that violate the coding standard
Reid Spencer
2004-10-04
First version of the MappedFile abstraction for operating system idependent
Reid Spencer
2004-09-25
Updated to reflect changes in the interface of TimeValue::now().
Reid Spencer
2004-09-25
Wrap to 80 cols.
Reid Spencer
2004-09-24
Initial implementation of the TimeValue abstraction.
Reid Spencer
2004-09-13
Simplify the sys::Memory interface per Chris' request.
Reid Spencer
2004-09-11
Provide initial implementations of Memory and Process concepts for various
Reid Spencer
2004-08-31
Add a new abstraction, SysConfig for platform independent system
Reid Spencer
2004-08-30
Move the GetTemporaryDirectory function from "generic Unix" to platform
Reid Spencer
2004-08-29
Initial platform independent implementation of operating system concept
Reid Spencer
2004-08-29
Initial commit of an platform-indepdendent implementation for the
Reid Spencer
2004-08-29
Revise the design of the Path concept per peer review. Too many changes to
Reid Spencer
2004-08-25
Initial implementation of the Path operating system concept.
Reid Spencer