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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix use of operator comma in is_permutation and delete comma operator for tes...
Eric Fiselier
2014-10-27
1
-5
/
+13
*
[libcxx] Fix use of operator comma where the types can be user defined
Eric Fiselier
2014-10-27
1
-0
/
+15
*
Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionalit...
Marshall Clow
2014-10-18
1
-19
/
+19
*
Add include of <cassert> for the operator comma
Marshall Clow
2014-09-17
1
-0
/
+1
*
Create a 'comma_iterator' class that overloads operator, and asserts when it'...
Marshall Clow
2014-09-16
1
-0
/
+105
*
PR20546: Fix tests for compare_exchange_weak.
Dan Albert
2014-09-06
1
-0
/
+51
*
[asan] Make vector asan annotations exception-friendly
Kostya Serebryany
2014-09-02
1
-2
/
+2
*
fix missing include for ::close in platform_support.h
Eric Fiselier
2014-08-19
1
-0
/
+2
*
Give libcxx tests temporary filenames that are actually unique.
Jonathan Roelofs
2014-08-19
1
-4
/
+14
*
Add bare_allocator archetype that implements the minimal possible allocator i...
Eric Fiselier
2014-08-15
1
-1
/
+29
*
Fix PR#202520 - predicate called too many times in list::remove_if. Add tests...
Marshall Clow
2014-08-04
1
-6
/
+3
*
test commit
Eric Fiselier
2014-07-24
1
-0
/
+1
*
Add a reset method to the counting predicates in the test suite
Marshall Clow
2014-07-09
1
-1
/
+3
*
Mark assign to be constepr only in c++14; can't have constexpr fns that retur...
Marshall Clow
2014-06-10
1
-1
/
+1
*
Testing infastructure: A template for char_traits where all the functions are...
Marshall Clow
2014-06-06
2
-0
/
+185
*
Add Address Sanitizer support to std::vector
Marshall Clow
2014-05-08
1
-0
/
+37
*
Bug #19473. If you pass an allocator to std::function, we should use that all...
Marshall Clow
2014-04-18
1
-0
/
+60
*
Implement LWG 2324: Insert iterator constructors should use addressof(). Add ...
Marshall Clow
2014-03-03
1
-0
/
+282
*
Add license headers to a bunch of libc++ files that were missing them. No fun...
Marshall Clow
2014-01-16
6
-0
/
+54
*
Found six (nmostly) identical files named 'test_allocator.h' in the libcxx te...
Marshall Clow
2013-12-03
1
-0
/
+155
*
Found two identical files named 'allocators.h' in the libcxx test suite. Move...
Marshall Clow
2013-12-02
1
-0
/
+174
*
Found two identical files named 'DefaultOnly.h' in the libcxx test suite. Mov...
Marshall Clow
2013-12-02
1
-0
/
+26
*
There were two identical files named 'min_allocator.h'. Move one of them to /...
Marshall Clow
2013-11-26
1
-0
/
+252
*
G M: 1. It changes the temp file handling to use the template and the current...
Howard Hinnant
2013-10-06
1
-7
/
+6
*
First half of support for N3657; heterogenous lookups for set/multiset
Marshall Clow
2013-08-13
1
-0
/
+22
*
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
Howard Hinnant
2013-08-01
1
-1
/
+1
*
War on tabs.
Howard Hinnant
2013-07-08
1
-1
/
+1
*
İsmail Dönmez: Change to mktemp template to make it compatible with Linux.
Howard Hinnant
2013-04-25
1
-1
/
+1
*
Test cleanup with respect to use of deprecated tmpnam function. Also Windows...
Howard Hinnant
2013-03-22
1
-0
/
+21
*
Removed raw references to _WIN32; now just check to see if it is defined.
Marshall Clow
2013-03-18
1
-1
/
+1
*
Michael van der Westhuizen: Improve support for testing on Linux. Fixes http...
Howard Hinnant
2013-01-14
1
-1
/
+6
*
Made test output iterators have value_type of 'void'; matches ones in library
Marshall Clow
2013-01-09
2
-1
/
+14
*
Move common header files into a 'support' directory; make 'testit' include -I...
Marshall Clow
2013-01-05
3
-0
/
+371