index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Support
/
Unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support/PathV2: Implement get_magic.
Michael J. Spencer
2011-01-15
1
-0
/
+31
*
Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...
Michael J. Spencer
2011-01-11
1
-1
/
+2
*
Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...
Michael J. Spencer
2011-01-10
2
-2
/
+5
*
Support/PathV2: Implement directory iteration on POSIX.
Michael J. Spencer
2011-01-05
1
-0
/
+54
*
Support/PathV1: Deprecate GetRootDirectory.
Michael J. Spencer
2010-12-27
1
-6
/
+5
*
Support/PathV1: Deprecate makeAbsolute and remove Unix impl because it annoys...
Michael J. Spencer
2010-12-25
1
-12
/
+0
*
Add missing standard headers. Patch by Joerg Sonnenberger!
Nick Lewycky
2010-12-19
1
-0
/
+1
*
Support: Remove Alarm. It is unused (via local grep and google code search).
Michael J. Spencer
2010-12-07
1
-72
/
+0
*
Support/PathV2: Change most functions in the path namespace to return their work
Michael J. Spencer
2010-12-07
1
-2
/
+1
*
Support/PathV2: Remove the error_code return type from all functions in the path
Michael J. Spencer
2010-12-07
1
-3
/
+3
*
Support/Unix/PathV2: Return the real error from realpath instead of any error
Michael J. Spencer
2010-12-07
1
-1
/
+2
*
Support/Unix/PathV2: Use 0770 instead of 0700 when creating a directory. Also...
Michael J. Spencer
2010-12-07
1
-1
/
+1
*
Support/PathV2: Use SmallVector::clear instead of set_size.
Michael J. Spencer
2010-12-07
1
-2
/
+2
*
Support/PathV2: Clarify and correct documentation.
Michael J. Spencer
2010-12-07
1
-0
/
+5
*
Support/PathV2: Move current_path from path to fs and fix the Unix implementa...
Michael J. Spencer
2010-12-07
1
-11
/
+13
*
Support/PathV2: Remove redundant calls to make_error_code.
Michael J. Spencer
2010-12-04
1
-21
/
+21
*
Support/FileSystem: Add status implementation.
Michael J. Spencer
2010-12-04
1
-0
/
+32
*
Support/FileSystem: Add file_size implementation.
Michael J. Spencer
2010-12-04
1
-0
/
+14
*
Support/FileSystem: Add equivalent implementation.
Michael J. Spencer
2010-12-03
1
-0
/
+25
*
Support/FileSystem: Add resize_file implementation.
Michael J. Spencer
2010-12-03
1
-0
/
+10
*
Support/FileSystem: Add rename implementation.
Michael J. Spencer
2010-12-03
1
-0
/
+13
*
Support/FileSystem: Add remove implementation.
Michael J. Spencer
2010-12-03
1
-0
/
+14
*
Support/FileSystem: Add create_symlink implementation.
Michael J. Spencer
2010-12-03
1
-0
/
+13
*
Support/FileSystem: Add create_hard_link implementation.
Michael J. Spencer
2010-12-03
1
-0
/
+13
*
Support/FileSystem: Add create_director{y,ies} implementations.
Michael J. Spencer
2010-12-03
1
-0
/
+14
*
Support/FileSystem: Add unique_file and exists implementations.
Michael J. Spencer
2010-12-03
1
-2
/
+129
*
Support/FileSystem: Fix copy_file implementation to use toNullTerminatedStrin...
Michael J. Spencer
2010-12-01
1
-2
/
+2
*
Support/FileSystem: Add copy_file implementation. Not tests yet because the
Michael J. Spencer
2010-12-01
1
-0
/
+92
*
Support: Add PathV2 implementation.
Michael J. Spencer
2010-11-29
1
-0
/
+39
*
Now to chant the magical incantation that will exorcise the System library
Charles Davis
2010-11-29
8
-8
/
+8
*
Missed a spot.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Merge System into Support.
Michael J. Spencer
2010-11-29
14
-0
/
+2540