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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make cout a little more thread-safe. This fixes http://llvm.org/bugs/show_bu...
Howard Hinnant
2013-06-28
1
-10
/
+9
*
Provide missing '{' in parsing extended quoted characters. This fixes http:/...
Howard Hinnant
2013-06-28
2
-0
/
+73
*
William Fisher: A bug in __lookahead::exec causes /(?=^)b/ to match ab. When...
Howard Hinnant
2013-06-28
2
-1
/
+29
*
Bill Fisher: Fix for failing to throw an exception in regex when parsing an ...
Howard Hinnant
2013-06-28
2
-1
/
+38
*
Dimitry Andric: Add const to constexpr member functions in order to cope wit...
Howard Hinnant
2013-06-28
1
-4
/
+4
*
Implement full support for non-pointer pointers in custom allocators for stri...
Howard Hinnant
2013-06-28
151
-644
/
+5124
*
Implement full support for non-pointer pointers in custom allocators for vector.
Howard Hinnant
2013-06-27
98
-91
/
+1721
*
Implement full support for non-pointer pointers in custom allocators for list.
Howard Hinnant
2013-06-25
65
-97
/
+2001
*
Implement full support for non-pointer pointers in custom allocators for forw...
Howard Hinnant
2013-06-24
56
-61
/
+1591
*
Fix typo in assertion message. Reported by Shriramana Sharma.
Dmitri Gribenko
2013-06-24
1
-1
/
+1
*
Implement full support for non-pointer pointers in custom allocators for deque.
Howard Hinnant
2013-06-23
48
-294
/
+943
*
Implement full support for non-pointer types in custom allocators. This is f...
Howard Hinnant
2013-06-22
228
-58
/
+10378
*
Implement full support for non-pointer types in custom allocators. This is f...
Howard Hinnant
2013-06-19
147
-279
/
+7022
*
Test case for r183481.
Howard Hinnant
2013-06-07
1
-0
/
+20
*
Minor bug fix for allowing an extension of const-qualified types in containers.
Howard Hinnant
2013-06-07
1
-1
/
+1
*
Neglected to remove a debugging comment from last commit.
Howard Hinnant
2013-05-21
1
-1
/
+1
*
Fix a couple of bugs in linear_congruential_engine::seed. Regression test ad...
Howard Hinnant
2013-05-21
2
-3
/
+11
*
Add NetBSD support.
Joerg Sonnenberger
2013-05-17
4
-12
/
+55
*
Create a weak pthread_create reference on NetBSD to not force a
Joerg Sonnenberger
2013-05-17
1
-0
/
+4
*
Glen: This patch gets the string conversion functions working on Windows. I...
Howard Hinnant
2013-05-16
4
-520
/
+375
*
Remove cv qualifiers from member pointers in the __member_pointer_traits test...
Howard Hinnant
2013-05-15
2
-1
/
+19
*
Fixing the MSan/compiler-rt build
David Blaikie
2013-05-13
1
-1
/
+11
*
İsmail Dönmez: Enable quick_exit on linux.
Howard Hinnant
2013-05-10
1
-1
/
+1
*
XFAIL this test when using the darwin12 system library. Reviewed by Howard
David Dean
2013-05-10
1
-0
/
+1
*
Fix incorrect type usage; nice catch by Sebastian
Marshall Clow
2013-05-10
1
-1
/
+1
*
Don't try to free the C locale.
Joerg Sonnenberger
2013-05-09
1
-1
/
+1
*
Implement n3607: 'equal', 'mismatch', and 'is_permutation'
Marshall Clow
2013-05-09
7
-0
/
+982
*
Initialize codecvt explicitly with the C locale, which might not be 0.
Joerg Sonnenberger
2013-05-09
1
-1
/
+1
*
Put a 1-character unget buffer into cin. This fixes http://llvm.org/bugs/sho...
Howard Hinnant
2013-05-08
1
-20
/
+49
*
Constrain __invoke functions more accurately. This fixes http://llvm.org/bug...
Howard Hinnant
2013-05-07
3
-8
/
+47
*
Introduce _LIBCPP_STD_VER. This can be set by the client (or the clang drive...
Howard Hinnant
2013-05-07
1
-0
/
+8
*
Mark some tests with XFAIL for Lion and Mountain Lion.
Howard Hinnant
2013-05-07
5
-0
/
+15
*
Expose accidentally removed __compressed_pair constructor taking piecewise_co...
Howard Hinnant
2013-05-06
2
-20
/
+30
*
Stephan Tolksdorf: fixes the issue in the <atomic> header and adds correspond...
Howard Hinnant
2013-05-02
8
-13
/
+68
*
The push/pop variant of pragma GCC diagnostic is only supported by Clang
Joerg Sonnenberger
2013-05-02
1
-0
/
+4
*
Make it possible to provide special (linker) flags for the thread tests.
Joerg Sonnenberger
2013-05-02
1
-5
/
+15
*
Add explicit casts to unsigned char before calling ctype functions.
Joerg Sonnenberger
2013-05-02
6
-9
/
+9
*
This patch introduces an alternative layout for basic_string which when the s...
Howard Hinnant
2013-04-30
1
-12
/
+107
*
Add entry for myself.
Joerg Sonnenberger
2013-04-29
1
-0
/
+4
*
Use protected version of the malloc attribute in case source wants to
Joerg Sonnenberger
2013-04-29
1
-1
/
+1
*
GCC doesn't support __has_attribute.
Joerg Sonnenberger
2013-04-27
1
-0
/
+4
*
Use static_cast.
Joerg Sonnenberger
2013-04-27
1
-5
/
+8
*
Use reinterpret_casts directly in place of C-style casts.
Joerg Sonnenberger
2013-04-27
1
-4
/
+4
*
Only use Clang pragma when compiling with clang.
Joerg Sonnenberger
2013-04-27
1
-0
/
+2
*
Fix typos.
Joerg Sonnenberger
2013-04-26
1
-2
/
+2
*
İsmail Dönmez: Change to mktemp template to make it compatible with Linux.
Howard Hinnant
2013-04-25
1
-1
/
+1
*
default_delete needs a static_assert against void types. I had previously th...
Howard Hinnant
2013-04-24
2
-0
/
+26
*
Avoid bash specific functionality to work with any POSIX shell
Joerg Sonnenberger
2013-04-23
1
-16
/
+15
*
Change makefile comment to refer to libc++ instead of libcpp.
Bob Wilson
2013-04-23
1
-1
/
+1
*
PR15820: Use tar instead of rsync to install the headers.
Bob Wilson
2013-04-23
1
-2
/
+2
[next]