summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix or move various non-standard tests.Eric Fiselier2016-04-2931-137/+100
* Move INVOKE tests into test/libcxx sub-tree.Eric Fiselier2016-04-296-10/+21
* Fix possible test breakage for MinGWEric Fiselier2016-04-291-8/+9
* Fix get_temp_file_name() to compile on Windows. Patch from STL@microsoft.comEric Fiselier2016-04-291-6/+8
* Remove more names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-292-10/+10
* Add a return value for nasty_mutex::operator&. Patch from STL@microsoft.comEric Fiselier2016-04-291-1/+1
* Add <string> include for streaming operators. Patch from STL@microsoft.comEric Fiselier2016-04-298-0/+8
* Add proper include for unique_ptr. Patch from STL@microsoft.comEric Fiselier2016-04-291-0/+1
* Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macrosEric Fiselier2016-04-28101-342/+390
* Remove names of unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-04-2816-20/+20
* Add braces, move braces, and rename variables to avoid shadowing. Patch from ...Eric Fiselier2016-04-285-4/+10
* Provide member function definitions to avoid warnings. Patch from STL@microso...Eric Fiselier2016-04-281-1/+1
* Rename function parameters to avoid shadowing. Patch from STL@microsoft.comEric Fiselier2016-04-281-4/+4
* Guard Clang and GCC specific pragmas. Patch from STL@microsoft.comEric Fiselier2016-04-2830-0/+62
* Fix = that should have been == in test. Thanks to STL@microsoft for the catchMarshall Clow2016-04-271-1/+1
* Apparently XFAIL tests that are supposed to fail to compile can be problemati...Marshall Clow2016-04-267-14/+28
* #include <test_macros.h> in all the regex tests, and remove all mentions of _...Marshall Clow2016-04-26140-31/+149
* Rename a few tests that had typos in their names. No functional change. Thank...Marshall Clow2016-04-234-0/+0
* Fix some non-standard parts of our test suite. Reported by STLEric Fiselier2016-04-2222-31/+45
* Add missing include of <algorithm>Marshall Clow2016-04-222-0/+2
* Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov2016-04-2211-111/+214
* Fix LWG issue #2106: move_iterators returning prvaluesEric Fiselier2016-04-223-3/+47
* Fix C++03 build breakageEric Fiselier2016-04-221-2/+9
* Complete LWG issue #2016. Allocators must be nothrow swappableEric Fiselier2016-04-2214-35/+40
* Add is_swappable/is_nothrow_swappable traitsEric Fiselier2016-04-2119-104/+718
* Make ios_base::failure visibility specified consistentEric Fiselier2016-04-211-1/+1
* Fix most GCC attribute ignored warningsEric Fiselier2016-04-219-30/+25
* [libc++] fix macro redef warning when exception is disabledWeiming Zhao2016-04-211-1/+1
* Add cxx_runtime_root options for testing against a different libc++ at runtimeEric Fiselier2016-04-203-9/+23
* [libcxx] Fix PR15638 - Only allocate in parent when starting a thread to prev...Eric Fiselier2016-04-202-32/+84
* Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.Eric Fiselier2016-04-2015-231/+726
* XFAILing new test on C++03Ben Craig2016-04-191-0/+1
* Include initializer_list from utilityBen Craig2016-04-192-0/+21
* Framework to allow testing of static libc++abiBen Craig2016-04-194-23/+41
* Make tuples constructors conditionally EXPLICIT. See N4387Eric Fiselier2016-04-1912-12/+385
* Mark P0152R1 as complete.Eric Fiselier2016-04-181-1/+1
* Mark LWG issue 2469 as done. Also simplify try_emplace and insert_or_assign i...Eric Fiselier2016-04-182-64/+32
* Implement LWG issue 2219 - support reference_wrapper in INVOKEEric Fiselier2016-04-1811-62/+409
* Add hash specializations for __int128_t. Fixes LWG issue 2119Eric Fiselier2016-04-183-4/+25
* Add tests for LWG issue 2361Eric Fiselier2016-04-1816-9/+263
OpenPOWER on IntegriCloud