summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Reorganize locale extension fallbacks. NFCIBen Craig2016-05-205-207/+225
* Cleanup superfluous std:: qualifiers in <type_traits>Eric Fiselier2016-05-181-7/+7
* Optimize declval for compile times. Patch from Eric Niebler.Eric Fiselier2016-05-181-1/+4
* Mark LWG2583 as complete. I did this a while ago, and forgot to update the ta...Marshall Clow2016-05-181-2/+2
* Change the control flow in atomic_compare_exchange_strong to avoid a potentia...Marshall Clow2016-05-181-0/+3
* Test hijacking ADL for operator& in the stream iterator constructors.Eric Fiselier2016-05-172-3/+30
* Add test for r269789Eric Fiselier2016-05-171-0/+2
* Implement LWG2576: istream_iterator and ostream_iterator should use std::addr...Marshall Clow2016-05-172-5/+5
* Add some checking so that the TEST_HAS_XXX macros match up with the _LIBCPP_N...Marshall Clow2016-05-171-0/+30
* Implement P0030R1: Introduce a 3-Argument Overload to std::hypotMarshall Clow2016-05-173-1/+52
* Remove C++11 feature macros in tests. Use TEST_STD_VER instead.Eric Fiselier2016-05-162-7/+1
* Add a test for uniqueptr having either NULL and nullptrMarshall Clow2016-05-161-0/+6
* Add a couple of _LIBCPP_ASSERT calls. No functional change.Marshall Clow2016-05-161-0/+2
* Disable LIBCXX_ENABLE_ABI_LINKER_SCRIPT for static library builds.Asiri Rathnayake2016-05-141-1/+5
* Apply D20014 - fix a missing return in a test. Fixes PR#27720Marshall Clow2016-05-121-1/+1
* [libcxx] Prefer C++14 over C++11 when building libc++experimental.Eric Fiselier2016-05-102-1/+12
* Generate code coverage for experimental librariesEric Fiselier2016-05-081-1/+1
* Enable Pthread threading API on Solaris. Fix PR27677Eric Fiselier2016-05-071-1/+2
* Fix memory_resource build for _LIBCPP_HAS_NO_THREADSEric Fiselier2016-05-071-2/+12
* Update TS implementation status pageEric Fiselier2016-05-071-0/+8
* Change allocator<T>::allocate to throw length_error, not bad_allocEric Fiselier2016-05-072-14/+11
* Add experimental container alias templates for PMRsEric Fiselier2016-05-0730-0/+1346
* Fix one more usage of _LIBCPP_HAS_NO_EXCEPTIONSEric Fiselier2016-05-071-1/+1
* Fix typo it _LIBCPP_NO_EXCEPTIONS macroEric Fiselier2016-05-071-2/+2
* Add <experimental/memory_resource>Eric Fiselier2016-05-0755-6/+4712
* Tweak --param=no_default_flags=true to still add -Ilibcxx/test/supportEric Fiselier2016-05-061-1/+4
* Refactor pthread usage of libcxx.Asiri Rathnayake2016-05-0610-105/+299
* Fix errors in documentationEric Fiselier2016-05-061-1/+1
* Fix sphinx build. This is a temporary solution.Eric Fiselier2016-05-051-12/+12
* Try and fix sphinx buildEric Fiselier2016-05-051-8/+8
* Removing some trailing whitespaceEric Fiselier2016-05-042-2/+2
* Fixed some spelling errors in assert messages. No functional change. Thanks t...Marshall Clow2016-05-041-19/+19
* Update version numbers in docsEric Fiselier2016-05-031-3/+3
* Add documentation for new experimental libraryEric Fiselier2016-05-032-0/+56
* Make check-libcxx dependant on libc++experimental if present.Eric Fiselier2016-05-031-1/+5
* Create new library 'libc++experimental.a' for packaging TS symbols.Eric Fiselier2016-05-036-3/+43
* [CMake] Fix a copy-paste errorChris Bieneman2016-05-031-1/+1
* Fix dependencies on install-libcxx CMake targetEric Fiselier2016-05-031-3/+3
* Fix PR27538. Remove __is_convertible specializations for array and function t...Eric Fiselier2016-05-032-37/+46
* [libcxx] [test] Replace non-Standard "atomic_flag f(false);" with Standard "a...Eric Fiselier2016-05-035-19/+25
* Don't use std::__clz in 'test/support/hexfloat.h'.Eric Fiselier2016-05-031-4/+16
* Guard use of <unistd.h> in test.Eric Fiselier2016-05-031-17/+22
* Cleanup warnings and remove use of __builtin_va_list in depr.c.headersEric Fiselier2016-05-025-20/+9
* Initialize local doubles to NaN. Patch from STL@microsoft.comEric Fiselier2016-05-022-28/+30
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-0223-15/+69
* Replace one more occurrence of non-standard std:launch::any. Patch from STL@m...Eric Fiselier2016-04-301-3/+3
* [CMake] Create a separate install target for libcxx headersChris Bieneman2016-04-292-3/+16
* Fix PR21428 for long. Buffer was one byte too small in octal formatting case....Eric Fiselier2016-04-292-10/+32
* Move extern C include test into test/libcxxEric Fiselier2016-04-291-0/+0
* Fix test failures by adding missing includeEric Fiselier2016-04-291-0/+1
OpenPOWER on IntegriCloud