Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_libcxx
/
461797d21a2b26c4d55e623c51818f399574774c
461797d
Fix warning in tuple tests. The test suite should now run clean with most warnings enabled
by Eric Fiselier
· 9 years ago
6bdead7
Add -Wno-unused-command-line-argument when running the test suite to prevent errors
by Eric Fiselier
· 9 years ago
12150a7
Fix const default initialization of lock_guard<>
by Eric Fiselier
· 9 years ago
629aa56
[libcxx] [test] In test/support/test_allocator.h, fix construct() to avoid moving immovable types.
by Eric Fiselier
· 9 years ago
42e3e18
Improve portability of random_device tests. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
c02ca7f
Improve portability of vector tests. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
a995776
Improve portability of hash tests. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
5fb49ff
Automatically detect export lists for OS X.
by Eric Fiselier
· 9 years ago
d0eba8d
Fix bad test that was previously getting ifdef-ed away
by Eric Fiselier
· 9 years ago
d24c465
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
by Eric Fiselier
· 9 years ago
174432d
Found a couple bugs in the test suite. No functionality change.
by Marshall Clow
· 9 years ago
d9e1819
Partially Revert r272613. FreeBSD needs the non-trivial constructors in pair.
by Eric Fiselier
· 9 years ago
5a623cf
Update errcat.objects tests so they test the bug fixed in r272640.
by Eric Fiselier
· 9 years ago
d3f1134
Fix syntax error in r272640.
by Eric Fiselier
· 9 years ago
17402e3
Fix error checking for strerror_r implementations that return the error code.
by Eric Fiselier
· 9 years ago
e443672
Avoid octal escape sequence warning with MSVC. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
10d7856
Add missing include
by Eric Fiselier
· 9 years ago
1f471cb
Temporarily XFAIL variadic lock_guard mangling test for GCC 4.9
by Eric Fiselier
· 9 years ago
10b52a0
Implement variadic lock_guard.
by Eric Fiselier
· 9 years ago
a30cee2
Make system_error::message() thread safe. Fixes PR25598.
by Eric Fiselier
· 9 years ago
55ae1f0
Ignore depricated warnings from <ext/hash_map> and <ext/hash_set>
by Eric Fiselier
· 9 years ago
bfdae20
Fix warnings in tests.
by Eric Fiselier
· 9 years ago
202acb7
Remove unused local var. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
afa2f43
Prevent truncation warning. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
831bfc2
Fix vector<bool> tests that were using ints. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
d6c0cf0
Rename variables to prevent shadowing. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
5e3bf9c
Avoid name shadowing in test. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
be6c5e1
Silence more unused variable warnings. Patch from STL@microsoft.com
by Eric Fiselier
· 9 years ago
bf5a418
Remove _LIBCPP_TRIVIAL_PAIR_COPY_CTOR option.
by Eric Fiselier
· 9 years ago
d8df178
Add `REQUIRES: c++experimental` where appropriate.
by Dan Albert
· 9 years ago
42e8527
[streambuf] Added call to traits_type::copy to common case in xsgetn()
by Evandro Menezes
· 9 years ago
4241df3
Make the comparison objects that we pass in for various tests look more like actual comparison objects. No functional change.
by Marshall Clow
· 9 years ago
94f5dfc
Two more issues w/patches
by Marshall Clow
· 9 years ago
f486825
Add notes for 2688
by Marshall Clow
· 9 years ago
54f2d20
[CMake] Cleanup uses of USES_TERMINAL
by Chris Bieneman
· 9 years ago
9e65b66
Mark 2441 as ready
by Marshall Clow
· 9 years ago
a5d22d5
Patch ready for #2436
by Marshall Clow
· 9 years ago
a8054c3
Added notes for a bunch of the issues
by Marshall Clow
· 9 years ago
0f3f60f
Added notes about the issues for Oulu
by Marshall Clow
· 9 years ago
467eaf8
Avoid Shadowing warnings in the associative containers tests. Thanks to STL for the patch.
by Marshall Clow
· 9 years ago
fb59f5c
Rename some test data (and make it const) to rid us of some shadowing warnings in the test suite. No functional change. Thanks to STL@microsoft for the report and patch.
by Marshall Clow
· 9 years ago
10b4526
Remove arithmetic +/-127 on chars; results in UB when dealing with signed chars. Thanks to STL@microsoft for the report.
by Marshall Clow
· 9 years ago
2700619
Don't call memmove when there's nothing to move. Fixes PR#27978.
by Marshall Clow
· 9 years ago
1575e3e
[libcxx] Fix c++98 test failures.
by Asiri Rathnayake
· 9 years ago
0dd618b
[libcxx] Fix thread join.pass.cpp segfault after r271475
by Asiri Rathnayake
· 9 years ago
3bf0d98
Add not_fn test for throwing operator!
by Eric Fiselier
· 9 years ago
dd74189
Fix TEST_HAS_NO_EXCEPTIONS misspelling in the test suite.
by Eric Fiselier
· 9 years ago
03b9c6b
Mark LWG issue 2545 as complete. Add extra tests
by Eric Fiselier
· 9 years ago
b36940b
Fix leak in __enable_weak_this(). Thanks to Arthur O'Dwyer for finding it.
by Eric Fiselier
· 9 years ago
a2cc95e
Mark LWG issue 2218 as complete.
by Eric Fiselier
· 9 years ago
f1dbeb4
Mark LWG issue 2336 as complete. There is nothing to do.
by Eric Fiselier
· 9 years ago
e98bd2a
Mark LWG issue 2250 as complete
by Eric Fiselier
· 9 years ago
400d356
Mark LWG issue 2450 as complete.
by Eric Fiselier
· 9 years ago
d256280
Update libcxx.llvm.org documentation by linking to new docs.
by Eric Fiselier
· 9 years ago
c230822
Add C++17 std::not_fn negator.
by Eric Fiselier
· 9 years ago
a27cbf8
[libcxx] Allow target flags to affect CMake configuration tests
by Eric Fiselier
· 9 years ago
dbfa5b6
Remove enable_shared_from_this test since it leaks the control block and fails with ASAN
by Eric Fiselier
· 9 years ago
18e1ea6
Implement P0033R1 - Re-enabling shared_from_this
by Eric Fiselier
· 9 years ago
84acb1e
Remove trailing whitespace in test suite. Approved by Marshall Clow.
by Eric Fiselier
· 9 years ago
68db6cd
Cleanup non-standard tests as reported by STL@microsoft.com. NFC.
by Eric Fiselier
· 9 years ago
cad86ff
[CMake] Update to requiring CMake 3.4.3
by Chris Bieneman
· 9 years ago
6cec342
Issues for Oulu
by Marshall Clow
· 9 years ago
8a8c114
Mark LWG issue 2520 as complete
by Eric Fiselier
· 9 years ago
57c164f
Add tests that got missed in r271247.
by Eric Fiselier
· 9 years ago
b169bb0
Mark LWG issue 2276 as complete. Add _LIBCPP_ASSERTS for it
by Eric Fiselier
· 9 years ago
7883d02
Mark LWG issue 2537 as complete
by Eric Fiselier
· 9 years ago
7d1c44c
Mark LWG issue #2585 as complete
by Eric Fiselier
· 9 years ago
9791377
Mark LWG issue 2565 as complete. Update the tests to check it.
by Eric Fiselier
· 9 years ago
efa8e88
Make string_view work with -fno-exceptions and get tests passing.
by Eric Fiselier
· 9 years ago
53d9966
Cleanup error handling when TLS creation fails
by Eric Fiselier
· 9 years ago
e058f63
Mark LWG issue #2522 as complete
by Eric Fiselier
· 9 years ago
2aad5d5
Fix bug in test allocator that incorrectly computed the allocation size
by Eric Fiselier
· 9 years ago
a3eac51
[libcxx] Improve tests to use the UNSUPPORTED lit directive
by Asiri Rathnayake
· 9 years ago
dcb35ad
Add missing include to test_iterators.h
by Eric Fiselier
· 9 years ago
d9343ac
Fix PR27751. Add proper dependancies for install-libcxx-headers rule
by Eric Fiselier
· 9 years ago
1eb7445
Fix PR27875. Parse LIBCXX_CXX_ABI_LIBRARY_PATH as a path not a string
by Eric Fiselier
· 9 years ago
1f21fcd
Guard testing of tuple extensions to make tests portable
by Eric Fiselier
· 9 years ago
7515c69
Tolerate incorrect return type for 'isinf' and 'isnan' in tests.
by Eric Fiselier
· 9 years ago
5163e46
[libcxx] Allow explicit pthread opt-in
by Ben Craig
· 9 years ago
fc1962d
Reorganize locale extension fallbacks. NFCI
by Ben Craig
· 9 years ago
14273e8
Cleanup superfluous std:: qualifiers in <type_traits>
by Eric Fiselier
· 9 years ago
7995c48
Optimize declval for compile times. Patch from Eric Niebler.
by Eric Fiselier
· 9 years ago
ea76b44
Mark LWG2583 as complete. I did this a while ago, and forgot to update the table.
by Marshall Clow
· 9 years ago
2241cf0
Change the control flow in atomic_compare_exchange_strong to avoid a potential deadlock.
by Marshall Clow
· 9 years ago
a3388c6
Test hijacking ADL for operator& in the stream iterator constructors.
by Eric Fiselier
· 9 years ago
995f64c
Add test for r269789
by Eric Fiselier
· 9 years ago
d8fc1ec
Implement LWG2576: istream_iterator and ostream_iterator should use std::addressof
by Marshall Clow
· 9 years ago
7f271a0
Add some checking so that the TEST_HAS_XXX macros match up with the _LIBCPP_NO_HAS_XXX macros. No functional change
by Marshall Clow
· 9 years ago
2c15439
Implement P0030R1: Introduce a 3-Argument Overload to std::hypot
by Marshall Clow
· 9 years ago
3cc263d
Remove C++11 feature macros in tests. Use TEST_STD_VER instead.
by Eric Fiselier
· 9 years ago
5d98497
Add a test for uniqueptr having either NULL and nullptr
by Marshall Clow
· 9 years ago
eaba7bb
Add a couple of _LIBCPP_ASSERT calls. No functional change.
by Marshall Clow
· 9 years ago
10a6829
Disable LIBCXX_ENABLE_ABI_LINKER_SCRIPT for static library builds.
by Asiri Rathnayake
· 9 years ago
aee206a
Apply D20014 - fix a missing return in a test. Fixes PR#27720
by Marshall Clow
· 9 years ago
25bcc0f
[libcxx] Prefer C++14 over C++11 when building libc++experimental.
by Eric Fiselier
· 9 years ago
4e69be0
Generate code coverage for experimental libraries
by Eric Fiselier
· 9 years ago
8c8f0e5
Enable Pthread threading API on Solaris. Fix PR27677
by Eric Fiselier
· 9 years ago
ab46ace
Fix memory_resource build for _LIBCPP_HAS_NO_THREADS
by Eric Fiselier
· 9 years ago
1354c94
Update TS implementation status page
by Eric Fiselier
· 9 years ago
4db388b
Change allocator<T>::allocate to throw length_error, not bad_alloc
by Eric Fiselier
· 9 years ago
Next »