summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Fix for PR 19616: 'tuple_cat of nested tuples fails in noexcept specification...Marshall Clow2014-10-073-7/+43
* Fix win32 support header for mingw32.Dan Albert2014-10-061-0/+3
* Mark module atomic as cplusplus11.Nico Weber2014-09-241-0/+1
* [libcxx] Fix installation of ABI headers. Fixes PR20936Eric Fiselier2014-09-231-4/+4
* Fix some type-traits (is_assignable, etc) dealing with classes that take non-...Marshall Clow2014-09-226-9/+39
* Support newlib as libc++'s C library [locale part]Jonathan Roelofs2014-09-194-169/+271
* Fix PR#20843: binomial_distribution<unsigned> is broken. Add test to ensure t...Marshall Clow2014-09-172-1/+15
* Fix char_traits functions for GCC compatibility.Dan Albert2014-09-171-104/+52
* Add include of <cassert> for the operator commaMarshall Clow2014-09-171-0/+1
* K-ballo pointed out *another* mistype in my changeMarshall Clow2014-09-172-9/+6
* Fix for mismatch to handle evil iterators which overload operator commaMarshall Clow2014-09-161-2/+2
* Create a 'comma_iterator' class that overloads operator, and asserts when it'...Marshall Clow2014-09-163-0/+121
* Fix a bug in the move-assigment operator for basic_stringbuf. Thanks to Johna...Marshall Clow2014-09-162-0/+41
* Thanks to K-ballo for noting a second incorrect noexcept clause in tuple - an...Marshall Clow2014-09-161-3/+3
* Fix a bad noexcept clause in tuple's move constructorMarshall Clow2014-09-161-2/+2
* Forgot 'const' on my last checkinMarshall Clow2014-09-162-8/+8
* Some of the synopsis was left out of these headers, and the copy construction...Marshall Clow2014-09-162-1/+32
* PR20546: Fix tests for compare_exchange_weak.Dan Albert2014-09-066-18/+79
* Address some post-commit review comments on r217261Jonathan Roelofs2014-09-054-5/+5
* Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs2014-09-05268-8/+687
* Bugfix: allow additional_features to be emptyJonathan Roelofs2014-09-051-3/+4
* Set -D_LIBCPP_HAS_NO_THREADS and -D_LIBCPP_HAS_NO_MONOTONIC_CLOCK based on av...Jonathan Roelofs2014-09-053-2/+12
* Define ELAST in libcxx's config header on FreeBSDViktor Kutuzov2014-09-041-0/+1
* Make the ASAN RAII object a nop when building w/o ASANMarshall Clow2014-09-031-0/+8
* Detection for _LIBCPP_HAS_NO_MONOTONIC_CLOCK caused several more build breakagesJonathan Roelofs2014-09-031-6/+0
* Allow libc++ to be built with GCC 5.0 compilerAlexey Volkov2014-09-031-2/+2
* test: Make it possible to opt in to use_clang_verify per testJustin Bogner2014-09-032-3/+8
* Fix buffer overflow issue in valarray testEric Fiselier2014-09-031-3/+2
* test: Allow using clang -verify for failures rather than exit 1Justin Bogner2014-09-032-16/+38
* Fix yet another aspect of the build breakage caused by r216949Jonathan Roelofs2014-09-031-0/+4
* Fix comment that was obsoleted by r216949Jonathan Roelofs2014-09-021-4/+2
* Fix build breakage introduced in r216949Jonathan Roelofs2014-09-021-2/+2
* [asan] Make vector asan annotations exception-friendlyKostya Serebryany2014-09-023-33/+243
* Silence _LIBCPP_ELAST porting warning on __APPLE__Jonathan Roelofs2014-09-021-0/+2
* Don't #define _LIBCPP_HAS_NO_MONOTONIC_CLOCK on __APPLE__Jonathan Roelofs2014-09-021-2/+3
* Partially address a FIXME in steady_clock::now()Jonathan Roelofs2014-09-025-0/+15
* Newlib names ELAST differently than linuxJonathan Roelofs2014-09-023-23/+25
* Fix PR#20834 - 'is_trivially_destructible yeilds wrong answer for arrays of u...Marshall Clow2014-09-0214-22/+21
* Mark test types for <atomic> nothrow default constructible. Patch from Steve ...Eric Fiselier2014-08-2715-15/+15
* Rename arguments in include/cmath to work around Newlib macro implementation ...Jonathan Roelofs2014-08-271-230/+230
* 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
* Replace 'noexcept' with '_NOEXCEPT' in <shared_mutex>. This allows us to buil...Marshall Clow2014-08-251-10/+10
* Fix bug 20740 - std::set/std::map don't support heterogeneous lookup for coun...Marshall Clow2014-08-246-2/+307
* Fix assignments that should be comparisons x3Eric Fiselier2014-08-233-4/+4
* Add return statement to a test class's assignment operator. Defect found by C...Eric Fiselier2014-08-231-1/+1
* [libcxx] Add --show-unsupported and --show-xfail to check-libcxx's default LI...Eric Fiselier2014-08-231-1/+1
* Fix handling of format strings to work with python 2.6Eric Fiselier2014-08-231-4/+4
* Refactor lit.cfg.Dan Albert2014-08-211-195/+247
* Add self to creditsEric Fiselier2014-08-211-0/+4
OpenPOWER on IntegriCloud