Windows: Add support for unicode command lines
[oota-llvm.git] / lib / Support / Windows /
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:
2013-07-18 NAKAMURA TakumiWindows/Path.inc: Introduce file_type::character_file...
2013-07-18 Rafael EspindolaRemove dead code.
2013-07-17 Rafael EspindolaFix a funny typo. Thanks to Aaron Ballman for noticing.
2013-07-17 Rafael EspindolaAdd FILE_SHARE_WRITE to openFileForRead.
2013-07-17 Rafael EspindolaSplit openFileForRead into Windows and Unix versions.
2013-07-16 Reid Kleckner[Support] Fix some warnings when self-hosting clang...
2013-07-16 Rafael EspindolaAdd a version of sys::fs::status that uses fstat.
2013-07-16 Rafael EspindolaInstead friending status, provide windows and posix...
2013-07-15 Craig TopperAdd include to hopefully fix windows build.
2013-07-15 Craig TopperUse llvm::array_lengthof to replace sizeof(array)/sizeo...
2013-07-12 NAKAMURA TakumiWindows/TimeValue.inc: Mute prefixed '0' on %d to emula...
2013-07-11 Rafael EspindolaAdd back code for supporting old mingw versions. Should...
2013-07-11 Rafael EspindolaLooks like some versions of mingw don't have errno_t...
2013-07-11 Rafael EspindolaFix a FIXME about the format and add a test.
2013-07-10 Rafael EspindolaUse status to implement file_size.
2013-07-08 Rafael EspindolaWe now always create files with the correct permissions...
2013-06-28 Rafael EspindolaImprovements to unique_file and createUniqueDirectory.
2013-06-26 Rafael EspindolaRename PathV2 to just Path now that it is the only...
2013-06-26 Rafael EspindolaPathV1 is deprecated since the 18th of Dec 2010. Remove it.
2013-06-26 Rafael EspindolaRemove sys::GetMainExecutable.
2013-06-26 Rafael EspindolaPort GetMainExecutable over to PathV2.
2013-06-26 Rafael EspindolaRemove PathWithStatus.
2013-06-25 Rafael EspindolaMove GetEXESuffix to the one place it is used.
2013-06-25 Rafael EspindolaRemove sys::PathSeparator.
2013-06-20 Rafael Espindolamake getLastModificationTime const. Move it with the...
2013-06-20 Rafael EspindolaAdd a setLastModificationAndAccessTime to PathV2.
2013-06-20 Rafael EspindolaAdd support for getting the last modification time...
2013-06-20 Rafael EspindolaRename fs::GetUniqueID to fs::getUniqueID to match...
2013-06-19 Aaron BallmanModified the implementation of fs::GetUniqueID on Windo...
2013-06-19 Rafael EspindolaRemove Path::getDirectoryContents.
2013-06-19 Rafael EspindolaRemove Path::canExecute.
2013-06-18 Rafael EspindolaRemove Path::canWrite.
2013-06-18 Rafael EspindolaAdd a can_write function to PathV2.
2013-06-18 Rafael EspindolaRemove unused Path::canRead.
2013-06-18 Rafael EspindolaRemove uniqueID from PathV1.h.
2013-06-18 Rafael EspindolaAdd a GetUniqueID that will replace the uniqueID of...
2013-06-14 Rafael EspindolaAdd GetCurrentDirectory back.
2013-06-14 Rafael EspindolaReplace use of PathV1.h in MCContext.cpp.
2013-06-14 Rafael EspindolaReplace use of PathV1.h in Program.cpp.
2013-06-14 Rafael EspindolaRemove unused argument.
2013-06-14 Rafael EspindolaRemove a use of sys::Path.
2013-06-13 Rafael EspindolaTry to fix the windows build.
2013-06-13 Rafael EspindolaDon't use PathV1.h in Signals.h.
2013-06-13 Rafael EspindolaHave sys::FindProgramByName return a std::string.
2013-06-13 Reid Kleckner[Support] Fix handle and memory leak for processes...
2013-06-12 Rafael Espindola[Win] Put ChangeStdinToBinary ChangeStdoutToBinary...
2013-06-12 Rafael Espindolas/Void/void.
2013-06-12 Rafael EspindolaAttempt at fixing the windows build.
2013-06-12 Rafael EspindolaRemove Path::getMagicNumber.
2013-06-12 Rafael EspindolaRemove Path::isAbsolute.
2013-06-12 Rafael EspindolaRemove Path::isAbsolute().
2013-06-12 Rafael EspindolaRemove Path::getSuffix.
2013-06-12 Rafael EspindolaRemove sys::CopyFile.
2013-06-12 Rafael EspindolaRemove the old file memory mapping functions.
2013-06-12 Rafael EspindolaRemove Path::createFileOnDisk.
2013-06-12 Rafael EspindolaRemove Path::makeExecutableOnDisk.
2013-06-11 Rafael EspindolaRemove Path::getDirname.
2013-06-11 Rafael EspindolaRemove Path::getBasename.
2013-06-11 Rafael EspindolaRemove Path::getLast.
2013-06-11 Rafael EspindolaRemove GetRootDirectory.
2013-06-11 Rafael EspindolaRemove GetUserHomeDirectory.
2013-06-11 Rafael EspindolaRemove GetSystemLibraryPaths.
2013-06-11 Rafael EspindolaRemove Path::GetBitcodeLibraryPaths.
2013-06-08 Aaron Ballmansys::process::get_id() now returns the process ID inste...
2013-05-15 Timur IskhodzhanovFix build on Windows
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-05-01 Aaron BallmanFixes a buffer overrun where the allocated buffer wasn...
2013-04-22 Reid Kleckner[Support] Fix argv string escape bug on Windows
2013-04-11 Rafael EspindolaAdd a function to check if an argument list is too...
2013-04-05 Reid Kleckner[Support] Disable assertion dialogs from the MSVC debug CRT
2013-03-26 Nick LewyckyAdd a new watchdog timer interface. The interface does...
2013-03-15 Michael J. Spencer[Support][Path][Windows] Fix dangling else. Don't call...
2013-03-14 Michael J. Spencer[Support] Fix lifetime of file descriptors when using...
2013-03-12 Michael J. Spencer[Support][Path] Don't inf loop if creating the parent...
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-01-09 Argyrios KyrtzidisMove the internal PrintStackTrace function that is...
2013-01-04 Chandler CarruthFix an obvious typo spotted by Reid Kleckner, and break...
2013-01-04 Chandler CarruthAdd time getters to the process interface for requestin...
next