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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement N4508: shared_mutex. Reviewed as http://reviews.llvm.org/D10480
Marshall Clow
2015-06-30
1
-7
/
+18
*
When building libc++, we use '"' as a delimiter instead of '<' when including...
Marshall Clow
2015-06-23
2
-4
/
+4
*
Fix PR23293 - Do not unlock shared state before notifying consumers.
Eric Fiselier
2015-06-12
1
-5
/
+0
*
Avoid C-style cast.
Joerg Sonnenberger
2015-06-05
1
-1
/
+1
*
Move uncaught_exeption() definition inside the #ifdef block like uncaught_exc...
Marshall Clow
2015-06-02
1
-1
/
+1
*
Implement uncaught_exceptions() using the newly added hooks in libc++abi, whe...
Marshall Clow
2015-06-02
1
-5
/
+11
*
Fix building and testing libc++ with GCC.
Eric Fiselier
2015-05-20
1
-1
/
+1
*
Fix for LWG Issue 2458: N3778 and new library deallocation signatures.
Marshall Clow
2015-05-18
1
-14
/
+0
*
Use clock_gettime()'s CLOCK_REALTIME instead of gettimeofday().
Ed Schouten
2015-05-14
1
-24
/
+40
*
Fix -Wpessimizing-move warning by remove the call to std::move.
Richard Trieu
2015-04-30
1
-1
/
+1
*
Make the presence of stdin and stdout optional.
Ed Schouten
2015-03-26
1
-0
/
+14
*
Remove the state_types array.
Ed Schouten
2015-03-26
1
-8
/
+12
*
Fix incorrect error handling of call to mbrtowc. This is PR#13759. Leaving th...
Marshall Clow
2015-03-23
1
-1
/
+1
*
Fix use after free and calls to operator comma in debug mode
Eric Fiselier
2015-03-19
1
-1
/
+1
*
Clean up iostream creation in preparation for conditionalizing streams.
Ed Schouten
2015-03-17
1
-18
/
+20
*
Fix build break on Solaris introduced by r231940
Jonathan Roelofs
2015-03-13
1
-0
/
+2
*
Fix ctype_byname<wchar_t>::do_is() mask checking.... again
Jonathan Roelofs
2015-03-11
1
-30
/
+38
*
Move Android to the builtin rune table.
Dan Albert
2015-03-11
1
-2
/
+0
*
Don't include <sys/sysctl.h> on CloudABI.
Ed Schouten
2015-03-10
1
-2
/
+2
*
Print log/error messages on stderr, not stdout
Ed Schouten
2015-03-10
2
-9
/
+9
*
Add support for arc4random() to random_device.
Ed Schouten
2015-03-10
1
-35
/
+60
*
Nbjoerg suggested a better name for the macro for the default rune table: _LI...
Marshall Clow
2015-03-04
1
-1
/
+1
*
Create a default rune table for libc++. Initial setting - never enabled. The ...
Marshall Clow
2015-03-04
1
-0
/
+82
*
libc++: support newlib's ctype
JF Bastien
2015-02-25
1
-0
/
+3
*
Reword ELAST warning
JF Bastien
2015-02-24
1
-1
/
+1
*
More on adding sized deallocation functions in libc++: Continuing from r22928...
Larisse Voufo
2015-02-20
1
-8
/
+8
*
Implement C++14's sized deallocation functions, since there are no longer imp...
Larisse Voufo
2015-02-15
1
-1
/
+29
*
libc++: remove unused variable in random_device::operator()()
JF Bastien
2015-02-04
1
-1
/
+0
*
Get libc++ building on Sun Solaris. Patch from C Bergstrom.
Eric Fiselier
2015-01-23
1
-200
/
+13
*
[libcxx] Set _LIBCPP_ELAST for mingw.
Dan Albert
2015-01-06
3
-7
/
+50
*
Fix building and running tests when LIBCXX_ENABLE_EXCEPTIONS or LIBCXX_ENABLE...
Eric Fiselier
2014-12-12
1
-1
/
+1
*
Add all the relational operators to std::experimental::optional. Also update ...
Marshall Clow
2014-12-09
1
-3
/
+2
*
libc++: support NaCl when building thread.cpp
JF Bastien
2014-12-02
1
-4
/
+4
*
libc++: add NaCl and PNaCl support for std::random_device
JF Bastien
2014-12-01
1
-6
/
+43
*
Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.
Eric Fiselier
2014-11-25
1
-1
/
+1
*
Initialize pointer in string conversion helpers to prevent MSAN diagnostic.
Eric Fiselier
2014-11-14
1
-2
/
+2
*
Partial fix for building w/ libcxxrt on OSX. Patch from C Bergstrom.
Eric Fiselier
2014-11-01
2
-2
/
+2
*
libcxxrt defines bad_array_new_length::what() so move that into a conditional...
Eric Fiselier
2014-11-01
1
-6
/
+6
*
libcxxrt now implements bad_array_new_length and need to gaurd against multip...
Eric Fiselier
2014-10-29
1
-2
/
+2
*
PR #21321 talked about implementation-defined behavior of realloc. I poo-pooh...
Marshall Clow
2014-10-27
1
-28
/
+22
*
Address some post-commit review comments on r217261
Jonathan Roelofs
2014-09-05
2
-2
/
+2
*
Allow libc++ to be built on systems without POSIX threads
Jonathan Roelofs
2014-09-05
9
-3
/
+102
*
Fix comment that was obsoleted by r216949
Jonathan Roelofs
2014-09-02
1
-4
/
+2
*
Partially address a FIXME in steady_clock::now()
Jonathan Roelofs
2014-09-02
1
-0
/
+3
*
Newlib names ELAST differently than linux
Jonathan Roelofs
2014-09-02
2
-23
/
+14
*
Revert r216497: "[libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking."
Jonathan Roelofs
2014-08-27
1
-30
/
+30
*
[libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking.
Jonathan Roelofs
2014-08-26
1
-30
/
+30
*
Revert "Turn off extern templates for most uses."
Justin Bogner
2014-08-15
5
-9
/
+0
*
Make Android's ctype_base::mask unsigned.
Dan Albert
2014-07-31
1
-1
/
+1
*
Base regex code on char_class_type.
Dan Albert
2014-07-29
1
-3
/
+3
[prev]
[next]