summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Fix size_t-to-int truncation warnings in syserr.hash.Stephan T. Lavavej2016-12-132-4/+4
* [libcxx] [test] Change ifstream constructor tests to handle read-only files.Stephan T. Lavavej2016-12-124-24/+36
* [libcxx] [test] Fix an improper assumption about Null Forward Iterators.Stephan T. Lavavej2016-12-121-4/+0
* [libcxx][CMake] Move the warning to HandleOutOfTreeLLVMPetr Hosek2016-12-122-7/+4
* Actually re-disable -Wsign-compareEric Fiselier2016-12-111-1/+1
* Re-disable -Wsign-compare for now. I didn't catch all occurrencesEric Fiselier2016-12-111-0/+1
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-1167-289/+321
* Fix copy/paste errors introduced in r289358Eric Fiselier2016-12-112-16/+16
* Fix undefined behavior in container swap tests.Eric Fiselier2016-12-1118-195/+204
* Fix yet another dynamic exception specEric Fiselier2016-12-111-2/+2
* Fix more uses of dynamic exception specifications in C++17Eric Fiselier2016-12-1121-85/+110
* Fix count_new.hpp to work w/o dynamic exception specificationsEric Fiselier2016-12-111-4/+20
* [libc++] Fix support for multibyte thousands_sep and decimal_point in moneypu...Eric Fiselier2016-12-115-70/+140
* [libcxx] [test] Fix string_view tests.Stephan T. Lavavej2016-12-092-5/+7
* [libcxx] [test] Add LIBCPP_ASSERT_NOEXCEPT/LIBCPP_ASSERT_NOT_NOEXCEPT, remove...Stephan T. Lavavej2016-12-093-13/+16
* Update doc version to 4.0Eric Fiselier2016-12-091-2/+2
* [NFC] Change whitespace to force docs rebuildEric Fiselier2016-12-091-0/+1
* Fix missing const on set::count. Patch from Andrey KhalyavinEric Fiselier2016-12-092-10/+12
* Refactor uses_allocator test types for upcoming fixesEric Fiselier2016-12-099-378/+666
* Put C++ ABI headers in a special build directory instead of the top level.Eric Fiselier2016-12-094-6/+97
* fix misspelling in .clang-formatEric Fiselier2016-12-091-1/+1
* Turn off header sorting and comment formattingEric Fiselier2016-12-091-0/+4
* Fix PR27374 - Remove the implicit reduced-arity-extension in tuple.Eric Fiselier2016-12-085-10/+286
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-0814-24/+28
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-086-9/+18
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-0810-85/+85
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-082-55/+55
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-0816-60/+60
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-085-10/+10
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-0831-31/+31
* Add more test cases to packaged_task copyability testEric Fiselier2016-12-081-2/+4
* Avoid C++17 guaranteed copy elision when testing for non-copyabilityEric Fiselier2016-12-082-3/+4
* Fix PR30323: numeric_limits<T>::max_digits10 when using 16 bit ints.Eric Fiselier2016-12-081-3/+3
* Fix _LIBCPP_VERSION tests with modules on DarwinEric Fiselier2016-12-081-5/+8
* Revert r288787: Add missing stdbool.h module.Eric Fiselier2016-12-061-4/+1
* Add missing stdbool.h module. The test suite now passes on OS X with modulesEric Fiselier2016-12-061-1/+4
* Fix stdio module build on OS XEric Fiselier2016-12-061-0/+2
* std::get<0>([std::variant constant expression]) *is* noexcept.Casey Carter2016-12-062-2/+40
* Fix C++03 modules buildEric Fiselier2016-12-061-0/+2
* [libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej2016-12-067-10/+11
* [libcxx] [test] D27268: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej2016-12-063-17/+17
* [libcxx] [test] D27267: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej2016-12-0635-35/+35
* [libcxx] [test] D27266: Remove spurious semicolons.Stephan T. Lavavej2016-12-0613-27/+27
* [libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-065-7/+8
* [libcxx] [test] D27024: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-067-17/+17
* [libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-066-15/+15
* [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-0623-49/+69
* [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej2016-12-06117-943/+1046
* Add support for writing -verify shell testsEric Fiselier2016-12-063-14/+45
* Allow enabling/disabling testing with module using env LIBCXX_USE_MODULES=1Eric Fiselier2016-12-061-1/+4
OpenPOWER on IntegriCloud