summaryrefslogtreecommitdiff
path: root/lib/Support/Windows/Path.inc
Commit message (Expand)AuthorAge
* Windows: Be more explicit with Win32 APIsDavid Majnemer2013-10-07
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-07
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-06
* Windows: Add support for unicode command linesDavid Majnemer2013-10-06
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-10
* [Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must c...NAKAMURA Takumi2013-08-22
* Whitespace.NAKAMURA Takumi2013-08-22
* Switching to using a helper function instead of manually converting the strin...Aaron Ballman2013-08-16
* On Windows, autolink advapi32 from Path.inc for CryptAcquireContextWReid Kleckner2013-08-07
* Fix windows' implementation of status when a file doesn't exist.Rafael Espindola2013-07-31
* Implement getUniqueID for directories on windows.Rafael Espindola2013-07-30
* Remove dead code.Rafael Espindola2013-07-30
* Make file_status::getUniqueID const.Rafael Espindola2013-07-29
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-29
* Initialize TempFileHandle.Serge Pavlov2013-07-19
* Split openFileForWrite into windows and unix versions.Rafael Espindola2013-07-19
* Small improvement to the use of GetFileType:Rafael Espindola2013-07-18
* Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_fil...NAKAMURA Takumi2013-07-18
* Remove dead code.Rafael Espindola2013-07-18
* Fix a funny typo. Thanks to Aaron Ballman for noticing.Rafael Espindola2013-07-17
* Add FILE_SHARE_WRITE to openFileForRead.Rafael Espindola2013-07-17
* Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-17
* [Support] Fix some warnings when self-hosting clang on WindowsReid Kleckner2013-07-16
* Add a version of sys::fs::status that uses fstat.Rafael Espindola2013-07-16
* Instead friending status, provide windows and posix constructors to file_status.Rafael Espindola2013-07-16
* Add include to hopefully fix windows build.Craig Topper2013-07-15
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-15
* Use status to implement file_size.Rafael Espindola2013-07-10
* We now always create files with the correct permissions. Simplify the interface.Rafael Espindola2013-07-08
* Improvements to unique_file and createUniqueDirectory.Rafael Espindola2013-06-28
* Rename PathV2 to just Path now that it is the only one.Rafael Espindola2013-06-26
* PathV1 is deprecated since the 18th of Dec 2010. Remove it.Rafael Espindola2013-06-26
* Remove sys::GetMainExecutable.Rafael Espindola2013-06-26
* Remove PathWithStatus.Rafael Espindola2013-06-26
* Move GetEXESuffix to the one place it is used.Rafael Espindola2013-06-25
* Remove sys::PathSeparator.Rafael Espindola2013-06-25
* Remove Path::getDirectoryContents.Rafael Espindola2013-06-19
* Remove Path::canExecute.Rafael Espindola2013-06-19
* Remove Path::canWrite.Rafael Espindola2013-06-18
* Remove unused Path::canRead.Rafael Espindola2013-06-18
* Remove uniqueID from PathV1.h.Rafael Espindola2013-06-18
* Add GetCurrentDirectory back.Rafael Espindola2013-06-14
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-14
* Remove Path::getMagicNumber.Rafael Espindola2013-06-12
* Remove Path::isAbsolute.Rafael Espindola2013-06-12
* Remove Path::isAbsolute().Rafael Espindola2013-06-12
* Remove Path::getSuffix.Rafael Espindola2013-06-12
* Remove sys::CopyFile.Rafael Espindola2013-06-12
* Remove the old file memory mapping functions.Rafael Espindola2013-06-12
* Remove Path::createFileOnDisk.Rafael Espindola2013-06-12