summaryrefslogtreecommitdiff
path: root/lib/Support/Windows
Commit message (Expand)AuthorAge
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-13
* Fix build on windows.Rafael Espindola2014-06-13
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Try to fix the windows build.Rafael Espindola2014-06-12
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Trying to fix the windows build.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* 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
* Prefix generic_category with std::.Rafael Espindola2014-06-12
* Don't put generic_category in the llvm namespace.Rafael Espindola2014-06-12
* Used mapWindowsError. I missed these in the initial transition.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
* Process::GetRandomNumber(): fix insecure RNGAlp Toker2014-06-03
* Fix windows build.Rafael Espindola2014-05-31
* 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
* Clean up language and grammar.Eric Christopher2014-05-20
* MemoryBuffer: Use GetNativeSystemInfo()Alp Toker2014-05-19
* Use raw_ostream and Format.h on Windows so that we don't have to rollChandler Carruth2014-04-28
* Update the Windows TimeValue formatting to match the new formatting onChandler Carruth2014-04-28
* Windows: canonicalise the default windows tripleSaleem Abdulrasool2014-03-29
* 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
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Remove unnecessary variables.Ahmed Charles2014-03-05
* [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
* Delete dead code.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
* Use simpler form of llvm::sys::fs::remove.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 fixing the MinGW 32 build, which was broken by r200767. Not using r...Aaron Ballman2014-02-11
* Try to unbreak the mingw32 build.Benjamin Kramer2014-02-07
* Implemented support for Process::GetRandomNumber on Windows.Aaron Ballman2014-02-04
* Undef'ing _WIN32_IE to silence an MSVC warning about redefining a macro value.Aaron Ballman2014-02-03
* Hopefully fix mingw32 bots.Peter Collingbourne2014-02-01
* Introduce llvm::sys::path::home_directory.Peter Collingbourne2014-01-31
* Try to fix the windows build. The comments in other files don't seem toChandler Carruth2014-01-07