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
/
containers
/
sequences
/
deque
/
deque.capacity
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T...
Marshall Clow
2019-03-19
1
-8
/
+24
*
Add noexcept to operator[] for array and deque. This is an extension. We alre...
Marshall Clow
2019-03-14
1
-4
/
+18
*
Support tests in freestanding
JF Bastien
2019-02-04
8
-8
/
+24
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
8
-32
/
+24
*
Update all the max_size tests to eliminate signed/unsigned comparison warning...
Marshall Clow
2018-10-12
1
-4
/
+4
*
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...
Marshall Clow
2017-11-15
1
-0
/
+28
*
Added tests for xxx.size() and xxx.empty() for all the sequence containers
Marshall Clow
2017-11-15
2
-0
/
+108
*
[libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
1
-8
/
+8
*
[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
2
-2
/
+2
*
[libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-12-06
2
-2
/
+2
*
[libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-11-23
2
-2
/
+2
*
[libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", pa...
Stephan T. Lavavej
2016-11-23
2
-2
/
+4
*
[libcxx] Fix max_size() across all containers
Eric Fiselier
2016-11-23
1
-0
/
+47
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
1
-1
/
+1
*
Fix some non-standard parts of our test suite. Reported by STL
Eric Fiselier
2016-04-22
2
-0
/
+4
*
Fix warnings in deque tests
Eric Fiselier
2015-07-19
3
-6
/
+6
*
Fix more issues exposed by -pedantic-errors in c++03 mode
Eric Fiselier
2015-02-10
4
-4
/
+4
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
4
-0
/
+340