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
/
test
/
support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix archetypes.hpp under libcpp-no-extensions and std level < 14
Roger Ferrer Ibanez
2016-10-31
1
-2
/
+2
*
Silence unused parameter warnings in archetypes.hpp
Casey Carter
2016-10-26
1
-6
/
+6
*
Fix unreferenced parameters. Patch from STL@microsoft.com
Eric Fiselier
2016-10-23
1
-6
/
+6
*
Update issue status for LWG 2744
Eric Fiselier
2016-10-16
1
-5
/
+14
*
Correctly grant rebound limited_allocators friendship.
Eric Fiselier
2016-10-12
1
-0
/
+1
*
Unbreak C++03 build
Eric Fiselier
2016-10-12
1
-1
/
+1
*
Remove usages of _ALIGNAS_TYPE
Eric Fiselier
2016-10-12
1
-0
/
+6
*
Fix more C++11 constexpr issues in the tests
Eric Fiselier
2016-10-12
1
-9
/
+24
*
Fix nasty_containers.hpp for other stdlibs
Eric Fiselier
2016-10-12
2
-44
/
+58
*
Fix use of C++14 constexpr in C++11
Eric Fiselier
2016-10-12
1
-0
/
+4
*
Protect special members of NullBase archetype to avoid exposing them
Eric Fiselier
2016-10-12
1
-4
/
+11
*
Implement N4606 optional
Eric Fiselier
2016-10-12
2
-43
/
+420
*
Revert Add <optional>. Will recommit with better commit message
Eric Fiselier
2016-10-12
2
-421
/
+44
*
Add <optional> header.
Eric Fiselier
2016-10-12
2
-44
/
+421
*
Add missing include in test_allocator.h
Eric Fiselier
2016-10-08
1
-2
/
+3
*
[libc++] Fix stack_allocator
Eric Fiselier
2016-10-08
1
-0
/
+73
*
Fix various issues in std::any and the related tests.
Eric Fiselier
2016-10-07
2
-61
/
+2
*
Remove MSVC workarounds. Patch from STL@microsoft.com
Eric Fiselier
2016-10-07
1
-8
/
+2
*
[libcxx] [test] Guard __has_include usage with a macro
Eric Fiselier
2016-10-04
1
-1
/
+7
*
Replace test_throw.h header with a single test macro
Eric Fiselier
2016-10-01
2
-27
/
+11
*
[libc++] Remove various C++03 feature test macros
Eric Fiselier
2016-09-25
1
-4
/
+4
*
[libcxx] Introduce an externally-threaded libc++ variant.
Asiri Rathnayake
2016-09-11
1
-0
/
+10
*
Fix bad locale test data when using the newest glibc
Eric Fiselier
2016-09-04
1
-0
/
+7
*
Implement C++17 std::sample.
Eric Fiselier
2016-08-28
1
-1
/
+1
*
Implement LWG 2711. Constrain path members.
Eric Fiselier
2016-08-28
1
-11
/
+13
*
Support allocators with explicit conversion constructors. Fixes bug #29000
Marshall Clow
2016-08-17
1
-0
/
+25
*
Fix new ASAN failures
Eric Fiselier
2016-08-15
1
-0
/
+1
*
Refactor test archetypes implementation.
Eric Fiselier
2016-08-11
2
-99
/
+135
*
[libcxx] Add std::any
Eric Fiselier
2016-08-11
3
-29
/
+519
*
Fix copy/move constructor annotation for the uses-allocator test types.
Eric Fiselier
2016-08-08
1
-9
/
+19
*
Silence another occurrence of MSVC's suprious unused warning. Patch from STL@...
Eric Fiselier
2016-08-03
1
-1
/
+4
*
Implement the std::pair parts of "Improving pair and tuple". Completes N4387.
Eric Fiselier
2016-07-25
1
-0
/
+110
*
Implement P0040r3: Extending memory management tools
Eric Fiselier
2016-07-24
1
-0
/
+27
*
Unbreak traits tests by handling differences between version macros in clang/...
Eric Fiselier
2016-07-20
1
-0
/
+8
*
Add checkpoint diagnostics to help diagnose buildbot failures.
Eric Fiselier
2016-07-18
1
-2
/
+7
*
Always use the allocator to construct/destruct elements of a deque/vector. Fi...
Marshall Clow
2016-07-11
1
-0
/
+78
*
Fix UB in uses_alloc_types.hpp
Eric Fiselier
2016-06-27
1
-2
/
+2
*
Implement P0163r0. Add shared_ptr::weak_type.
Eric Fiselier
2016-06-27
1
-1
/
+1
*
Implement p0337r0. Delete operator= for polymorphic_allocator.
Eric Fiselier
2016-06-27
1
-11
/
+11
*
Add [[noreturn]] attribute to throw_bad_alloc_helper().
Eric Fiselier
2016-06-26
2
-3
/
+8
*
Use correct Clang feature names. I got them wrong in the previous commit
Eric Fiselier
2016-06-22
1
-2
/
+2
*
Support old GCC exception and rtti detection macros
Eric Fiselier
2016-06-22
1
-2
/
+4
*
Add tests for RTTI/exceptions test macros.
Eric Fiselier
2016-06-22
5
-0
/
+105
*
Fix exception/rtti detection in tests.
Eric Fiselier
2016-06-22
1
-2
/
+2
*
Cleanup [list.modifiers] tests.
Eric Fiselier
2016-06-22
1
-1
/
+34
*
Suppress stupid and incorrect MSVC warning. patch from STL@microsoft.com
Eric Fiselier
2016-06-22
1
-1
/
+5
*
Allow the libc++ build/source paths to contain symlinks.
Eric Fiselier
2016-06-21
1
-0
/
+2
*
Implement std::experimental::propagate_const from LFTS v2
Jonathan Coe
2016-06-19
1
-0
/
+119
*
Fix SleepFor(...) helper when a monotonic clock is not available.
Eric Fiselier
2016-06-18
1
-3
/
+7
*
Use monotonic clock in synthetic SleepFor test helper
Eric Fiselier
2016-06-18
1
-2
/
+2
[next]