aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
2022-04-21libstdc++: Remove bogus assertion in std::from_chars [PR105324]Jonathan Wakely1-1/+0
2022-04-20libstdc++: Use LTLIBICONV when linking libstdc++.so [PR93602]Jonathan Wakely2-2/+6
2022-04-19libstdc++: Stop defining _GLIBCXX_ASSERTIONS in floating_to_chars.ccPatrick Palka1-3/+6
2022-04-15libstdc++: Optimize integer std::from_charsPatrick Palka1-16/+2
2022-04-01libstdc++: Implement std::unreachable() for C++23 (P0627R6)Jonathan Wakely1-2/+5
2022-03-18libstdc++: Reduce header dependencies from PSTL headers [PR92546]Jonathan Wakely1-0/+1
2022-03-16libstdc++: Ensure that std::from_chars is declared when supportedJonathan Wakely1-81/+39
2022-03-14libstdc++: Fix reading UTF-8 characters for 16-bit targets [PR104875]Jonathan Wakely1-7/+7
2022-03-10libstdc++: Do not use fast_float for 16-bit size_t [PR104870]Jonathan Wakely1-1/+2
2022-03-09libstdc++: Avoid implicit narrowing from uint128_t [PR104859]Patrick Palka1-3/+3
2022-02-14libstdc++: Fix std::to_chars for IEEE128 long doubleJonathan Wakely1-6/+2
2022-02-10libstdc++: Fix directory iterator build for newlibJonathan Wakely1-0/+2
2022-02-08libstdc++: Simplify resource management in directory iteratorsJonathan Wakely3-6/+4
2022-02-08libstdc++: Fix filesystem::remove_all for Windows [PR104161]Jonathan Wakely3-11/+42
2022-02-04libstdc++: Fix std::filesystem build failure for WindowsJonathan Wakely1-1/+1
2022-02-04libstdc++: Remove un-implementable noexcept from Filesystem TS operationsJonathan Wakely1-3/+3
2022-02-04libstdc++: Fix filesystem::remove_all races [PR104161]Jonathan Wakely5-228/+415
2022-02-02libstdc++: Fix -Wunused-variable warning for -fno-exceptions buildJonathan Wakely2-2/+2
2022-02-01libstdc++: Reset filesystem::recursive_directory_iterator on errorJonathan Wakely2-4/+20
2022-01-25libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR104217]Jonathan Wakely3-0/+12
2022-01-25libstdc++: Avoid symlink race in filesystem::remove_all [PR104161]Jonathan Wakely5-28/+64
2022-01-23libstdc++: Use fast_float for long double if it uses binary64 formatJonathan Wakely1-6/+32
2022-01-20libstdc++: Use Clang attribute instead of __constinitJonathan Wakely4-0/+16
2022-01-19libstdc++: Fix libbacktrace build filesJonathan Wakely4-75/+130
2022-01-18libstdc++: Use GCC's predefined macro for endianness [PR104080]Jonathan Wakely2-1/+4
2022-01-18libstdc++: Fix deduction failure for std::min call [PR104080]Jonathan Wakely2-1/+2
2022-01-17libstdc++: Use fast_float in std::from_chars for binary32/64Patrick Palka1-4/+27
2022-01-17libstdc++: Adjust fast_float's over/underflow behavior for conformancePatrick Palka2-0/+10
2022-01-17libstdc++: Apply modifications to our local copy of fast_floatPatrick Palka2-56/+7
2022-01-17libstdc++: Import the fast_float libraryPatrick Palka4-0/+3166
2022-01-17libstdc++: Directly implement hexfloat std::from_chars for binary32/64Patrick Palka1-0/+374
2022-01-17libstdc++: Define <stacktrace> header for C++23Jonathan Wakely12-3/+1304
2022-01-12libstdc++: Avoid overflow in bounds checks [PR103955]Patrick Palka1-13/+33
2022-01-10libstdc++: Add %j, %U, %w, %W time_get support, fix %y, %Y, %C, %p [PR77760]Jakub Jelinek1-0/+110
2022-01-10libstdc++: Fix and simplify freestanding configuration [PR103866]Jonathan Wakely6-0/+6
2022-01-10libstdc++: Add -nostdinc++ for c++17 sources [PR100017]Jonathan Wakely2-2/+2
2022-01-05libstdc++: Optimize operations on small size hashtable [PR 68303]François Dumont1-0/+1
2022-01-05libstdc++: Improvements to standard error category objects (part deux)Jonathan Wakely2-20/+31
2022-01-05libstdc++: Improve std::regex_error::what() stringsJonathan Wakely1-1/+46
2022-01-03Update copyright years.Jakub Jelinek131-131/+131
2021-12-09libstdc++: Allow std::condition_variable waits to be cancelled [PR103382]Jonathan Wakely2-1/+32
2021-12-02libstdc++: Allow exception classes to move fully-dynamic stringsJonathan Wakely1-20/+0
2021-12-01libstdc++: Avoid unwanted allocations in filesystem::pathJonathan Wakely2-19/+17
2021-11-30libstdc++: Ensure C++20 std::stringstream definitions use correct ABIJonathan Wakely1-1/+3
2021-11-19libstdc++: Use __is_single_threaded in locale initializationJonathan Wakely1-2/+9
2021-11-16libstdc++: Merge latest Ryu sourcesPatrick Palka2-6/+5
2021-11-15c++: check constexpr constructor bodyJason Merrill1-1/+1
2021-11-12libstdc++: Print assertion messages to stderr [PR59675]Jonathan Wakely1-1/+17
2021-11-09libstdc++: Do not use 64-bit DARN on 32-bit powerpc [PR103146]Jonathan Wakely1-1/+1
2021-11-09libstdc++: Support getentropy and arc4random in std::random_deviceJonathan Wakely1-2/+67