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
/
strings
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
35
-0
/
+35
*
Split <ctype.h> out of <cctype>.
Richard Smith
2015-10-08
1
-14
/
+14
*
Implement LWG#2063, and update the issues links to point to the github genera...
Marshall Clow
2015-10-05
1
-0
/
+6
*
Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', w...
Marshall Clow
2015-09-15
1
-1
/
+1
*
implement more of N4258 - Cleaning up noexcept in the standard library. Speci...
Marshall Clow
2015-08-18
1
-4
/
+52
*
Implement the first part of N4258: 'Cleaning up noexcept in the Library'. Thi...
Marshall Clow
2015-07-13
1
-0
/
+31
*
Make support for thread-unsafe C functions optional.
Ed Schouten
2015-06-24
1
-0
/
+2
*
While applying N4258, I forgot about LWG#2455, which modified the modificatio...
Marshall Clow
2015-06-04
1
-5
/
+0
*
More of N4258 implementation. Mark all of our test_allocators as noexcept con...
Marshall Clow
2015-06-03
4
-3
/
+56
*
Add tests to ensure that string/vector/array have contiguous iterators - whic...
Marshall Clow
2015-05-26
2
-12
/
+53
*
Make the presence of stdin and stdout optional.
Ed Schouten
2015-03-26
1
-6
/
+12
*
Use generic feature name for sanitizers that replace new and delete
Eric Fiselier
2015-03-10
1
-1
/
+1
*
Rooting out more undefined behavior in char_traits.
Marshall Clow
2015-02-13
16
-0
/
+24
*
Move the test for zero-length into the char_traits (from string_view). Add te...
Marshall Clow
2015-02-12
4
-0
/
+4
*
Rename system_lib -> system_cxx_lib. NFC
Jonathan Roelofs
2015-01-14
5
-10
/
+10
*
Walter Brown sent a list of tests which needed 'additional includes' to match...
Marshall Clow
2015-01-09
6
-0
/
+6
*
libc++ implements its' hash objects as deriving from std::unary_function, and...
Marshall Clow
2015-01-07
1
-2
/
+2
*
Move test into test/std subdirectory.
Eric Fiselier
2014-12-20
275
-0
/
+40752