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
/
std
/
utilities
/
template.bitset
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Implement LWG 3199
Louis Dionne
2019-08-20
1
-0
/
+12
*
Ensure bitset's string constructor doesn't poison the overload set.
Eric Fiselier
2019-07-01
1
-0
/
+13
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
9
-0
/
+18
*
[libc++] Fix error flags and exceptions propagated from input stream operations
Louis Dionne
2019-04-05
2
-9
/
+50
*
Revert "[libc++] Fix error flags and exceptions propagated from input stream ...
Louis Dionne
2019-04-02
2
-50
/
+9
*
[libc++] Fix error flags and exceptions propagated from input stream operations
Louis Dionne
2019-04-02
2
-9
/
+50
*
Support tests in freestanding
JF Bastien
2019-02-04
38
-38
/
+114
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
38
-152
/
+114
*
[libcxx] [test] Remove asserts that <cstddef> and <stdexcept> are included by...
Billy Robert O'Neal III
2018-08-08
1
-10
/
+1
*
[libcxx] [test] Add missing <stdexcept> in several tests.
Billy Robert O'Neal III
2018-08-08
4
-0
/
+4
*
[libcxx] [test] Fix MSVC warnings, null pointer deref.
Stephan T. Lavavej
2017-12-13
2
-4
/
+3
*
Fix problems with r'890 when building on machines where sizeof(size_t) != siz...
Marshall Clow
2017-11-27
2
-6
/
+3
*
Fix PR#35438 - bitset constructor does not zero unused bits
Marshall Clow
2017-11-27
2
-1
/
+20
*
Fix or move tests with non-standard assumptions
Eric Fiselier
2017-05-12
1
-15
/
+20
*
[libcxx] [test] Suppress MSVC's /analyze warning C6294 in a more fine-grained...
Stephan T. Lavavej
2017-05-05
25
-19
/
+119
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2017-05-04
1
-1
/
+1
*
Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...
Marshall Clow
2017-03-23
1
-0
/
+2
*
Implement P0513R0 - "Poisoning the Hash"
Eric Fiselier
2017-01-21
1
-0
/
+29
*
[libcxx] [test] Fix MSVC warnings C4127 and C6326 about constants.
Stephan T. Lavavej
2017-01-18
8
-10
/
+26
*
[libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...
Stephan T. Lavavej
2016-12-06
1
-1
/
+1
*
[libcxx] [test] D27266: Remove spurious semicolons.
Stephan T. Lavavej
2016-12-06
3
-3
/
+3
*
[libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
1
-1
/
+2
*
Protect bitset tests under libcpp-no-exceptions
Roger Ferrer Ibanez
2016-11-10
4
-44
/
+84
*
Move remaining _LIBCPP_VERSION tests into test/libcxx
Eric Fiselier
2016-06-22
1
-20
/
+0
*
Improve portability of hash tests. Patch from STL@microsoft.com
Eric Fiselier
2016-06-15
1
-3
/
+5
*
Mark LWG issue 2250 as complete
Eric Fiselier
2016-06-02
7
-90
/
+74
*
Guard Clang and GCC specific pragmas. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
26
-0
/
+52
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
6
-0
/
+6
*
Include what we use, instead of letting them get pulled in implictly. This ma...
Marshall Clow
2015-07-16
3
-0
/
+5
*
libc++ implements its' hash objects as deriving from std::unary_function, and...
Marshall Clow
2015-01-07
1
-2
/
+2
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
38
-0
/
+1913