Be consistent about using "const Twine &" for filenames.
[oota-llvm.git] / lib / Support / Windows /
2014-10-07 David MajnemerSupport: Don't call close again if we get EINTR
2014-10-06 David MajnemerSupport: Add a utility to remap std{in,out,err} to...
2014-09-26 Yaron Kerenclang-format of ChangeStdinToBinary & ChangeStdoutToBinary.
2014-09-24 NAKAMURA TakumiWindows/Host.inc: Reformat the header to fit 80-col.
2014-09-23 NAKAMURA TakumiWindows/DynamicLibrary.inc: Remove 'extern "C"' in...
2014-09-22 Yaron KerenIn this callback ModuleName includes the file path.
2014-09-11 Rafael EspindolaMisc cleanups to the FileSytem api.
2014-09-03 Rafael EspindolaAdd writeFileWithSystemEncoding to LibLLVMSuppor.
2014-08-26 Rafael EspindolaMerge TempDir and system_temp_directory.
2014-08-25 Rafael EspindolaRefactor argument serialization logic when executing...
2014-08-08 Rafael EspindolaRemove dead code. Fixes pr20544.
2014-07-24 Hans WennborgWindows: Don't wildcard expand /? or -?
2014-07-16 Hans WennborgPerform wildcard expansion in Process::GetArgumentVecto...
2014-07-14 Alp TokerFix a -Wunused-local-typedefs warning
2014-06-13 Rafael EspindolaFinishing touch for the std::error_code transition.
2014-06-13 Rafael EspindolaFix build on windows.
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaTry to fix the windows build.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaTrying to fix the windows build.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-12 Rafael EspindolaReplace llvm::error_code with std::error_code.
2014-06-12 Rafael EspindolaDon't import make_error_code into the llvm namespace.
2014-06-12 Rafael EspindolaPrefix generic_category with std::.
2014-06-12 Rafael EspindolaDon't put generic_category in the llvm namespace.
2014-06-12 Rafael EspindolaUsed mapWindowsError. I missed these in the initial...
2014-06-11 Rafael EspindolaImplement get_magic with generic tools and inline it.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 Rafael EspindolaRemove windows_error.
2014-06-03 Alp TokerProcess::GetRandomNumber(): fix insecure RNG
2014-05-31 Rafael EspindolaFix windows build.
2014-05-31 Rafael EspindolaTurn errc and windows_error into enum classes.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-31 Rafael Espindoladelete dead code.
2014-05-20 Eric ChristopherClean up language and grammar.
2014-05-19 Alp TokerMemoryBuffer: Use GetNativeSystemInfo()
2014-04-28 Chandler CarruthUse raw_ostream and Format.h on Windows so that we...
2014-04-28 Chandler CarruthUpdate the Windows TimeValue formatting to match the...
2014-03-29 Saleem AbdulrasoolWindows: canonicalise the default windows triple
2014-03-11 Saleem Abdulrasoolsupport: add a utility function to normalise path separ...
2014-03-11 Rafael EspindolaCleanup the interface for creating soft or hard links.
2014-03-06 Reid KlecknerRevert create_symbolic_link and both depending changes
2014-03-06 Argyrios Kyrtzidis[Support/FileSystem] Introduce llvm::sys::fs::create_sy...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed CharlesRemove unnecessary variables.
2014-03-01 Chandler Carruth[C++11] Remove the R-value reference #if usage from...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Rafael EspindolaShare a createUniqueEntity implementation between unix...
2014-02-24 Rafael EspindolaDelete dead code.
2014-02-23 Rafael EspindolaUse static instead of an anonymous namespace.
2014-02-23 Rafael EspindolaSimplify remove, create_directory and create_directories.
2014-02-23 Rafael EspindolaUse simpler form of llvm::sys::fs::remove.
2014-02-20 Michael J. Spencer[Support] Correctly handle zero length inputs to UTF...
2014-02-13 Rafael EspindolaRemove dead code.
2014-02-12 Reid KlecknerRename Windows.h to WindowsSupport.h to avoid ambiguity
2014-02-12 NAKAMURA TakumiWindows/Path.inc: Move <shlobj.h> after "Windows.h...
2014-02-11 Aaron BallmanUsing the helper API for random number generation.
2014-02-11 Aaron BallmanHopefully fixing the MinGW 32 build, which was broken...
2014-02-07 Benjamin KramerTry to unbreak the mingw32 build.
2014-02-04 Aaron BallmanImplemented support for Process::GetRandomNumber on...
2014-02-03 Aaron BallmanUndef'ing _WIN32_IE to silence an MSVC warning about...
2014-02-01 Peter CollingbourneHopefully fix mingw32 bots.
2014-01-31 Peter CollingbourneIntroduce llvm::sys::path::home_directory.
2014-01-07 Chandler CarruthTry to fix the windows build. The comments in other...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-05 Alp TokerCorrect word hyphenations
2013-11-18 Aaron BallmanChecking for a return value with FormatMessage; if...
2013-10-18 Alp TokerFix a conversion warning in the mingw32 build
2013-10-18 Alp TokerFix initialization order warning in mingw32 build
2013-10-14 David MajnemerWindows: Fix a typo in an assert
2013-10-14 David MajnemerWindows: Don't bother with pinning Kernel32.dll
2013-10-13 David MajnemerWindows: Use GetModuleHandleEx instead of LoadLibrary
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-10-07 David MajnemerWindows: Avoiding resizing, use uninitialized data...
2013-10-07 NAKAMURA TakumiWindows/Process.inc: Fix for +Asserts. &Buf[0] is not...
2013-10-07 David MajnemerWindows: Be more explicit with Win32 APIs
2013-10-07 David MajnemerRevert "Revert "Windows: Add support for unicode comman...
2013-10-06 David MajnemerRevert "Windows: Add support for unicode command lines"
2013-10-06 David MajnemerWindows: Add support for unicode command lines
2013-10-01 Tareq A. SirajAdd non-blocking Wait() for launched processes
2013-09-18 Filip PizloMake DynamicLibrary use ManagedStatic. This is pretty...
2013-09-11 Nico RieckSupport ANSI escape code on Windows
2013-09-10 Rui UeyamaAdd getenv() wrapper that works on multibyte environmen...
2013-09-04 NAKAMURA TakumiSupport/Process: Add comments about PageSize and Alloca...
2013-08-22 NAKAMURA Takumi[Win32] mapped_file_region: Fix a bug in CreateFileMapp...
2013-08-22 NAKAMURA TakumiWhitespace.
2013-08-16 Aaron BallmanSwitching to using a helper function instead of manuall...
2013-08-16 Aaron BallmanRemoving unused functionality.
2013-08-16 Aaron BallmanUpdating function comments; no functional changes intended.
2013-08-07 Reid KlecknerOn Windows, autolink advapi32 from Path.inc for CryptAc...
2013-08-07 Reid KlecknerAvoid using alloca in Windows/Program.inc
2013-07-31 Rafael EspindolaFix windows' implementation of status when a file doesn...
2013-07-30 Rafael EspindolaImplement getUniqueID for directories on windows.
2013-07-30 Rafael EspindolaRemove dead code.
2013-07-29 Rafael EspindolaMake file_status::getUniqueID const.
2013-07-29 Rafael EspindolaInclude st_dev to make the result of getUniqueID actual...
2013-07-26 Rafael EspindolaImprove our error handling on windows.
2013-07-19 Serge PavlovInitialize TempFileHandle.
2013-07-19 Rafael EspindolaSplit openFileForWrite into windows and unix versions.
2013-07-18 Rafael EspindolaSmall improvement to the use of GetFileType:
next