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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for PR 19616: 'tuple_cat of nested tuples fails in noexcept specification...
Marshall Clow
2014-10-07
3
-7
/
+43
*
Fix win32 support header for mingw32.
Dan Albert
2014-10-06
1
-0
/
+3
*
Mark module atomic as cplusplus11.
Nico Weber
2014-09-24
1
-0
/
+1
*
[libcxx] Fix installation of ABI headers. Fixes PR20936
Eric Fiselier
2014-09-23
1
-4
/
+4
*
Fix some type-traits (is_assignable, etc) dealing with classes that take non-...
Marshall Clow
2014-09-22
6
-9
/
+39
*
Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
2014-09-19
4
-169
/
+271
*
Fix PR#20843: binomial_distribution<unsigned> is broken. Add test to ensure t...
Marshall Clow
2014-09-17
2
-1
/
+15
*
Fix char_traits functions for GCC compatibility.
Dan Albert
2014-09-17
1
-104
/
+52
*
Add include of <cassert> for the operator comma
Marshall Clow
2014-09-17
1
-0
/
+1
*
K-ballo pointed out *another* mistype in my change
Marshall Clow
2014-09-17
2
-9
/
+6
*
Fix for mismatch to handle evil iterators which overload operator comma
Marshall Clow
2014-09-16
1
-2
/
+2
*
Create a 'comma_iterator' class that overloads operator, and asserts when it'...
Marshall Clow
2014-09-16
3
-0
/
+121
*
Fix a bug in the move-assigment operator for basic_stringbuf. Thanks to Johna...
Marshall Clow
2014-09-16
2
-0
/
+41
*
Thanks to K-ballo for noting a second incorrect noexcept clause in tuple - an...
Marshall Clow
2014-09-16
1
-3
/
+3
*
Fix a bad noexcept clause in tuple's move constructor
Marshall Clow
2014-09-16
1
-2
/
+2
*
Forgot 'const' on my last checkin
Marshall Clow
2014-09-16
2
-8
/
+8
*
Some of the synopsis was left out of these headers, and the copy construction...
Marshall Clow
2014-09-16
2
-1
/
+32
*
PR20546: Fix tests for compare_exchange_weak.
Dan Albert
2014-09-06
6
-18
/
+79
*
Address some post-commit review comments on r217261
Jonathan Roelofs
2014-09-05
4
-5
/
+5
*
Allow libc++ to be built on systems without POSIX threads
Jonathan Roelofs
2014-09-05
268
-8
/
+687
*
Bugfix: allow additional_features to be empty
Jonathan Roelofs
2014-09-05
1
-3
/
+4
*
Set -D_LIBCPP_HAS_NO_THREADS and -D_LIBCPP_HAS_NO_MONOTONIC_CLOCK based on av...
Jonathan Roelofs
2014-09-05
3
-2
/
+12
*
Define ELAST in libcxx's config header on FreeBSD
Viktor Kutuzov
2014-09-04
1
-0
/
+1
*
Make the ASAN RAII object a nop when building w/o ASAN
Marshall Clow
2014-09-03
1
-0
/
+8
*
Detection for _LIBCPP_HAS_NO_MONOTONIC_CLOCK caused several more build breakages
Jonathan Roelofs
2014-09-03
1
-6
/
+0
*
Allow libc++ to be built with GCC 5.0 compiler
Alexey Volkov
2014-09-03
1
-2
/
+2
*
test: Make it possible to opt in to use_clang_verify per test
Justin Bogner
2014-09-03
2
-3
/
+8
*
Fix buffer overflow issue in valarray test
Eric Fiselier
2014-09-03
1
-3
/
+2
*
test: Allow using clang -verify for failures rather than exit 1
Justin Bogner
2014-09-03
2
-16
/
+38
*
Fix yet another aspect of the build breakage caused by r216949
Jonathan Roelofs
2014-09-03
1
-0
/
+4
*
Fix comment that was obsoleted by r216949
Jonathan Roelofs
2014-09-02
1
-4
/
+2
*
Fix build breakage introduced in r216949
Jonathan Roelofs
2014-09-02
1
-2
/
+2
*
[asan] Make vector asan annotations exception-friendly
Kostya Serebryany
2014-09-02
3
-33
/
+243
*
Silence _LIBCPP_ELAST porting warning on __APPLE__
Jonathan Roelofs
2014-09-02
1
-0
/
+2
*
Don't #define _LIBCPP_HAS_NO_MONOTONIC_CLOCK on __APPLE__
Jonathan Roelofs
2014-09-02
1
-2
/
+3
*
Partially address a FIXME in steady_clock::now()
Jonathan Roelofs
2014-09-02
5
-0
/
+15
*
Newlib names ELAST differently than linux
Jonathan Roelofs
2014-09-02
3
-23
/
+25
*
Fix PR#20834 - 'is_trivially_destructible yeilds wrong answer for arrays of u...
Marshall Clow
2014-09-02
14
-22
/
+21
*
Mark test types for <atomic> nothrow default constructible. Patch from Steve ...
Eric Fiselier
2014-08-27
15
-15
/
+15
*
Rename arguments in include/cmath to work around Newlib macro implementation ...
Jonathan Roelofs
2014-08-27
1
-230
/
+230
*
Revert r216497: "[libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking."
Jonathan Roelofs
2014-08-27
1
-30
/
+30
*
[libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking.
Jonathan Roelofs
2014-08-26
1
-30
/
+30
*
Replace 'noexcept' with '_NOEXCEPT' in <shared_mutex>. This allows us to buil...
Marshall Clow
2014-08-25
1
-10
/
+10
*
Fix bug 20740 - std::set/std::map don't support heterogeneous lookup for coun...
Marshall Clow
2014-08-24
6
-2
/
+307
*
Fix assignments that should be comparisons x3
Eric Fiselier
2014-08-23
3
-4
/
+4
*
Add return statement to a test class's assignment operator. Defect found by C...
Eric Fiselier
2014-08-23
1
-1
/
+1
*
[libcxx] Add --show-unsupported and --show-xfail to check-libcxx's default LI...
Eric Fiselier
2014-08-23
1
-1
/
+1
*
Fix handling of format strings to work with python 2.6
Eric Fiselier
2014-08-23
1
-4
/
+4
*
Refactor lit.cfg.
Dan Albert
2014-08-21
1
-195
/
+247
*
Add self to credits
Eric Fiselier
2014-08-21
1
-0
/
+4
[next]