Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)Author
2012-03-08Change some smart_ptr == 0 to smart_ptr == nullptr. Fixes http://llvm.org/bu...Howard Hinnant
2012-03-02Define _WCHAR_T in solaris/wchar.h. This fixes a bug where Solaris 10 headersDavid Chisnall
2012-02-29Fix MSVC / Sun #ifdef ordering. Remove another #if-nothing-#endif.David Chisnall
2012-02-29Remove a spurious #ifdef / #endif pair with nothing between them.David Chisnall
2012-02-29Add a warning to ctype<char>::classic_table() if not implemented.Howard Hinnant
2012-02-29I'm reverting one of the changes made to exception.cpp in r151717. I'm unsur...Howard Hinnant
2012-02-29Add support files required for building on Solaris.David Chisnall
2012-02-29Solaris port. Currently sees around 200 test failures, mostly related toDavid Chisnall
2012-02-29Make the failure reporting in testit a bit more useful.David Chisnall
2012-02-29Don't define __locale_raii if we are not going to be using it.David Chisnall
2012-02-29Some libcxxrt-compatibility cleanups (avoid defining things twice).David Chisnall
2012-02-28Reduce the number of move constructions when constructing a std::function. T...Howard Hinnant
2012-02-26vector::emplace_back was mistakenly requiring move assignable. Fixed that an...Howard Hinnant
2012-02-26update test for explicit bool operator.Howard Hinnant
2012-02-26At least temporarily move operator new/delete from the abi back to here. I'm...Howard Hinnant
2012-02-26ReExport some mor symbols from libc++abi.Howard Hinnant
2012-02-26Silence some warnings in a test.Howard Hinnant
2012-02-25Hook up to the new clang __is_trivially_constructible and __is_trivially_assi...Howard Hinnant
2012-02-22Use Xcode relative compilers when possibleDave Zarzycki
2012-02-22Modernize conversion to bool to the explicit bool conversion operator (librar...Howard Hinnant
2012-02-22Modernize relational operators for shared_ptr and unique_ptr. This includes ...Howard Hinnant
2012-02-20Add missing newlines at EOF.Bob Wilson
2012-02-20Silence -Wmissing-field-initializers a little higher in the source.Howard Hinnant
2012-02-19Add myself to the CREDITS file.Jeffrey Yasskin
2012-02-19Initialize all the fields of struct tm before passing it to strftime. One of ...Howard Hinnant
2012-02-19Relax pointer output test to accept glibc's output. Patch supplied by Jeffre...Howard Hinnant
2012-02-19Give the emulated nullptr_t a default constructor.Howard Hinnant
2012-02-19Exercise rvalue arguements to make_shared for C++11 mode.Howard Hinnant
2012-02-17Move typeinfos for exceptions in <stdexcept> to the abiHoward Hinnant
2012-02-16Use __is_polymorphic if available. This fixes http://llvm.org/bugs/show_bug....Howard Hinnant
2012-02-16tuple was accidentally lacking a valid copy assignment operator. It went und...Howard Hinnant
2012-02-15Do not parse sign if a sign is not the next legal character when parsing floa...Howard Hinnant
2012-02-15Another stab at fixing http://llvm.org/bugs/show_bug.cgi?id=12007. I earlier...Howard Hinnant
2012-02-15Remove reference from common_type definition. It looks like a recent clang d...Howard Hinnant
2012-02-15Implement a few optimizations for vector push_back and insert. Fixes r10828365.Howard Hinnant
2012-02-14Provide a move(const T&) overload for C++03 mode to enable moving from rvalue...Howard Hinnant
2012-02-08Fix up narrowing conversions in switch statement.Howard Hinnant
2012-02-03Make attributes on definition consistent with those on declaration.Howard Hinnant
2012-02-03Added some more symbols to the v2 rexport list.Howard Hinnant
2012-02-03Prepare for running on top of new libc++abi.Howard Hinnant
2012-02-03Explicitly convert int to future_errc. Fixes http://llvm.org/bugs/show_bug.c...Howard Hinnant
2012-01-21Fix .PHONY target to match new installheaders target.Bob Wilson
2012-01-20Enable full functionality of shared_ptr<const void> by adding allocator<const...Howard Hinnant
2012-01-18Added installheaders target.Howard Hinnant
2012-01-18Remove installhdrs target from MakefileHoward Hinnant
2012-01-18Create target installhdrs as a synonym for do-installhdrs.Howard Hinnant
2012-01-17Put do-installhdrs target back into Makefile.Howard Hinnant
2012-01-17Stop installing headers, this is now done by clangHoward Hinnant
2012-01-13Fix http://llvm.org/bugs/show_bug.cgi?id=11752Howard Hinnant
2012-01-10Fix http://llvm.org/bugs/show_bug.cgi?id=11734Howard Hinnant