index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
System
/
Unix
/
Path.cpp
Age
Commit message (
Expand
)
Author
2005-01-09
Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
Reid Spencer
2004-12-27
For PR351:
Reid Spencer
2004-12-24
For PR351:
Reid Spencer
2004-12-21
Put the CopyFile function explicitly in the sys namespace.
Reid Spencer
2004-12-20
* Use "" for LLVM include files, not <>
Misha Brukman
2004-12-15
Change the signatures of the destroyFile and destroyDirectory methods to
Reid Spencer
2004-12-15
Remove automatic insertion of CFE's lib directory into the bytecode path
Reid Spencer
2004-12-15
Fix a file overwrite bug in llvm-ar introduced by changes to
Reid Spencer
2004-12-15
For PR351:
Reid Spencer
2004-12-13
For PR351:
Reid Spencer
2004-12-13
Remove an always false clause from an if statement.
Reid Spencer
2004-12-13
Fix a bug where directory names of length one or less where not set
Alkis Evlogimenos
2004-12-13
* Add a std::ostream inserter for sys::Path
Reid Spencer
2004-12-13
For PR351: \
Reid Spencer
2004-12-11
Path::get -> Path::toString
Reid Spencer
2004-12-02
Fix seriously broken implementation of GetMagicNumber.
Reid Spencer
2004-11-16
* Use low-level unix I/O interface since we're on Unix.
Reid Spencer
2004-11-16
Per code review:
Reid Spencer
2004-11-14
Implement functionality suggested from code review: getStatusInfo should
Reid Spencer
2004-11-14
* Implement getDirectoryContents * Implement getStatusInfo * Implement setSta...
Reid Spencer
2004-11-09
* Implement getStatusInfo for getting stat(2) like information
Reid Spencer
2004-11-05
Stop propagating method names that violate the coding standard
Reid Spencer
2004-09-18
Get rid of file descriptor leak in create_file.
Reid Spencer
2004-09-16
Allow "bc" as suffix for bytecode files.
Reid Spencer
2004-09-14
Implement the GetLibraryPath function.
Reid Spencer
2004-09-11
Implemented support for detecting file types by magic number, stripping
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-30
Move the GetTemporaryDirectory function from "generic Unix" to platform
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