summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove most of the remaining wide-char stubs from libcxx.Elliott Hughes2014-04-291-44/+0
* Remove mbtowc stub.Elliott Hughes2014-04-291-6/+0
* Fix classic_table implementation for bionicDan Albert2014-04-181-0/+2
* Get libc++ building for AndroidDan Albert2014-04-153-2/+105
* 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
* patch by Yaron: Uses rand_s() from stdlib.h (when building for Windows)Marshall Clow2013-10-091-0/+26
* Silence the unused function warning in exception.cpp.Peter Collingbourne2013-10-061-17/+16
* Implement std::exception_ptr under libsupc++.Peter Collingbourne2013-10-061-12/+51
* Make it possible to link against libstdc++ as well as libsupc++ with CMake.Peter Collingbourne2013-10-062-2/+6
* Eliminate more symbols multiply defined between libsupc++ and libc++.Peter Collingbourne2013-10-062-1/+19
* Use _LIBCPP_NEW_DELETE_VIS instead of LIBCPP_FUNC_VIS in src/new.cpp.Howard Hinnant2013-10-061-8/+8
* G M: The attached patch is for libcxx's new.cpp and __config files. The patch...Howard Hinnant2013-10-041-8/+8
* G M: A small patch to fix a couple of warnings in stdexcept.cpp for cl.exe wh...Howard Hinnant2013-10-041-0/+4
* G M: Provides the _LIBCPP_WARNING macro, to be used for MSVC only, since that...Howard Hinnant2013-10-042-23/+57
* Re-add bad_cast and bad_typeid default ctor definitions under libsupc++.Peter Collingbourne2013-10-031-6/+9
* Make the guard for external ABI libraries include the guard forChandler Carruth2013-09-251-2/+2
* Peter Collingbourne: Fix warnings when compiling with -DNDEBUG.Howard Hinnant2013-09-211-0/+3
* N3659: Shared locking in C++ Revision 2, c++1y onlyHoward Hinnant2013-09-211-0/+101
* Fix typo.Joerg Sonnenberger2013-09-171-1/+1
* G M: Restore the ability for libcxx to compile again on mingw 64.Howard Hinnant2013-09-171-8/+8
* Marshall Clow: LWG Issue 2056: future_errc enums start with value 0 (invalid...Howard Hinnant2013-09-141-0/+6
* Adding bad_array_length to libc++Marshall Clow2013-09-111-1/+17
* Evgeniy Stepanov: Add noexcept to ~bad_optional_access() to silence warning d...Howard Hinnant2013-09-041-2/+2
* Implement N3672, optional<T>.Howard Hinnant2013-09-021-0/+25
* Xing Xue: Some minor changes for IBM XLC++/AIX.Howard Hinnant2013-08-291-0/+5
* Turn off extern templates for most uses. It is causing more problems than it...Howard Hinnant2013-08-295-0/+9
* G M: Improvements to Windows support.Howard Hinnant2013-08-262-49/+45
* Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.Howard Hinnant2013-08-231-1/+1
* Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant2013-08-231-41/+65
* Glen: replace obsolete _LIBCPP_CANTTHROW with _NOEXCEPT.Howard Hinnant2013-08-221-5/+5
* LWG 2145 - mark constructor for std::error_category as inline and constexpr. ...Marshall Clow2013-08-211-0/+1
* Xing Xue: port to IBM XLC++/AIX.Howard Hinnant2013-08-142-2/+4