summaryrefslogtreecommitdiff
path: root/lib/System/Unix/Path.inc
Commit message (Expand)AuthorAge
* Issue a #error if the host doesn't have an implementation forDan Gohman2010-09-07
* Apply a patch from Kees van Reeuwijk to add support for Minix.Dan Gohman2010-09-02
* Some fixes for NetBSDAnton Korobeynikov2010-08-31
* Eliminate unnecessary empty string literals.Dan Gohman2010-08-04
* improve Path::makeUnique when mkstemp/mktemp are not availableChris Lattner2010-07-12
* Don't bother clearing the Magic string when the magic numberDan Gohman2010-05-27
* This doesn't need SmallVector.h anymore.Dan Gohman2010-04-19
* Fix this for std::vectors which don't have .data().Dan Gohman2010-04-19
* Revert 91528 and use a std::vector instead, fixing an abuse of std::string.Dan Gohman2010-04-19
* Fix a grammaro.Dan Gohman2010-03-30
* Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin2009-12-17
* remove use of SmallVector from Path::makeUnique. Path::makeUniqueChris Lattner2009-12-16
* eliminate an extraneous use of SmallVector in a case whereChris Lattner2009-12-16
* Remove spurious extern.Daniel Dunbar2009-12-09
* Remove dead returns.Benjamin Kramer2009-11-29
* This patch ensures that Path::GetMainExecutable is able to handle theKovarththanan Rajaratnam2009-11-29
* API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r...Edward O'Callaghan2009-11-25
* Remove bogus error handling code.Daniel Dunbar2009-11-24
* Provide Path::isSpecialFile interface for PR5568.Edward O'Callaghan2009-11-24
* 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