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
/
memory
/
allocator.traits
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add include for 'test_macros.h' to all the tests that were missing them. Than...
Marshall Clow
2019-05-31
5
-0
/
+8
*
Support tests in freestanding
JF Bastien
2019-02-04
22
-22
/
+66
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
22
-88
/
+66
*
[libcxx] Use custom allocator's `construct` in C++03 when available.
Volodymyr Sapsai
2018-12-19
1
-1
/
+1
*
Portability fix: add missing includes and static_casts. Reviewed as https://r...
Marshall Clow
2018-12-18
1
-0
/
+1
*
More of P0600; marking allocation routines as [[nodiscard]]
Marshall Clow
2017-11-26
1
-0
/
+51
*
Fix accidental ADL in std::allocator_traits meta-programming.
Eric Fiselier
2017-09-15
8
-0
/
+84
*
[libcxx] [test] Untabify, NFC.
Stephan T. Lavavej
2017-07-29
1
-1
/
+1
*
[libc++] Remove various C++03 feature test macros
Eric Fiselier
2016-09-25
6
-24
/
+32
*
Fix an MSVC x64 compiler warning. Patch from STL@microsoft.com
Eric Fiselier
2016-08-03
3
-9
/
+12
*
Don't use non-conforming pointer_traits specialization it tests.
Eric Fiselier
2016-06-22
1
-1
/
+3
*
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...
Eric Fiselier
2016-06-14
1
-1
/
+3
*
Add tests for LWG issue 2361
Eric Fiselier
2016-04-18
10
-3
/
+145
*
Add a test for LWG#2466: allocator_traits::max_size() default behavior is inc...
Marshall Clow
2015-10-25
1
-2
/
+2
*
Noticed that std::allocator<const T> was missing the definition for is_always...
Marshall Clow
2015-07-01
1
-0
/
+4
*
Implement the first part of N4258 - allocator_traits<X>::is_always_equal. Als...
Marshall Clow
2015-06-02
1
-0
/
+48
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
20
-0
/
+1173