aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-05libstdc++: Add [[unlikely]] attributes to std::random_device routinesJonathan Wakely1-2/+2
2021-11-05libstdc++: Add support for POWER9 DARN instruction to std::random_deviceJonathan Wakely1-3/+53
2021-10-19libstdc++: Implement std::random_device::entropy() for other sourcesJonathan Wakely1-7/+63
2021-10-08libstdc++: Detect miscompilation of src/c++11/limits.ccJonathan Wakely1-0/+4
2021-10-02libstdc++: Fix typos in std::filesystem codeJonathan Wakely2-3/+3
2021-10-01libstdc++: Allow stateful allocators in std::list::sort [PR 66742]Jonathan Wakely1-0/+2
2021-10-01libstdc++: Simplify __throw_out_of_range_fmt for freestandingJonathan Wakely2-12/+7
2021-10-01libstdc++: Avoid unconditional use of errc::not_supported [PR 99327]Jonathan Wakely3-55/+78
2021-10-01libstdc++: Add utility for creating std::error_code from OS errorsJonathan Wakely3-9/+21
2021-09-23libstdc++: Make std::system_category() recognize Windows error codesJonathan Wakely1-0/+156
2021-09-23libstdc++: Improvements to standard error category objectsJonathan Wakely1-20/+43
2021-09-23libstdc++: std::system_category should know meaning of zero [PR102425]Jonathan Wakely1-0/+3
2021-09-16libstdc++: Regenerate the src/debug Makefiles as neededJonathan Wakely2-2/+2
2021-09-16libstdc++: Fix recipes for C++11-compiled files in src/c++98Jonathan Wakely2-4/+4
2021-08-31libstdc++: Remove redundant noexcept-specifier on definitionsJonathan Wakely1-2/+2
2021-08-28libstdc++: Fix inefficiency in filesystem::absolute [PR99876]Jonathan Wakely1-7/+0
2021-08-24libstdc++: Fix mismatched class-key tagsJonathan Wakely1-14/+14