summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-04-29Remove wcstod stubHEADmastermainDan Albert
2014-04-28Differentiate libcxx's unimplemented stubs from bionic's.Elliott Hughes
2014-04-18Fix classic_table implementation for bionicDan Albert
2014-04-15Get libc++ building for AndroidDan Albert
2014-03-26Implement LWG issue #2135. If something goes wrong in condition_variable::wai...Marshall Clow
2014-03-17Implement N3891: A proposal to rename shared_mutex to shared_timed_mutexDavid Majnemer
2014-03-17Replace a tab with a spaceDavid Majnemer
2014-01-17Adjust build fix from r199494 to use C++ castsAlp Toker
2014-01-17Build fix for gcc builtinAlp Toker
2014-01-16Add license headers to a bunch of libc++ files that were missing them. No fun...Marshall Clow
2014-01-07Replace casts of __impl_ with the correct reinterpret_cast of theJoerg Sonnenberger
2014-01-04Switch to using C++ style casts.Joerg Sonnenberger
2013-12-14Fix GCC unknown pragma warning in libc++.Logan Chien
2013-11-19Patch by Xing Xue to improve libc++ support for AIXMarshall Clow
2013-11-19Patch by Bruce Mitchener. Change all references to EMSCRIPTEN to __EMSCRIPTEN...Marshall Clow
2013-11-18G M suggestion: conditionally include files on _WIN32.Yaron Keren
2013-11-18This patch implements snprintf_l function in a way similar to the other Yaron Keren
2013-11-15Move <optional> into include/experimental, and into the std::experimental nam...Marshall Clow
2013-11-11Patch from Bruce Mitchener; fixes two typos in comments. No functionality cha...Marshall Clow
2013-10-21Patch from GM: locale.cpp; make implicit conversions to bool explicit, fix so...Marshall Clow
2013-10-13Patch from GM to make more implicit bools explicit since we can't stop MSVC w...Marshall Clow
2013-10-12LWG Issue 2087: iostream_category() and noexceptMarshall Clow
2013-10-12LWG issue 2143: ios_base::xalloc should be thread-safeMarshall Clow
2013-10-09patch by Yaron: Uses rand_s() from stdlib.h (when building for Windows)Marshall Clow
2013-10-06Silence the unused function warning in exception.cpp.Peter Collingbourne
2013-10-06Implement std::exception_ptr under libsupc++.Peter Collingbourne
2013-10-06Make it possible to link against libstdc++ as well as libsupc++ with CMake.Peter Collingbourne
2013-10-06Eliminate more symbols multiply defined between libsupc++ and libc++.Peter Collingbourne
2013-10-06Use _LIBCPP_NEW_DELETE_VIS instead of LIBCPP_FUNC_VIS in src/new.cpp.Howard Hinnant
2013-10-04G M: The attached patch is for libcxx's new.cpp and __config files. The patch...Howard Hinnant
2013-10-04G M: A small patch to fix a couple of warnings in stdexcept.cpp for cl.exe wh...Howard Hinnant
2013-10-04G M: Provides the _LIBCPP_WARNING macro, to be used for MSVC only, since that...Howard Hinnant
2013-10-03Re-add bad_cast and bad_typeid default ctor definitions under libsupc++.Peter Collingbourne
2013-09-25Make the guard for external ABI libraries include the guard forChandler Carruth
2013-09-21Peter Collingbourne: Fix warnings when compiling with -DNDEBUG.Howard Hinnant
2013-09-21N3659: Shared locking in C++ Revision 2, c++1y onlyHoward Hinnant
2013-09-17Fix typo.Joerg Sonnenberger
2013-09-17G M: Restore the ability for libcxx to compile again on mingw 64.Howard Hinnant
2013-09-14Marshall Clow: LWG Issue 2056: future_errc enums start with value 0 (invalid...Howard Hinnant
2013-09-11Adding bad_array_length to libc++Marshall Clow
2013-09-04Evgeniy Stepanov: Add noexcept to ~bad_optional_access() to silence warning d...Howard Hinnant
2013-09-02Implement N3672, optional<T>.Howard Hinnant
2013-08-29Xing Xue: Some minor changes for IBM XLC++/AIX.Howard Hinnant
2013-08-29Turn off extern templates for most uses. It is causing more problems than it...Howard Hinnant
2013-08-26G M: Improvements to Windows support.Howard Hinnant
2013-08-23Rename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.Howard Hinnant
2013-08-23Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant
2013-08-22Glen: replace obsolete _LIBCPP_CANTTHROW with _NOEXCEPT.Howard Hinnant
2013-08-21LWG 2145 - mark constructor for std::error_category as inline and constexpr. ...Marshall Clow
2013-08-14Xing Xue: port to IBM XLC++/AIX.Howard Hinnant