summaryrefslogtreecommitdiff
path: root/lib/Support/Windows/Path.inc
Commit message (Expand)AuthorAge
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-13
* Fix build on windows.Rafael Espindola2014-06-13
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-12
* Don't put generic_category in the llvm namespace.Rafael Espindola2014-06-12
* Implement get_magic with generic tools and inline it.Rafael Espindola2014-06-11
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Remove windows_error.Rafael Espindola2014-06-11
* Turn errc and windows_error into enum classes.Rafael Espindola2014-05-31
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* delete dead code.Rafael Espindola2014-05-31
* support: add a utility function to normalise path separatorsSaleem Abdulrasool2014-03-11
* Cleanup the interface for creating soft or hard links.Rafael Espindola2014-03-11
* Revert create_symbolic_link and both depending changesReid Kleckner2014-03-06
* [Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().Argyrios Kyrtzidis2014-03-06
* [C++11] Remove the R-value reference #if usage from the ADT and SupportChandler Carruth2014-03-01
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Share a createUniqueEntity implementation between unix and windows.Rafael Espindola2014-02-24
* Use static instead of an anonymous namespace.Rafael Espindola2014-02-23
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-23
* [Support] Correctly handle zero length inputs to UTF conversion functions on ...Michael J. Spencer2014-02-20
* Remove dead code.Rafael Espindola2014-02-13
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-12
* Windows/Path.inc: Move <shlobj.h> after "Windows.h" for some API available.NAKAMURA Takumi2014-02-12
* Using the helper API for random number generation.Aaron Ballman2014-02-11
* Hopefully fix mingw32 bots.Peter Collingbourne2014-02-01
* Introduce llvm::sys::path::home_directory.Peter Collingbourne2014-01-31
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Correct word hyphenationsAlp Toker2013-12-05
* 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