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
/
Win32
/
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-31
Where do these tabs keep coming from???
Jeff Cohen
2004-12-31
Mostly cleanup, but also some bug fixes, for win32/Path.cpp
Jeff Cohen
2004-12-31
Get rid of those nasty tabs...
Jeff Cohen
2004-12-31
Bring win32/Path.cpp up to date with respect to Unix/Path.cpp
Jeff Cohen
2004-12-24
Fix VC++ compilation error
Jeff Cohen
2004-12-23
Put CopyFile in the sys namespace.
Reid Spencer
2004-12-18
Fix win32 breakage
Jeff Cohen
2004-12-15
Change the signatures of the destroyFile and destroyDirectory methods to
Reid Spencer
2004-12-15
Remove the CFE's lib directory from the bytecode path because LLVM should
Reid Spencer
2004-12-15
Fix a file overwrite bug in llvm-ar introduced by changes to
Reid Spencer
2004-12-15
Fix VC++ compilation errors
Jeff Cohen
2004-12-15
For PR351:
Reid Spencer
2004-12-14
Add the getMagicNumber method.
Reid Spencer
2004-12-14
Implement Win32 Path::getStatusInfo(), TimeValue::toString()
Jeff Cohen
2004-12-13
For PR351:
Reid Spencer
2004-12-13
Genericize implementation of GetDLLSuffix now that we have LTDL_SHLIB_EXT
Reid Spencer
2004-12-13
Fix a bug where "." or any single character file name doesn't get the
Reid Spencer
2004-12-13
* Add a std::ostream inserter for sys::Path
Reid Spencer
2004-12-13
Fix recent breakage of win32 build
Jeff Cohen
2004-12-13
Implement new functions per new interface
Reid Spencer
2004-11-16
Remove useless #include.
Reid Spencer
2004-11-09
Fix isBytecodeFile to correctly recognized compressed bytecode too.
Reid Spencer
2004-11-05
Stop propagating method names that violate the coding standard
Reid Spencer
2004-09-29
Improve validity checking of windows path names and fix file creation
Reid Spencer
2004-09-18
Porting of Unix implementation to Win32.
Reid Spencer
2004-09-15
Patches to make this file actually compile under windows.
Reid Spencer
2004-09-11
Provide initial implementations of Memory and Process concepts for various
Reid Spencer