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
/
support
/
test_allocator.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PR37694 - std::vector doesn't correctly move construct allocators.
Eric Fiselier
2018-06-05
1
-5
/
+52
*
Fix undefined behavior in container swap tests.
Eric Fiselier
2016-12-11
1
-12
/
+24
*
Fix more uses of dynamic exception specifications in C++17
Eric Fiselier
2016-12-11
1
-17
/
+17
*
Fix __hash_table::max_size() on 32 bit systems
Eric Fiselier
2016-11-23
1
-1
/
+2
*
[libcxx] Fix max_size() across all containers
Eric Fiselier
2016-11-23
1
-0
/
+6
*
Correctly grant rebound limited_allocators friendship.
Eric Fiselier
2016-10-12
1
-0
/
+1
*
Add missing include in test_allocator.h
Eric Fiselier
2016-10-08
1
-2
/
+3
*
[libc++] Fix stack_allocator
Eric Fiselier
2016-10-08
1
-0
/
+73
*
Remove MSVC workarounds. Patch from STL@microsoft.com
Eric Fiselier
2016-10-07
1
-8
/
+2
*
[libc++] Remove various C++03 feature test macros
Eric Fiselier
2016-09-25
1
-4
/
+4
*
Silence another occurrence of MSVC's suprious unused warning. Patch from STL@...
Eric Fiselier
2016-08-03
1
-1
/
+4
*
Always use the allocator to construct/destruct elements of a deque/vector. Fi...
Marshall Clow
2016-07-11
1
-0
/
+78
*
Suppress stupid and incorrect MSVC warning. patch from STL@microsoft.com
Eric Fiselier
2016-06-22
1
-1
/
+5
*
[libcxx] [test] In test/support/test_allocator.h, fix construct() to avoid mo...
Eric Fiselier
2016-06-15
1
-11
/
+12
*
Remove names of unreferenced parameters. Patch from STL@microsoft.com
Eric Fiselier
2016-04-28
1
-3
/
+3
*
Fix bug in test_allocator<void> that used the wrong value to represent object...
Eric Fiselier
2015-08-28
1
-2
/
+2
*
Fix std::function allocator constructors in C++03.
Eric Fiselier
2015-06-14
1
-6
/
+6
*
More of N4258 implementation. Mark all of our test_allocators as noexcept con...
Marshall Clow
2015-06-03
1
-0
/
+2
*
Bug #19473. If you pass an allocator to std::function, we should use that all...
Marshall Clow
2014-04-18
1
-0
/
+60
*
Add license headers to a bunch of libc++ files that were missing them. No fun...
Marshall Clow
2014-01-16
1
-0
/
+9
*
Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...
Marshall Clow
2013-12-03
1
-0
/
+155