index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
include
/
fstream
Commit message (
Expand
)
Author
Age
Files
Lines
*
Open fstream files in O_CLOEXEC mode when possible.
Dan Albert
2019-09-16
1
-12
/
+12
*
[libc++] Set __file_ to 0 in basic_filebuf::close() even if fclose fails
Petr Hosek
2019-07-22
1
-3
/
+2
*
[libc++] Mark <filesystem> tests as failing when the dylib doesn't support fi...
Louis Dionne
2019-03-20
1
-8
/
+8
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Set the buffer of an fstream to empty when the underlying file is closed. Thi...
Marshall Clow
2019-01-08
1
-0
/
+1
*
Implement <filesystem>
Eric Fiselier
2018-07-27
1
-0
/
+61
*
Implement a better copy_file.
Eric Fiselier
2018-07-22
1
-87
/
+129
*
libcxx: Provide overloads for basic_filebuf::open() et al that take wchar_t* ...
Peter Collingbourne
2018-01-23
1
-0
/
+177
*
Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - th...
Marshall Clow
2017-09-12
1
-4
/
+4
*
Add some const_casts in places where we were implicitly casting away constnes...
Marshall Clow
2017-06-14
1
-3
/
+4
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-2
/
+6
*
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the input.output library
Eric Fiselier
2017-04-18
1
-19
/
+13
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-4
/
+4
*
[libc++] Add configuration define for off_t functions
Shoaib Meenai
2016-10-31
1
-3
/
+3
*
Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...
Marshall Clow
2016-08-25
1
-12
/
+8
*
Don't call memmove when there's nothing to move. Fixes PR#27978.
Marshall Clow
2016-06-04
1
-1
/
+3
*
Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov
2016-04-22
1
-30
/
+60
*
Add option to disable access to the global filesystem namespace.
Ed Schouten
2015-03-12
1
-0
/
+26
*
Revert: Revert r227804: Use fseek/ftell instead of fseeko/ftello when Newlib ...
Jonathan Roelofs
2015-02-03
1
-3
/
+3
*
Revert r227804: Use fseek/ftell instead of fseeko/ftello when Newlib is the libc
Jonathan Roelofs
2015-02-02
1
-3
/
+3
*
Use fseek/ftell instead of fseeko/ftello when Newlib is the libc
Jonathan Roelofs
2015-02-02
1
-3
/
+3
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-4
/
+4
*
Reference: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-2013032...
Howard Hinnant
2013-04-02
1
-0
/
+16
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-4
/
+4
*
Don't neglect to "return *this".
Argyrios Kyrtzidis
2012-10-13
1
-0
/
+1
*
Hyeon-Bin Jeong: 1. sync() should reset it’s external buffer pointers.
Howard Hinnant
2012-08-24
1
-23
/
+17
*
Fix basic_filebuf's internal buffer is shrinking when using with some codecvt...
Howard Hinnant
2012-08-24
1
-2
/
+3
*
Fixed order of calling use_facet vs setbuf in basic_filebuf default constructor.
Howard Hinnant
2012-08-24
1
-1
/
+1
*
basic_filebuf needs to delay obtaining a codecvt facet from the global locale...
Howard Hinnant
2012-08-24
1
-2
/
+23
*
Fix http://llvm.org/bugs/show_bug.cgi?id=11752
Howard Hinnant
2012-01-12
1
-1
/
+1
*
Add protection from min/max macros
Howard Hinnant
2011-11-29
1
-0
/
+2
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-27
/
+27
*
Chris Jefferson noted many places where function calls needed to be qualified...
Howard Hinnant
2011-02-14
1
-1
/
+1
*
Missing traits::to_int_type in fstream
Howard Hinnant
2011-02-02
1
-4
/
+4
*
license change
Howard Hinnant
2010-11-16
1
-2
/
+2
*
visibility-decoration.
Howard Hinnant
2010-09-21
1
-4
/
+4
*
Changed __config to react to all of clang's currently documented has_feature ...
Howard Hinnant
2010-09-04
1
-16
/
+16
*
Fixing whitespace problems
Howard Hinnant
2010-08-22
1
-7
/
+7
*
Tests for basic posix regex templated on wchar_t
Howard Hinnant
2010-07-15
1
-1
/
+1
*
Wiped out some non-ascii characters that snuck into the copyright.
Howard Hinnant
2010-05-11
1
-1
/
+1
*
libcxx initial import
Howard Hinnant
2010-05-11
1
-0
/
+1394