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
*
Also enable the default rune table on CloudABI.
Ed Schouten
2015-03-12
1
-1
/
+1
*
Add option to disable access to the global filesystem namespace.
Ed Schouten
2015-03-12
3
-0
/
+38
*
Fix ctype_byname<wchar_t>::do_is() mask checking.... again
Jonathan Roelofs
2015-03-11
1
-0
/
+4
*
Disable cat*() on CloudABI. Also make tiny cleanups.
Ed Schouten
2015-03-11
2
-11
/
+17
*
Move Android to the builtin rune table.
Dan Albert
2015-03-11
2
-7
/
+5
*
Also use LC_C_LOCALE on CloudABI.
Ed Schouten
2015-03-10
1
-1
/
+1
*
Enable _LIBCPP_LOCALE__L_EXTENSIONS on CloudABI.
Ed Schouten
2015-03-10
1
-1
/
+2
*
Print log/error messages on stderr, not stdout
Ed Schouten
2015-03-10
1
-1
/
+1
*
Add support for arc4random() to random_device.
Ed Schouten
2015-03-10
2
-4
/
+14
*
[libcxx] Fix __RAII_IncreaseAnnotator for increases >= 1
Eric Fiselier
2015-03-10
1
-3
/
+3
*
Fix another -Wunused-local-typedef warning in include/__tree.
Dimitry Andric
2015-03-09
1
-1
/
+0
*
Fix an exception-safety bug in <deque>. Reference: PR#22650. Not closing the ...
Marshall Clow
2015-03-09
1
-26
/
+16
*
Rework reverse_iterator::operator[] so as not to use the base iterators opera...
Marshall Clow
2015-03-05
1
-1
/
+1
*
Allow declaration of map and multimap iterator with incomplete mapped type. P...
Eric Fiselier
2015-03-03
2
-31
/
+58
*
cmath: account for MSVCRT 12.0 changes
Saleem Abdulrasool
2015-02-28
2
-3
/
+13
*
libc++: support newlib's ctype
JF Bastien
2015-02-25
1
-7
/
+20
*
Add trailing return types (and noexcept specifications) to the 'diamond opera...
Marshall Clow
2015-02-25
2
-19
/
+57
*
Make the forward declaration for array swap have the same inline/visibility a...
Marshall Clow
2015-02-24
1
-0
/
+1
*
Change string_view::at to make it work with gcc and VC++. Thanks to K-ballo f...
Marshall Clow
2015-02-23
1
-4
/
+1
*
[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
[next]