summaryrefslogtreecommitdiff
path: root/lib/System/Unix/Path.inc
Commit message (Expand)AuthorAge
* Add a shortcut for OS X to Path::GetMainExecutable. This gives a nice speedup onBenjamin Kramer2009-09-09
* remove the last uses of Config/alloca.hChris Lattner2009-08-23
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* Minor code simplification.Dan Gohman2009-08-05
* Remove another F_OK.Dan Gohman2009-07-29
* It isn't necessary to use F_OK when using R_OK or similar.Dan Gohman2009-07-28
* Improve sys::Path::makeAbsolute on Win32.Daniel Dunbar2009-07-12
* "UNIX paths can contain non-ASCII characters, so Path::isValid() should not r...Chris Lattner2009-07-12
* add a new static method to portably determine whether a patch isChris Lattner2009-06-15
* Untabification.Bill Wendling2009-05-30
* Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get:Daniel Dunbar2009-04-20
* Fix main executable path name resolution on FreeBSD, patch by Chris Lattner2009-03-02
* If an executable is run through a symlink, dladdr will return theChris Lattner2009-02-19
* Fix warning on gcc 4.3.Mikhail Glushenkov2009-02-15
* Whitespace fixes.Mikhail Glushenkov2009-02-15
* add a helper method to sys::Path for clang, patch byChris Lattner2008-08-11
* Create temp. file in current path.Devang Patel2008-07-24
* While creating temp. file on disk, if the current filename points to a existi...Devang Patel2008-07-22
* Fix GetMainExecutable. Patch by Sam Bishop.Seo Sanghyeon2008-06-27
* Add a missing semicolon.Wojciech Matyjewicz2008-06-15
* Fix the sys::Path::getSuffix() implementation.Argyrios Kyrtzidis2008-06-15
* Make constructors target-specific. This fixes problems where the path wouldNick Lewycky2008-05-11
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Make getDirnameSep a static method (not part of Path's interface).Ted Kremenek2008-04-07
* Added method Path::getDirname().Ted Kremenek2008-04-07
* Re-implemented Path::createDirectoryOnDisk (for Unix).Ted Kremenek2008-04-03
* add some #includes.Chris Lattner2008-04-01
* Implement Path::MapInFilePages/UnMapFilePages on unix, which Chris Lattner2008-04-01
* Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner2008-04-01
* Fix Path::GetMainExecutable on cygwin, patch by Sam Bishop.Chris Lattner2008-03-13
* Stub out a Path::GetMainExecutable call to find the path to theChris Lattner2008-03-03
* Add path separator support, patch by Sam Bishop. Chris Lattner2008-02-27
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Added "GetCurrentDirectory()" to sys::Path.Ted Kremenek2007-12-18
* Added "isDirectory" method to llvm::sys::Path.Ted Kremenek2007-12-18
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* pull some win32 code into common code, add bitcode identification support.Chris Lattner2007-05-06
* For PR1291:Reid Spencer2007-04-07
* For PR789:Reid Spencer2007-03-29
* Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer2007-03-29
* For PR789:Reid Spencer2007-03-29
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-22
* Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer2006-08-22
* Make an error message a little more intelligible.Reid Spencer2006-08-22
* Add a note about how the "isFile" check in Path::eraseFromDisk preventsReid Spencer2006-08-07
* Remove some now-dead methods. Use getFileStatus instead.Chris Lattner2006-08-01