aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
2022-11-08libstdc++: Fix syntax error in old-glibc case in floating_from_chars.cc [PR10...Joseph Myers1-1/+1
2022-11-08libstdc++: Fix up libstdc++ build against glibc 2.25 or older [PR107562]Jakub Jelinek2-2/+4
2022-11-07libstdc++: Update from latest fast_float [PR107468]Jakub Jelinek4-99/+169
2022-11-07libstdc++: Add _Float128 to_chars/from_chars support for x86, ia64 and ppc64l...Jakub Jelinek2-9/+89
2022-11-06libstdc++: Move stream initialization into compiled library [PR44952]Patrick Palka2-0/+14
2022-11-02libstdc++: Remove more redundant union membersJonathan Wakely2-2/+0
2022-11-02libstdc++: Improve ERANGE behavior for fallback FP std::from_charsPatrick Palka1-1/+6
2022-11-02libstdc++: Shortest denormal hex std::to_charsJakub Jelinek1-4/+17
2022-11-01libstdc++: std::from_chars std::{,b}float16_t supportJakub Jelinek1-29/+371
2022-11-01libstdc++: std::to_chars std::{,b}float16_t supportJakub Jelinek1-2/+162
2022-10-29libstdc++: Don't use gstdint.h anymoreArsen Arsenović8-11/+4
2022-10-19libstdc++/thread: Implement `_GLIBCXX_NPROCS` for WindowsLIU Hao1-0/+9
2022-10-15libstdc++: Fix -Wunused-function warning in src/c++11/debug.ccJonathan Wakely1-8/+8
2022-10-14libstdc++: Simplify print_raw function for debug assertionsJonathan Wakely1-13/+8
2022-10-11libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]Jonathan Wakely7-0/+7
2022-08-31libstdc++: [_GLIBCXX_DEBUG] Add backtrace generation on demandFrançois Dumont4-9/+80
2022-08-08libstdc++: [_GLIBCXX_DEBUG] Do not consider detached iterators as value-initi...François Dumont1-2/+5
2022-06-30libstdc++: Improve exceptions thrown from fs::temp_directory_pathJonathan Wakely2-23/+42
2022-06-30libstdc++: Fix experimental::filesystem::status on Windows [PR88881]Jonathan Wakely1-2/+54
2022-06-28libstdc++: Fix filesystem build for WindowsJonathan Wakely1-5/+9
2022-06-28libstdc++: Improve directory iterator abstractions for openatJonathan Wakely3-43/+73
2022-06-28libstdc++: Do not optimize away storing pathname if it's neededJonathan Wakely1-1/+1
2022-06-27libstdc++: check for openat with dirfd in std::filesystemAlexandre Oliva1-1/+1
2022-06-23libstdc++: check for openatAlexandre Oliva2-2/+2
2022-05-26libstdc++: Move std::iostream_category() definition to new fileJonathan Wakely4-50/+90
2022-05-19libstdc++: Avoid including <cstdint> for std::char_traitsJonathan Wakely2-0/+6
2022-05-17libstdc++: Relax memory ordering for default memory resource objectJonathan Wakely1-6/+6
2022-05-17libstdc++: Stop defining C++0x compat symbols for versioned namespaceJonathan Wakely8-22/+54
2022-05-13libstdc++: Make std::thread::_State privateJonathan Wakely1-0/+1
2022-05-02libstdc++: Don't use std::tolower in <charconv> [PR103911]Patrick Palka1-6/+5
2022-05-02libstdc++: case-sensitivity in hexfloat std::from_chars [PR105441]Patrick Palka1-1/+1
2022-04-29libstdc++: Add missing exports for ppc64le --with-long-double-format=ibm [PR1...Jonathan Wakely1-0/+36
2022-04-28libstdc++: Fix error reporting in filesystem::copy [PR99290]Jonathan Wakely2-4/+12
2022-04-21libstdc++: Avoid ASCII assumptions in floating_from_chars.ccPatrick Palka1-8/+25
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