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
/
vector
/
vector.cons
Commit message (
Expand
)
Author
Age
Files
Lines
*
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
Eric Fiselier
2016-04-28
8
-37
/
+43
*
Remove names of unreferenced parameters. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
1
-1
/
+1
*
implement more of N4258 - Cleaning up noexcept in the standard library. Speci...
Marshall Clow
2015-08-18
1
-0
/
+44
*
Move bits from N4258. Mark vector's move-constructor unconditionally noexcept...
Marshall Clow
2015-07-14
1
-0
/
+5
*
While applying N4258, I forgot about LWG#2455, which modified the modificatio...
Marshall Clow
2015-06-04
2
-10
/
+1
*
More N4258 changes. This time vector's constructors
Marshall Clow
2015-06-04
2
-3
/
+25
*
Fix test that was failing on C++03 b/c it was using initializer lists
Marshall Clow
2015-05-16
1
-2
/
+2
*
Remove some debugging printout lines. No functionality change.
Marshall Clow
2015-05-10
1
-2
/
+0
*
Make the new tests better; make sure that we're testing the case where no rea...
Marshall Clow
2015-03-30
2
-4
/
+11
*
While testing Erik's code coverage scripts, I found a hole in the test suite ...
Marshall Clow
2015-03-30
2
-16
/
+74
*
We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...
Marshall Clow
2015-01-28
7
-7
/
+7
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
21
-0
/
+1255