summaryrefslogtreecommitdiffstats
path: root/libcxx/src
Commit message (Expand)AuthorAgeFilesLines
* libc++: remove unused variable in random_device::operator()()JF Bastien2015-02-041-1/+0
* Get libc++ building on Sun Solaris. Patch from C Bergstrom.Eric Fiselier2015-01-231-200/+13
* [libcxx] Set _LIBCPP_ELAST for mingw.Dan Albert2015-01-063-7/+50
* Fix building and running tests when LIBCXX_ENABLE_EXCEPTIONS or LIBCXX_ENABLE...Eric Fiselier2014-12-121-1/+1
* Add all the relational operators to std::experimental::optional. Also update ...Marshall Clow2014-12-091-3/+2
* libc++: support NaCl when building thread.cppJF Bastien2014-12-021-4/+4
* libc++: add NaCl and PNaCl support for std::random_deviceJF Bastien2014-12-011-6/+43
* Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.Eric Fiselier2014-11-251-1/+1
* Initialize pointer in string conversion helpers to prevent MSAN diagnostic.Eric Fiselier2014-11-141-2/+2
* Partial fix for building w/ libcxxrt on OSX. Patch from C Bergstrom.Eric Fiselier2014-11-012-2/+2
* libcxxrt defines bad_array_new_length::what() so move that into a conditional...Eric Fiselier2014-11-011-6/+6
* libcxxrt now implements bad_array_new_length and need to gaurd against multip...Eric Fiselier2014-10-291-2/+2
* PR #21321 talked about implementation-defined behavior of realloc. I poo-pooh...Marshall Clow2014-10-271-28/+22
* Address some post-commit review comments on r217261Jonathan Roelofs2014-09-052-2/+2
* Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs2014-09-059-3/+102
* Fix comment that was obsoleted by r216949Jonathan Roelofs2014-09-021-4/+2
* Partially address a FIXME in steady_clock::now()Jonathan Roelofs2014-09-021-0/+3
* Newlib names ELAST differently than linuxJonathan Roelofs2014-09-022-23/+14
* Revert r216497: "[libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking."Jonathan Roelofs2014-08-271-30/+30
* [libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking.Jonathan Roelofs2014-08-261-30/+30
* Revert "Turn off extern templates for most uses."Justin Bogner2014-08-155-9/+0
* Make Android's ctype_base::mask unsigned.Dan Albert2014-07-311-1/+1
* Base regex code on char_class_type.Dan Albert2014-07-291-3/+3
* Fix classic_locale for Android.Dan Albert2014-07-221-1/+1
* Add support for BIONIC C library (Android). Patch from Dan AlbertMarshall Clow2014-07-101-2/+4
* Handle partial nanosleeps in this_thread::sleep_forDavid Majnemer2014-06-041-1/+3
* [libc++] Don't return uninitialized data from random_device::operator()David Majnemer2014-06-031-1/+16
* [libc++] random_device fails if open returns zeroDavid Majnemer2014-06-031-1/+1
* Linux: Correctly identify valid error codesDavid Majnemer2014-05-292-1/+12
* Fix typosAlp Toker2014-05-153-4/+4
* Exceptions store the message as reference counted string forJoerg Sonnenberger2014-04-301-110/+14
* Implement LWG issue #2135. If something goes wrong in condition_variable::wai...Marshall Clow2014-03-261-2/+2
* Implement N3891: A proposal to rename shared_mutex to shared_timed_mutexDavid Majnemer2014-03-171-7/+7
* Replace a tab with a spaceDavid Majnemer2014-03-171-1/+1
* Adjust build fix from r199494 to use C++ castsAlp Toker2014-01-171-1/+1
* Build fix for gcc builtinAlp Toker2014-01-171-1/+1
* Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow2014-01-161-0/+8
* Replace casts of __impl_ with the correct reinterpret_cast of theJoerg Sonnenberger2014-01-071-16/+16
* Switch to using C++ style casts.Joerg Sonnenberger2014-01-047-76/+87
* Fix GCC unknown pragma warning in libc++.Logan Chien2013-12-142-0/+17
* Patch by Xing Xue to improve libc++ support for AIXMarshall Clow2013-11-191-1/+1
* Patch by Bruce Mitchener. Change all references to EMSCRIPTEN to __EMSCRIPTEN...Marshall Clow2013-11-192-15/+15
* G M suggestion: conditionally include files on _WIN32.Yaron Keren2013-11-181-0/+2
* This patch implements snprintf_l function in a way similar to the other Yaron Keren2013-11-181-0/+10
* Move <optional> into include/experimental, and into the std::experimental nam...Marshall Clow2013-11-151-3/+3
* Patch from Bruce Mitchener; fixes two typos in comments. No functionality cha...Marshall Clow2013-11-112-2/+2
* Patch from GM: locale.cpp; make implicit conversions to bool explicit, fix so...Marshall Clow2013-10-211-3/+21
* Patch from GM to make more implicit bools explicit since we can't stop MSVC w...Marshall Clow2013-10-131-4/+4
* LWG Issue 2087: iostream_category() and noexceptMarshall Clow2013-10-121-1/+1
* LWG issue 2143: ios_base::xalloc should be thread-safeMarshall Clow2013-10-121-1/+4
OpenPOWER on IntegriCloud