summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-05Add issue 2587, which was missedMarshall Clow
2017-12-04Commit tests for changes in revision 319710Marshall Clow
2017-12-04Implement more of P0600: '[[nodiscard]] in the library' for C++2aMarshall Clow
2017-12-04Ooops. I checked in a test for a bug I haven't fixed yet. Temporrarily commen...Marshall Clow
2017-12-04Implement P0457R2: 'String Prefix and Suffix Checking' for c++2aMarshall Clow
2017-12-04Fix PR#35948: generate_n does not accept floating point Size arguments.Marshall Clow
2017-12-04[libcxx] Set up .arcconfig to point to new Diffusion CXX repositoryBen Hamilton
2017-12-03Corrected a typo in the building libc++ docsHamza Sood
2017-12-01[libcxx] Support getentropy as a source of randomness for std::random_devicePetr Hosek
2017-12-01Include AddLLVM needed for tests in the right contextPetr Hosek
2017-11-27Fix problems with r'890 when building on machines where sizeof(size_t) != siz...Marshall Clow
2017-11-27Revert commit removing allocator support from packaged_task. Will investigate...Marshall Clow
2017-11-27Implement LWG#2921 and LWG#2976 - removing allocator support from packaged_task.Marshall Clow
2017-11-27Fix PR#35438 - bitset constructor does not zero unused bitsMarshall Clow
2017-11-27Fix failure on C++03 botsMarshall Clow
2017-11-27Implement LWG#2948: unique_ptr does not define operator<< for stream outputMarshall Clow
2017-11-26More of P0600; marking allocation routines as [[nodiscard]]Marshall Clow
2017-11-26Fix copy/paste bug in test where we were putting a '3' into a vector<bool>. NFC.Marshall Clow
2017-11-25Fix installation of cxxabi.h through libc++.Eric Fiselier
2017-11-23Update C++2a status and add Glen to CREDITS.TXT. Reviewed as https://reviews....Marshall Clow
2017-11-23Allow to set locale on Windows.Martin Storsjo
2017-11-23Add additional 'UNSUPPORTED' to the test case.Marshall Clow
2017-11-23Add [[nodiscard]] to std::async as part of P0600.Marshall Clow
2017-11-22[libcxx] Implement std::to_address for C++20Eric Fiselier
2017-11-22Implement p0137r1 - std::launder. Reviewed as https://reviews.llvm.org/D40144Marshall Clow
2017-11-22[libcxx][fixup] Mark std::basic_istream::getline tests as failing for previou...Volodymyr Sapsai
2017-11-22[libcxx] Make std::basic_istream::getline 0-terminate input array in case of ...Volodymyr Sapsai
2017-11-22Add another test_macros.h include I missed to tuple.by.type.pass.cppBilly Robert O'Neal III
2017-11-22Add some tests for operations on const associative containers. Part of LWG#2542Marshall Clow
2017-11-21Replace assert(true) in tests with actual asserts. Reviewed as https://review...Billy Robert O'Neal III
2017-11-21Remove a broken win32 locale function redirectionMartin Storsjo
2017-11-21Add missing test_macros.h inclusion.Billy Robert O'Neal III
2017-11-21Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...Billy Robert O'Neal III
2017-11-20Fix std::string::data() symbol during library build.Eric Fiselier
2017-11-19Attempt to fix template depth test failures on older Clang versionsEric Fiselier
2017-11-19Fix min/max usage in variantEric Fiselier
2017-11-19[libc++] Shrink variant's index type when possibleEric Fiselier
2017-11-19Fix nodiscard test when modules are enabledEric Fiselier
2017-11-16Mark free functions size/empty/data conditionally noexcept.Marshall Clow
2017-11-16More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in f...Marshall Clow
2017-11-16More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in m...Marshall Clow
2017-11-15More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in s...Marshall Clow
2017-11-15[test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ to call aligned newCasey Carter
2017-11-15Clean up the tests for free data(), size() and empty()Marshall Clow
2017-11-15Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm...Billy Robert O'Neal III
2017-11-15Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III
2017-11-15First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty...Marshall Clow
2017-11-15Still more missing tests - this time for the unordered containersMarshall Clow
2017-11-15Named the macro wrong in the test.Marshall Clow
2017-11-15More missing tests - array<>::size() and array<>::max_size()Marshall Clow