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
*
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
*
Fix classic_locale for Android.
Dan Albert
2014-07-22
1
-1
/
+1
*
Add support for BIONIC C library (Android). Patch from Dan Albert
Marshall Clow
2014-07-10
1
-2
/
+4
*
Handle partial nanosleeps in this_thread::sleep_for
David Majnemer
2014-06-04
1
-1
/
+3
*
[libc++] Don't return uninitialized data from random_device::operator()
David Majnemer
2014-06-03
1
-1
/
+16
*
[libc++] random_device fails if open returns zero
David Majnemer
2014-06-03
1
-1
/
+1
*
Linux: Correctly identify valid error codes
David Majnemer
2014-05-29
2
-1
/
+12
*
Fix typos
Alp Toker
2014-05-15
3
-4
/
+4
*
Exceptions store the message as reference counted string for
Joerg Sonnenberger
2014-04-30
1
-110
/
+14
*
Implement LWG issue #2135. If something goes wrong in condition_variable::wai...
Marshall Clow
2014-03-26
1
-2
/
+2
*
Implement N3891: A proposal to rename shared_mutex to shared_timed_mutex
David Majnemer
2014-03-17
1
-7
/
+7
*
Replace a tab with a space
David Majnemer
2014-03-17
1
-1
/
+1
*
Adjust build fix from r199494 to use C++ casts
Alp Toker
2014-01-17
1
-1
/
+1
*
Build fix for gcc builtin
Alp Toker
2014-01-17
1
-1
/
+1
*
Add license headers to a bunch of libc++ files that were missing them. No fun...
Marshall Clow
2014-01-16
1
-0
/
+8
*
Replace casts of __impl_ with the correct reinterpret_cast of the
Joerg Sonnenberger
2014-01-07
1
-16
/
+16
*
Switch to using C++ style casts.
Joerg Sonnenberger
2014-01-04
7
-76
/
+87
*
Fix GCC unknown pragma warning in libc++.
Logan Chien
2013-12-14
2
-0
/
+17
*
Patch by Xing Xue to improve libc++ support for AIX
Marshall Clow
2013-11-19
1
-1
/
+1
*
Patch by Bruce Mitchener. Change all references to EMSCRIPTEN to __EMSCRIPTEN...
Marshall Clow
2013-11-19
2
-15
/
+15
*
G M suggestion: conditionally include files on _WIN32.
Yaron Keren
2013-11-18
1
-0
/
+2
*
This patch implements snprintf_l function in a way similar to the other
Yaron Keren
2013-11-18
1
-0
/
+10
*
Move <optional> into include/experimental, and into the std::experimental nam...
Marshall Clow
2013-11-15
1
-3
/
+3
*
Patch from Bruce Mitchener; fixes two typos in comments. No functionality cha...
Marshall Clow
2013-11-11
2
-2
/
+2
*
Patch from GM: locale.cpp; make implicit conversions to bool explicit, fix so...
Marshall Clow
2013-10-21
1
-3
/
+21
*
Patch from GM to make more implicit bools explicit since we can't stop MSVC w...
Marshall Clow
2013-10-13
1
-4
/
+4
*
LWG Issue 2087: iostream_category() and noexcept
Marshall Clow
2013-10-12
1
-1
/
+1
*
LWG issue 2143: ios_base::xalloc should be thread-safe
Marshall Clow
2013-10-12
1
-1
/
+4
[next]