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
*
Reorganize locale extension fallbacks. NFCI
Ben Craig
2016-05-20
5
-207
/
+225
*
Cleanup superfluous std:: qualifiers in <type_traits>
Eric Fiselier
2016-05-18
1
-7
/
+7
*
Optimize declval for compile times. Patch from Eric Niebler.
Eric Fiselier
2016-05-18
1
-1
/
+4
*
Mark LWG2583 as complete. I did this a while ago, and forgot to update the ta...
Marshall Clow
2016-05-18
1
-2
/
+2
*
Change the control flow in atomic_compare_exchange_strong to avoid a potentia...
Marshall Clow
2016-05-18
1
-0
/
+3
*
Test hijacking ADL for operator& in the stream iterator constructors.
Eric Fiselier
2016-05-17
2
-3
/
+30
*
Add test for r269789
Eric Fiselier
2016-05-17
1
-0
/
+2
*
Implement LWG2576: istream_iterator and ostream_iterator should use std::addr...
Marshall Clow
2016-05-17
2
-5
/
+5
*
Add some checking so that the TEST_HAS_XXX macros match up with the _LIBCPP_N...
Marshall Clow
2016-05-17
1
-0
/
+30
*
Implement P0030R1: Introduce a 3-Argument Overload to std::hypot
Marshall Clow
2016-05-17
3
-1
/
+52
*
Remove C++11 feature macros in tests. Use TEST_STD_VER instead.
Eric Fiselier
2016-05-16
2
-7
/
+1
*
Add a test for uniqueptr having either NULL and nullptr
Marshall Clow
2016-05-16
1
-0
/
+6
*
Add a couple of _LIBCPP_ASSERT calls. No functional change.
Marshall Clow
2016-05-16
1
-0
/
+2
*
Disable LIBCXX_ENABLE_ABI_LINKER_SCRIPT for static library builds.
Asiri Rathnayake
2016-05-14
1
-1
/
+5
*
Apply D20014 - fix a missing return in a test. Fixes PR#27720
Marshall Clow
2016-05-12
1
-1
/
+1
*
[libcxx] Prefer C++14 over C++11 when building libc++experimental.
Eric Fiselier
2016-05-10
2
-1
/
+12
*
Generate code coverage for experimental libraries
Eric Fiselier
2016-05-08
1
-1
/
+1
*
Enable Pthread threading API on Solaris. Fix PR27677
Eric Fiselier
2016-05-07
1
-1
/
+2
*
Fix memory_resource build for _LIBCPP_HAS_NO_THREADS
Eric Fiselier
2016-05-07
1
-2
/
+12
*
Update TS implementation status page
Eric Fiselier
2016-05-07
1
-0
/
+8
*
Change allocator<T>::allocate to throw length_error, not bad_alloc
Eric Fiselier
2016-05-07
2
-14
/
+11
*
Add experimental container alias templates for PMRs
Eric Fiselier
2016-05-07
30
-0
/
+1346
*
Fix one more usage of _LIBCPP_HAS_NO_EXCEPTIONS
Eric Fiselier
2016-05-07
1
-1
/
+1
*
Fix typo it _LIBCPP_NO_EXCEPTIONS macro
Eric Fiselier
2016-05-07
1
-2
/
+2
*
Add <experimental/memory_resource>
Eric Fiselier
2016-05-07
55
-6
/
+4712
*
Tweak --param=no_default_flags=true to still add -Ilibcxx/test/support
Eric Fiselier
2016-05-06
1
-1
/
+4
*
Refactor pthread usage of libcxx.
Asiri Rathnayake
2016-05-06
10
-105
/
+299
*
Fix errors in documentation
Eric Fiselier
2016-05-06
1
-1
/
+1
*
Fix sphinx build. This is a temporary solution.
Eric Fiselier
2016-05-05
1
-12
/
+12
*
Try and fix sphinx build
Eric Fiselier
2016-05-05
1
-8
/
+8
*
Removing some trailing whitespace
Eric Fiselier
2016-05-04
2
-2
/
+2
*
Fixed some spelling errors in assert messages. No functional change. Thanks t...
Marshall Clow
2016-05-04
1
-19
/
+19
*
Update version numbers in docs
Eric Fiselier
2016-05-03
1
-3
/
+3
*
Add documentation for new experimental library
Eric Fiselier
2016-05-03
2
-0
/
+56
*
Make check-libcxx dependant on libc++experimental if present.
Eric Fiselier
2016-05-03
1
-1
/
+5
*
Create new library 'libc++experimental.a' for packaging TS symbols.
Eric Fiselier
2016-05-03
6
-3
/
+43
*
[CMake] Fix a copy-paste error
Chris Bieneman
2016-05-03
1
-1
/
+1
*
Fix dependencies on install-libcxx CMake target
Eric Fiselier
2016-05-03
1
-3
/
+3
*
Fix PR27538. Remove __is_convertible specializations for array and function t...
Eric Fiselier
2016-05-03
2
-37
/
+46
*
[libcxx] [test] Replace non-Standard "atomic_flag f(false);" with Standard "a...
Eric Fiselier
2016-05-03
5
-19
/
+25
*
Don't use std::__clz in 'test/support/hexfloat.h'.
Eric Fiselier
2016-05-03
1
-4
/
+16
*
Guard use of <unistd.h> in test.
Eric Fiselier
2016-05-03
1
-17
/
+22
*
Cleanup warnings and remove use of __builtin_va_list in depr.c.headers
Eric Fiselier
2016-05-02
5
-20
/
+9
*
Initialize local doubles to NaN. Patch from STL@microsoft.com
Eric Fiselier
2016-05-02
2
-28
/
+30
*
Void cast runtime-unused variables. Patch from STL@microsoft.com
Eric Fiselier
2016-05-02
23
-15
/
+69
*
Replace one more occurrence of non-standard std:launch::any. Patch from STL@m...
Eric Fiselier
2016-04-30
1
-3
/
+3
*
[CMake] Create a separate install target for libcxx headers
Chris Bieneman
2016-04-29
2
-3
/
+16
*
Fix PR21428 for long. Buffer was one byte too small in octal formatting case....
Eric Fiselier
2016-04-29
2
-10
/
+32
*
Move extern C include test into test/libcxx
Eric Fiselier
2016-04-29
1
-0
/
+0
*
Fix test failures by adding missing include
Eric Fiselier
2016-04-29
1
-0
/
+1
[next]