summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)Author
2022-08-03libstdc++: Improve directory iterator abstractions for openatlinaro-local/ci/tcwg_bmk_llvm_tk1/llvm-release-arm-spec2k6-O3linaro-local/ci/tcwg_bmk_llvm_apm/llvm-release-arm-spec2k6-Ozlinaro-local/ci/tcwg_bmk_llvm_apm/llvm-release-aarch64-spec2k6-Os_LTOlinaro-local/ci/tcwg_bmk_gnu_tx1/gnu-release-aarch64-spec2k6-O2_LTOJonathan Wakely
2022-07-22libstdc++: Do not optimize away storing pathname if it's neededJonathan Wakely
2022-07-22libstdc++: check for openat with dirfd in std::filesystemAlexandre Oliva
2022-07-22libstdc++: check for openatAlexandre Oliva
2022-07-21libstdc++: Fix experimental::filesystem::status on Windows [PR88881]Jonathan Wakely
2022-05-06libstdc++: Don't use std::tolower in <charconv> [PR103911]Patrick Palka
2022-05-02libstdc++: case-sensitivity in hexfloat std::from_chars [PR105441]Patrick Palka
2022-04-29libstdc++: Add missing exports for ppc64le --with-long-double-format=ibm [PR1...Jonathan Wakely
2022-04-28libstdc++: Fix error reporting in filesystem::copy [PR99290]Jonathan Wakely
2022-04-21libstdc++: Avoid ASCII assumptions in floating_from_chars.ccPatrick Palka
2022-04-21libstdc++: Remove bogus assertion in std::from_chars [PR105324]Jonathan Wakely
2022-04-20libstdc++: Use LTLIBICONV when linking libstdc++.so [PR93602]Jonathan Wakely
2022-04-19libstdc++: Stop defining _GLIBCXX_ASSERTIONS in floating_to_chars.ccPatrick Palka
2022-04-15libstdc++: Optimize integer std::from_charsPatrick Palka
2022-04-01libstdc++: Implement std::unreachable() for C++23 (P0627R6)Jonathan Wakely
2022-03-18libstdc++: Reduce header dependencies from PSTL headers [PR92546]Jonathan Wakely
2022-03-16libstdc++: Ensure that std::from_chars is declared when supportedJonathan Wakely
2022-03-14libstdc++: Fix reading UTF-8 characters for 16-bit targets [PR104875]Jonathan Wakely
2022-03-10libstdc++: Do not use fast_float for 16-bit size_t [PR104870]Jonathan Wakely
2022-03-09libstdc++: Avoid implicit narrowing from uint128_t [PR104859]Patrick Palka
2022-02-14libstdc++: Fix std::to_chars for IEEE128 long doubleJonathan Wakely
2022-02-10libstdc++: Fix directory iterator build for newlibJonathan Wakely
2022-02-08libstdc++: Simplify resource management in directory iteratorsJonathan Wakely
2022-02-08libstdc++: Fix filesystem::remove_all for Windows [PR104161]Jonathan Wakely
2022-02-04libstdc++: Fix std::filesystem build failure for WindowsJonathan Wakely
2022-02-04libstdc++: Remove un-implementable noexcept from Filesystem TS operationsJonathan Wakely
2022-02-04libstdc++: Fix filesystem::remove_all races [PR104161]Jonathan Wakely
2022-02-02libstdc++: Fix -Wunused-variable warning for -fno-exceptions buildJonathan Wakely
2022-02-01libstdc++: Reset filesystem::recursive_directory_iterator on errorJonathan Wakely
2022-01-25libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR104217]Jonathan Wakely
2022-01-25libstdc++: Avoid symlink race in filesystem::remove_all [PR104161]Jonathan Wakely
2022-01-23libstdc++: Use fast_float for long double if it uses binary64 formatJonathan Wakely
2022-01-20libstdc++: Use Clang attribute instead of __constinitJonathan Wakely
2022-01-19libstdc++: Fix libbacktrace build filesJonathan Wakely
2022-01-18libstdc++: Use GCC's predefined macro for endianness [PR104080]Jonathan Wakely
2022-01-18libstdc++: Fix deduction failure for std::min call [PR104080]Jonathan Wakely
2022-01-17libstdc++: Use fast_float in std::from_chars for binary32/64Patrick Palka
2022-01-17libstdc++: Adjust fast_float's over/underflow behavior for conformancePatrick Palka
2022-01-17libstdc++: Apply modifications to our local copy of fast_floatPatrick Palka
2022-01-17libstdc++: Import the fast_float libraryPatrick Palka
2022-01-17libstdc++: Directly implement hexfloat std::from_chars for binary32/64Patrick Palka
2022-01-17libstdc++: Define <stacktrace> header for C++23Jonathan Wakely
2022-01-12libstdc++: Avoid overflow in bounds checks [PR103955]Patrick Palka
2022-01-10libstdc++: Add %j, %U, %w, %W time_get support, fix %y, %Y, %C, %p [PR77760]Jakub Jelinek
2022-01-10libstdc++: Fix and simplify freestanding configuration [PR103866]Jonathan Wakely
2022-01-10libstdc++: Add -nostdinc++ for c++17 sources [PR100017]Jonathan Wakely
2022-01-05libstdc++: Optimize operations on small size hashtable [PR 68303]François Dumont
2022-01-05libstdc++: Improvements to standard error category objects (part deux)Jonathan Wakely
2022-01-05libstdc++: Improve std::regex_error::what() stringsJonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek