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
*
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