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
*
Replace identifiers called `__out` because Windows.h #defines it.
Eric Fiselier
2017-01-07
1
-0
/
+7
*
Get all tuple tests passing on Windows
Eric Fiselier
2017-01-07
1
-0
/
+2
*
Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANG
Eric Fiselier
2017-01-06
1
-1
/
+1
*
[libc++] Cleanup and document <__threading_support>
Eric Fiselier
2017-01-06
1
-1
/
+1
*
[libcxx] Fix testing of the externally-threaded library build
Asiri Rathnayake
2017-01-03
1
-1
/
+1
*
threading_support: refactor for Win32 threading
Saleem Abdulrasool
2017-01-03
1
-1
/
+1
*
Add tests for unordered container tests and std::string
Eric Fiselier
2016-12-28
1
-0
/
+382
*
Fix another unused warning
Eric Fiselier
2016-12-24
1
-0
/
+1
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
5
-13
/
+14
*
Revert r289727 due to PR31384
Eric Fiselier
2016-12-15
1
-145
/
+0
*
Fix PR31378 - std::list::remove should not require a default constructible al...
Eric Fiselier
2016-12-14
2
-0
/
+42
*
[libcxx] Fix tuple construction/assignment from types derived from tuple/pair...
Eric Fiselier
2016-12-14
1
-0
/
+145
*
Fix undefined behavior in container swap tests.
Eric Fiselier
2016-12-11
1
-12
/
+24
*
Fix more uses of dynamic exception specifications in C++17
Eric Fiselier
2016-12-11
3
-41
/
+31
*
Fix count_new.hpp to work w/o dynamic exception specifications
Eric Fiselier
2016-12-11
1
-4
/
+20
*
[libcxx] [test] Add LIBCPP_ASSERT_NOEXCEPT/LIBCPP_ASSERT_NOT_NOEXCEPT, remove...
Stephan T. Lavavej
2016-12-09
1
-6
/
+10
*
Refactor uses_allocator test types for upcoming fixes
Eric Fiselier
2016-12-09
4
-378
/
+643
*
Put C++ ABI headers in a special build directory instead of the top level.
Eric Fiselier
2016-12-09
2
-0
/
+86
*
[libcxx] [test] D27268: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...
Stephan T. Lavavej
2016-12-06
2
-15
/
+15
*
[libcxx] [test] D27266: Remove spurious semicolons.
Stephan T. Lavavej
2016-12-06
1
-4
/
+4
*
Fix __hash_table::max_size() on 32 bit systems
Eric Fiselier
2016-11-23
1
-1
/
+2
*
[libcxx] Fix max_size() across all containers
Eric Fiselier
2016-11-23
1
-0
/
+6
*
Add <variant> tests but disable them for libc++
Eric Fiselier
2016-11-23
2
-1
/
+81
*
Adjust uses_alloc_types helpers for later changes
Eric Fiselier
2016-11-21
1
-2
/
+17
*
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
Stephan T. Lavavej
2016-11-04
1
-1
/
+3
*
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
[next]