summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Fix error reporting in filesystem::copy [PR99290]Jonathan Wakely2022-04-282-4/+12
* libstdc++: Avoid ASCII assumptions in floating_from_chars.ccPatrick Palka2022-04-211-8/+25
* libstdc++: Remove bogus assertion in std::from_chars [PR105324]Jonathan Wakely2022-04-211-1/+0
* libstdc++: Use LTLIBICONV when linking libstdc++.so [PR93602]Jonathan Wakely2022-04-202-2/+6
* libstdc++: Stop defining _GLIBCXX_ASSERTIONS in floating_to_chars.ccPatrick Palka2022-04-191-3/+6
* libstdc++: Optimize integer std::from_charsPatrick Palka2022-04-151-16/+2
* libstdc++: Implement std::unreachable() for C++23 (P0627R6)Jonathan Wakely2022-04-011-2/+5
* libstdc++: Reduce header dependencies from PSTL headers [PR92546]Jonathan Wakely2022-03-181-0/+1
* libstdc++: Ensure that std::from_chars is declared when supportedJonathan Wakely2022-03-161-81/+39
* libstdc++: Fix reading UTF-8 characters for 16-bit targets [PR104875]Jonathan Wakely2022-03-141-7/+7
* libstdc++: Do not use fast_float for 16-bit size_t [PR104870]Jonathan Wakely2022-03-101-1/+2
* libstdc++: Avoid implicit narrowing from uint128_t [PR104859]Patrick Palka2022-03-091-3/+3
* libstdc++: Fix std::to_chars for IEEE128 long doubleJonathan Wakely2022-02-141-6/+2
* libstdc++: Fix directory iterator build for newlibJonathan Wakely2022-02-101-0/+2
* libstdc++: Simplify resource management in directory iteratorsJonathan Wakely2022-02-083-6/+4
* libstdc++: Fix filesystem::remove_all for Windows [PR104161]Jonathan Wakely2022-02-083-11/+42
* libstdc++: Fix std::filesystem build failure for WindowsJonathan Wakely2022-02-041-1/+1
* libstdc++: Remove un-implementable noexcept from Filesystem TS operationsJonathan Wakely2022-02-041-3/+3
* libstdc++: Fix filesystem::remove_all races [PR104161]Jonathan Wakely2022-02-045-228/+415
* libstdc++: Fix -Wunused-variable warning for -fno-exceptions buildJonathan Wakely2022-02-022-2/+2
* libstdc++: Reset filesystem::recursive_directory_iterator on errorJonathan Wakely2022-02-012-4/+20
* libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR104217]Jonathan Wakely2022-01-253-0/+12
* libstdc++: Avoid symlink race in filesystem::remove_all [PR104161]Jonathan Wakely2022-01-255-28/+64
* libstdc++: Use fast_float for long double if it uses binary64 formatJonathan Wakely2022-01-231-6/+32
* libstdc++: Use Clang attribute instead of __constinitJonathan Wakely2022-01-204-0/+16
* libstdc++: Fix libbacktrace build filesJonathan Wakely2022-01-194-75/+130
* libstdc++: Use GCC's predefined macro for endianness [PR104080]Jonathan Wakely2022-01-182-1/+4
* libstdc++: Fix deduction failure for std::min call [PR104080]Jonathan Wakely2022-01-182-1/+2
* libstdc++: Use fast_float in std::from_chars for binary32/64Patrick Palka2022-01-171-4/+27
* libstdc++: Adjust fast_float's over/underflow behavior for conformancePatrick Palka2022-01-172-0/+10
* libstdc++: Apply modifications to our local copy of fast_floatPatrick Palka2022-01-172-56/+7
* libstdc++: Import the fast_float libraryPatrick Palka2022-01-174-0/+3166
* libstdc++: Directly implement hexfloat std::from_chars for binary32/64Patrick Palka2022-01-171-0/+374
* libstdc++: Define <stacktrace> header for C++23Jonathan Wakely2022-01-1712-3/+1304
* libstdc++: Avoid overflow in bounds checks [PR103955]Patrick Palka2022-01-121-13/+33
* libstdc++: Add %j, %U, %w, %W time_get support, fix %y, %Y, %C, %p [PR77760]Jakub Jelinek2022-01-101-0/+110
* libstdc++: Fix and simplify freestanding configuration [PR103866]Jonathan Wakely2022-01-106-0/+6
* libstdc++: Add -nostdinc++ for c++17 sources [PR100017]Jonathan Wakely2022-01-102-2/+2
* libstdc++: Optimize operations on small size hashtable [PR 68303]François Dumont2022-01-051-0/+1
* libstdc++: Improvements to standard error category objects (part deux)Jonathan Wakely2022-01-052-20/+31
* libstdc++: Improve std::regex_error::what() stringsJonathan Wakely2022-01-051-1/+46
* Update copyright years.Jakub Jelinek2022-01-03131-131/+131
* libstdc++: Allow std::condition_variable waits to be cancelled [PR103382]Jonathan Wakely2021-12-092-1/+32
* libstdc++: Allow exception classes to move fully-dynamic stringsJonathan Wakely2021-12-021-20/+0
* libstdc++: Avoid unwanted allocations in filesystem::pathJonathan Wakely2021-12-012-19/+17
* libstdc++: Ensure C++20 std::stringstream definitions use correct ABIJonathan Wakely2021-11-301-1/+3
* libstdc++: Use __is_single_threaded in locale initializationJonathan Wakely2021-11-191-2/+9
* libstdc++: Merge latest Ryu sourcesPatrick Palka2021-11-162-6/+5
* c++: check constexpr constructor bodyJason Merrill2021-11-151-1/+1
* libstdc++: Print assertion messages to stderr [PR59675]Jonathan Wakely2021-11-121-1/+17