projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Create files with mode 666. This matches the behavior of other unix tools.
[oota-llvm.git]
/
lib
/
Support
/
Windows
/
2013-07-16
Reid Kleckner
[Support] Fix some warnings when self-hosting clang...
tree
|
commitdiff
2013-07-16
Rafael Espindola
Add a version of sys::fs::status that uses fstat.
tree
|
commitdiff
2013-07-16
Rafael Espindola
Instead friending status, provide windows and posix...
tree
|
commitdiff
2013-07-15
Craig Topper
Add include to hopefully fix windows build.
tree
|
commitdiff
2013-07-15
Craig Topper
Use llvm::array_lengthof to replace sizeof(array)/sizeo...
tree
|
commitdiff
2013-07-12
NAKAMURA Takumi
Windows/TimeValue.inc: Mute prefixed '0' on %d to emula...
tree
|
commitdiff
2013-07-11
Rafael Espindola
Add back code for supporting old mingw versions. Should...
tree
|
commitdiff
2013-07-11
Rafael Espindola
Looks like some versions of mingw don't have errno_t...
tree
|
commitdiff
2013-07-11
Rafael Espindola
Fix a FIXME about the format and add a test.
tree
|
commitdiff
2013-07-10
Rafael Espindola
Use status to implement file_size.
tree
|
commitdiff
2013-07-08
Rafael Espindola
We now always create files with the correct permissions...
tree
|
commitdiff
2013-06-28
Rafael Espindola
Improvements to unique_file and createUniqueDirectory.
tree
|
commitdiff
2013-06-26
Rafael Espindola
Rename PathV2 to just Path now that it is the only...
tree
|
commitdiff
2013-06-26
Rafael Espindola
PathV1 is deprecated since the 18th of Dec 2010. Remove it.
tree
|
commitdiff
2013-06-26
Rafael Espindola
Remove sys::GetMainExecutable.
tree
|
commitdiff
2013-06-26
Rafael Espindola
Port GetMainExecutable over to PathV2.
tree
|
commitdiff
2013-06-26
Rafael Espindola
Remove PathWithStatus.
tree
|
commitdiff
2013-06-25
Rafael Espindola
Move GetEXESuffix to the one place it is used.
tree
|
commitdiff
2013-06-25
Rafael Espindola
Remove sys::PathSeparator.
tree
|
commitdiff
2013-06-20
Rafael Espindola
make getLastModificationTime const. Move it with the...
tree
|
commitdiff
2013-06-20
Rafael Espindola
Add a setLastModificationAndAccessTime to PathV2.
tree
|
commitdiff
2013-06-20
Rafael Espindola
Add support for getting the last modification time...
tree
|
commitdiff
2013-06-20
Rafael Espindola
Rename fs::GetUniqueID to fs::getUniqueID to match...
tree
|
commitdiff
2013-06-19
Aaron Ballman
Modified the implementation of fs::GetUniqueID on Windo...
tree
|
commitdiff
2013-06-19
Rafael Espindola
Remove Path::getDirectoryContents.
tree
|
commitdiff
2013-06-19
Rafael Espindola
Remove Path::canExecute.
tree
|
commitdiff
2013-06-18
Rafael Espindola
Remove Path::canWrite.
tree
|
commitdiff
2013-06-18
Rafael Espindola
Add a can_write function to PathV2.
tree
|
commitdiff
2013-06-18
Rafael Espindola
Remove unused Path::canRead.
tree
|
commitdiff
2013-06-18
Rafael Espindola
Remove uniqueID from PathV1.h.
tree
|
commitdiff
2013-06-18
Rafael Espindola
Add a GetUniqueID that will replace the uniqueID of...
tree
|
commitdiff
2013-06-14
Rafael Espindola
Add GetCurrentDirectory back.
tree
|
commitdiff
2013-06-14
Rafael Espindola
Replace use of PathV1.h in MCContext.cpp.
tree
|
commitdiff
2013-06-14
Rafael Espindola
Replace use of PathV1.h in Program.cpp.
tree
|
commitdiff
2013-06-14
Rafael Espindola
Remove unused argument.
tree
|
commitdiff
2013-06-14
Rafael Espindola
Remove a use of sys::Path.
tree
|
commitdiff
2013-06-13
Rafael Espindola
Try to fix the windows build.
tree
|
commitdiff
2013-06-13
Rafael Espindola
Don't use PathV1.h in Signals.h.
tree
|
commitdiff
2013-06-13
Rafael Espindola
Have sys::FindProgramByName return a std::string.
tree
|
commitdiff
2013-06-13
Reid Kleckner
[Support] Fix handle and memory leak for processes...
tree
|
commitdiff
2013-06-12
Rafael Espindola
[Win] Put ChangeStdinToBinary ChangeStdoutToBinary...
tree
|
commitdiff
2013-06-12
Rafael Espindola
s/Void/void.
tree
|
commitdiff
2013-06-12
Rafael Espindola
Attempt at fixing the windows build.
tree
|
commitdiff
2013-06-12
Rafael Espindola
Remove Path::getMagicNumber.
tree
|
commitdiff
2013-06-12
Rafael Espindola
Remove Path::isAbsolute.
tree
|
commitdiff
2013-06-12
Rafael Espindola
Remove Path::isAbsolute().
tree
|
commitdiff
2013-06-12
Rafael Espindola
Remove Path::getSuffix.
tree
|
commitdiff
2013-06-12
Rafael Espindola
Remove sys::CopyFile.
tree
|
commitdiff
2013-06-12
Rafael Espindola
Remove the old file memory mapping functions.
tree
|
commitdiff
2013-06-12
Rafael Espindola
Remove Path::createFileOnDisk.
tree
|
commitdiff
2013-06-12
Rafael Espindola
Remove Path::makeExecutableOnDisk.
tree
|
commitdiff
2013-06-11
Rafael Espindola
Remove Path::getDirname.
tree
|
commitdiff
2013-06-11
Rafael Espindola
Remove Path::getBasename.
tree
|
commitdiff
2013-06-11
Rafael Espindola
Remove Path::getLast.
tree
|
commitdiff
2013-06-11
Rafael Espindola
Remove GetRootDirectory.
tree
|
commitdiff
2013-06-11
Rafael Espindola
Remove GetUserHomeDirectory.
tree
|
commitdiff
2013-06-11
Rafael Espindola
Remove GetSystemLibraryPaths.
tree
|
commitdiff
2013-06-11
Rafael Espindola
Remove Path::GetBitcodeLibraryPaths.
tree
|
commitdiff
2013-06-08
Aaron Ballman
sys::process::get_id() now returns the process ID inste...
tree
|
commitdiff
2013-05-15
Timur Iskhodzhanov
Fix build on Windows
tree
|
commitdiff
2013-05-15
David Blaikie
Use only explicit bool conversion operators
tree
|
commitdiff
2013-05-01
Aaron Ballman
Fixes a buffer overrun where the allocated buffer wasn...
tree
|
commitdiff
2013-04-22
Reid Kleckner
[Support] Fix argv string escape bug on Windows
tree
|
commitdiff
2013-04-11
Rafael Espindola
Add a function to check if an argument list is too...
tree
|
commitdiff
2013-04-05
Reid Kleckner
[Support] Disable assertion dialogs from the MSVC debug CRT
tree
|
commitdiff
2013-03-26
Nick Lewycky
Add a new watchdog timer interface. The interface does...
tree
|
commitdiff
2013-03-15
Michael J. Spencer
[Support][Path][Windows] Fix dangling else. Don't call...
tree
|
commitdiff
2013-03-14
Michael J. Spencer
[Support] Fix lifetime of file descriptors when using...
tree
|
commitdiff
2013-03-12
Michael J. Spencer
[Support][Path] Don't inf loop if creating the parent...
tree
|
commitdiff
2013-02-12
Guy Benyei
Add static cast to unsigned char whenever a character...
tree
|
commitdiff
2013-01-09
Argyrios Kyrtzidis
Move the internal PrintStackTrace function that is...
tree
|
commitdiff
2013-01-04
Chandler Carruth
Fix an obvious typo spotted by Reid Kleckner, and break...
tree
|
commitdiff
2013-01-04
Chandler Carruth
Add time getters to the process interface for requestin...
tree
|
commitdiff
2012-12-31
Chandler Carruth
Remove an unused method on Program.
tree
|
commitdiff
2012-12-31
Chandler Carruth
Remove an unused method on the Program class.
tree
|
commitdiff
2012-12-31
Chandler Carruth
Flesh out a page size accessor in the new API.
tree
|
commitdiff
2012-12-31
Chandler Carruth
Remove an unused function in the old Process interface.
tree
|
commitdiff
2012-12-31
Chandler Carruth
Switch this code to a more idiomatic double using names...
tree
|
commitdiff
2012-12-31
Chandler Carruth
Begin sketching out the process interface.
tree
|
commitdiff
2012-12-04
Chandler Carruth
Add a comment about the requirement that the Windows...
tree
|
commitdiff
2012-12-03
Michael J. Spencer
[Support][FileSystem] Fix open mode in resize_file...
tree
|
commitdiff
2012-12-03
Michael J. Spencer
Revert the header sort on this file.
tree
|
commitdiff
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
tree
|
commitdiff
2012-11-30
Chandler Carruth
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
tree
|
commitdiff
2012-09-25
Nico Weber
Fix a -Wparentheses warning in the mingw build
tree
|
commitdiff
2012-09-19
Andrew Kaylor
This patch adds memory support functions which will...
tree
|
commitdiff
2012-08-15
Michael J. Spencer
Properly test the LLVM_USE_RVALUE_REFERENCES macro.
tree
|
commitdiff
2012-08-15
Michael J. Spencer
[PathV2] Add mapped_file_region. Implementation for...
tree
|
commitdiff
2012-07-20
Benjamin Kramer
Try to unbreak the windows build.
tree
|
commitdiff
2012-07-20
Daniel Dunbar
Process: Add sys::Process::FileDescriptorHasColors().
tree
|
commitdiff
2012-07-19
Bill Wendling
Remove tabs.
tree
|
commitdiff
2012-06-20
Francois Pichet
Unbreak the MSVC build: add return to unimplemented...
tree
|
commitdiff
2012-06-20
Nick Kledzik
Add permissions(), map_file_pages(), and unmap_file_pag...
tree
|
commitdiff
2012-06-12
Argyrios Kyrtzidis
Satisfy C++ aliasing rules, per suggestion by Chandler.
tree
|
commitdiff
2012-06-12
Argyrios Kyrtzidis
For llvm::sys::ThreadLocalImpl instead of malloc'ing...
tree
|
commitdiff
2012-06-09
Aaron Ballman
Disabling a spurious deprecation warning about using...
tree
|
commitdiff
2012-06-09
Aaron Ballman
Fixing a typo in the comments.
tree
|
commitdiff
2012-05-27
NAKAMURA Takumi
Path::GetTemporaryDirectory(): Add an assertion if...
tree
|
commitdiff
2012-05-11
Eric Christopher
Allow unique_file to take a mode for file permissions...
tree
|
commitdiff
2012-05-08
NAKAMURA Takumi
Windows/PathV2.inc: Retry rename() for (maximum) 2...
tree
|
commitdiff
next