summaryrefslogtreecommitdiff
path: root/lib/Support/Windows
Commit message (Expand)AuthorAge
* [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
* Windows/TimeValue.inc: Mute prefixed '0' on %d to emulate %e.NAKAMURA Takumi2013-07-12
* Add back code for supporting old mingw versions. Should bring the bots back.Rafael Espindola2013-07-11
* Looks like some versions of mingw don't have errno_t. Use int.Rafael Espindola2013-07-11
* Fix a FIXME about the format and add a test.Rafael Espindola2013-07-11
* 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
* Port GetMainExecutable over to PathV2.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
* make getLastModificationTime const. Move it with the other getters.Rafael Espindola2013-06-20
* Add a setLastModificationAndAccessTime to PathV2.Rafael Espindola2013-06-20
* Add support for getting the last modification time from a file_status.Rafael Espindola2013-06-20
* Rename fs::GetUniqueID to fs::getUniqueID to match the style guide.Rafael Espindola2013-06-20
* Modified the implementation of fs::GetUniqueID on Windows such that it actual...Aaron Ballman2013-06-19
* Remove Path::getDirectoryContents.Rafael Espindola2013-06-19
* Remove Path::canExecute.Rafael Espindola2013-06-19
* Remove Path::canWrite.Rafael Espindola2013-06-18
* Add a can_write function to PathV2.Rafael Espindola2013-06-18
* Remove unused Path::canRead.Rafael Espindola2013-06-18
* Remove uniqueID from PathV1.h.Rafael Espindola2013-06-18
* Add a GetUniqueID that will replace the uniqueID of 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
* Replace use of PathV1.h in Program.cpp.Rafael Espindola2013-06-14
* Remove unused argument.Rafael Espindola2013-06-14
* Remove a use of sys::Path.Rafael Espindola2013-06-14
* Try to fix the windows build.Rafael Espindola2013-06-13
* Don't use PathV1.h in Signals.h.Rafael Espindola2013-06-13
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-13
* [Support] Fix handle and memory leak for processes that are not waited forReid Kleckner2013-06-13
* [Win] Put ChangeStdinToBinary ChangeStdoutToBinary ChangeStderrToBinary in sys.Rafael Espindola2013-06-12
* s/Void/void.Rafael Espindola2013-06-12
* Attempt at fixing the windows build.Rafael Espindola2013-06-12
* 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