Jeff's fix was fine
[oota-llvm.git] / include / llvm / System / Path.h
2007-04-29 Chris LattnerJeff's fix was fine
2007-04-29 Chris Lattneradd missing ctor
2007-04-29 Jeff CohenFix MemoryBuffer breakage correctly.
2007-04-29 Chris Lattnernew method for creating a path, which does not create...
2007-04-11 Reid SpencerTeach sys::Path how to recognize different kinds of...
2007-04-08 Reid SpencerImplement the output inserter for PathWithStatus
2007-04-07 Reid SpencerFor PR1291:
2007-04-04 Reid SpencerFor PR1302:
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Jeff CohenuniqueID is a uint64_t (caught by VC++)
2007-03-29 Reid SpencerAdd a uniqueID field to the FileStatus structure for...
2007-03-29 Reid SpencerDon't forget to delete the FileStatus structure on...
2007-03-29 Reid SpencerFor PR789:
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFix constructor documentation.
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerMake the sys::Path::GetTemporaryDirectory method not...
2006-08-01 Chris LattnerRemove some now-dead methods. Use getFileStatus instead.
2006-07-28 Chris LattnerModify setStatusInfoOnDisk to not throw an exception.
2006-07-28 Chris LattnerModify Path::eraseFromDisk to not throw an exception.
2006-07-28 Chris LattnerChange Path::getStatusInfo to return a boolean and...
2006-07-26 Reid SpencerFor PR780:
2006-07-07 Chris Lattner#include <iosfwd> not <ostream>
2006-06-08 Reid SpencerFor PR804:
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-08 Jeff Cohenfix typo
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-12-18 Reid SpencerCorrect the name of the method. CopyFiles -> CopyFile.
2004-12-15 Reid SpencerAdjust documentation of GetBytecodeLibraryPaths after...
2004-12-15 Reid SpencerFix a file overwrite bug in llvm-ar introduced by chang...
2004-12-15 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid Spencer* Add a std::ostream inserter for sys::Path
2004-12-13 Reid SpencerFor PR351:\
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-11-16 Reid SpencerPer code review:
2004-11-14 Reid SpencerChanges per code review:
2004-11-14 Reid Spencer*Put the StatusInfo type in the right section. *Provide...
2004-11-09 Reid Spencer* Implement getStatusInfo for getting stat(2) like...
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-09-13 Reid SpencerAdd the GetLibraryPath method.
2004-09-11 Reid SpencerAdd methods for detecting file types by magic number...
2004-08-29 Reid SpencerRevise the design of the Path concept per peer review...
2004-08-25 Reid SpencerInitial implementation of the Path operating system...
2004-08-16 Reid SpencerBack out include/llvm/System changes until a satisfacto...
2004-08-15 Reid SpencerFirst version of a class to represent the notion of...