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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Try and prevent evaluation of `is_default_constructible` on tuples d...
Eric Fiselier
2015-02-21
2
-2
/
+5
*
More on adding sized deallocation functions in libc++: Continuing from r22928...
Larisse Voufo
2015-02-20
1
-2
/
+6
*
Make basic_streambuf::xsputn write characters in chunks whenever possible, in...
Marshall Clow
2015-02-19
1
-5
/
+16
*
Remove several unused forward declarations. Fixes PR22605.
Marshall Clow
2015-02-18
3
-13
/
+1
*
Move the default template arguments into the forward declarations for the con...
Marshall Clow
2015-02-18
2
-4
/
+4
*
Move the default template arguments into the forward declarations for the con...
Marshall Clow
2015-02-18
3
-5
/
+6
*
Enable testing with _LIBCPP_DEBUG and fix bad assertions in string_view.
Eric Fiselier
2015-02-18
1
-2
/
+2
*
[libc++] Fix PR20084 - std::is_function<void() const> failed.
Eric Fiselier
2015-02-18
1
-2
/
+5
*
[libcxx] Add <experimental/ratio>
Eric Fiselier
2015-02-17
1
-0
/
+77
*
Implement C++14's sized deallocation functions, since there are no longer imp...
Larisse Voufo
2015-02-15
1
-0
/
+10
*
Handle function name conflicts in _LIBCPP_MSVCRT mode
Saleem Abdulrasool
2015-02-13
8
-0
/
+28
*
cctype: tweak inclusions for _LIBCPP_MSVCRT case
Saleem Abdulrasool
2015-02-13
1
-0
/
+1
*
Rooting out more undefined behavior in char_traits.
Marshall Clow
2015-02-13
1
-8
/
+8
*
Move the test for zero-length into the char_traits (from string_view). Add te...
Marshall Clow
2015-02-12
2
-3
/
+3
*
Fixed a problem that UBSAN found, where we were calling memcmp(null, p, 0) - ...
Marshall Clow
2015-02-12
1
-1
/
+1
*
Change some template parameter names from _C and _N to _Cont and _Sz. No func...
Marshall Clow
2015-02-11
1
-14
/
+14
*
Fix PR 22541: When values are equal, minmax should return the rightmost one i...
Marshall Clow
2015-02-11
1
-6
/
+6
*
Add pragma system header to some experimental headers and add newlines to files.
Eric Fiselier
2015-02-10
5
-2
/
+21
*
Fix more issues exposed by -pedantic-errors in c++03 mode
Eric Fiselier
2015-02-10
2
-2
/
+2
*
[libcxx] Fix PR 22468 - std::function<void()> does not accept non-void-return...
Eric Fiselier
2015-02-10
4
-6
/
+88
*
[libcxx] Properly convert the count arguments to the *_n algorithms before use.
Eric Fiselier
2015-02-10
2
-6
/
+56
*
Remove use of _[A-Z] identifiers and poison them to detect usage
Eric Fiselier
2015-02-05
2
-19
/
+19
*
Get tests running with warnings. Fix warnings in headers and tests
Eric Fiselier
2015-02-05
2
-5
/
+0
*
Fix unused private field warning in stdexcept after r207695.
Dimitry Andric
2015-02-05
2
-1
/
+7
*
Fix some -Wundef issues.
Dan Albert
2015-02-05
1
-2
/
+2
*
[libcxx] Add <experimental/system_error>
Eric Fiselier
2015-02-03
1
-0
/
+59
*
Revert: Revert r227804: Use fseek/ftell instead of fseeko/ftello when Newlib ...
Jonathan Roelofs
2015-02-03
2
-3
/
+8
*
Rename pow2 functions in __hash_table to reflect that they are hash specific
Eric Fiselier
2015-02-02
1
-8
/
+8
*
[libcxx] Add <experimental/chrono>
Eric Fiselier
2015-02-02
2
-0
/
+59
*
Fix PR#22433. The algorithm is_partitioned was testing an item in the middle ...
Marshall Clow
2015-02-02
1
-0
/
+3
*
Fix PR#22427. The implementation of inplace_merge had a \'small data set\' op...
Marshall Clow
2015-02-02
1
-13
/
+3
*
Reorder a couple of operations in inplace_merge so that we can meet the compl...
Marshall Clow
2015-02-02
1
-5
/
+3
*
Revert r227804: Use fseek/ftell instead of fseeko/ftello when Newlib is the libc
Jonathan Roelofs
2015-02-02
2
-8
/
+3
*
Use fseek/ftell instead of fseeko/ftello when Newlib is the libc
Jonathan Roelofs
2015-02-02
2
-3
/
+8
*
Fix for PR22061 by K-ballo
Marshall Clow
2015-01-28
1
-2
/
+12
*
Fix PR22366. When move-constructing an associative container and explicitly p...
Marshall Clow
2015-01-28
1
-3
/
+3
*
[libcxx] Make __wrap_iter work with gcc.
Nico Weber
2015-01-27
1
-0
/
+2
*
Fix PR21428. Buffer was one byte too small in octal formatting case. Add test
Marshall Clow
2015-01-26
1
-1
/
+1
*
Get libc++ building on Sun Solaris. Patch from C Bergstrom.
Eric Fiselier
2015-01-23
4
-96
/
+7
*
Fix PR#22284. Add a new overload to deque::insert to handle forward iterators...
Marshall Clow
2015-01-22
1
-5
/
+23
*
tuple: Make operator<() linear instead of exponential
Duncan P. N. Exon Smith
2015-01-21
1
-2
/
+6
*
Make regex::assign not clobber the regex in case of failure. Fixes PR#22213
Marshall Clow
2015-01-13
1
-3
/
+1
*
Change a couple more template parameter names from 'T' to '_Tp', etc. Thanks ...
Marshall Clow
2015-01-11
2
-10
/
+10
*
Support Newlib as libc++'s C library [cstdio part, part 2]
Jonathan Roelofs
2015-01-10
1
-0
/
+18
*
K-Ballo found a place where we were using 'V' as a template parameter. Replac...
Marshall Clow
2015-01-09
1
-2
/
+2
*
Fix PR 22106; make std::swap work for multi-dimensional arrays. Thanks to Pet...
Marshall Clow
2015-01-06
1
-0
/
+4
*
Obey [atomics.types.operations.req]/21 for GCC.
Dan Albert
2015-01-06
1
-6
/
+16
*
[libcxx] Set _LIBCPP_ELAST for mingw.
Dan Albert
2015-01-06
1
-16
/
+0
*
Prevent ill-formed instantiation of __invoke_of<...> during the evaluation of...
Eric Fiselier
2014-12-23
1
-2
/
+2
*
Fix PR22000. __bit_iterator::move_backwards. Also make a note that __bit_iter...
Marshall Clow
2014-12-22
1
-1
/
+1
[next]