aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
2022-12-07libstdc++: Pass error handler to libbacktrace functionsJonathan Wakely1-1/+18
2022-11-28libstdc++: Fix src/c++17/memory_resource for H8 targets [PR107801]Jonathan Wakely1-4/+5
2022-11-24libstdc++: Another merge from fast_float upstream [PR107468]Jakub Jelinek2-21/+111
2022-11-23libstdc++: Fix libstdc++ build on some targets [PR107811]Jakub Jelinek1-1/+11
2022-11-22libstdc++: Fix pool resource build errors for H8 [PR107801]Jonathan Wakely1-1/+3
2022-11-21build: re-configure 2 filesMartin Liska1-1/+0
2022-11-18libstdc++: add experimental Contracts supportJeff Chapman II5-3/+939
2022-11-16libstdc++: Fix stream initialization with static library [PR107701]Patrick Palka3-2/+3
2022-11-14libstdc++: Fix install-debug makefile targetBernhard Reutner-Fischer2-4/+4
2022-11-12libstdc++: Simplify build targets for debug libraryJonathan Wakely2-79/+56
2022-11-12libstdc++: Define INSTANTIATE_FACET_ACCESSORS macro in compat source [PR103755]Jonathan Wakely4-11/+22
2022-11-11libstdc++: Avoid redundant checks in std::use_facet [PR103755]Jonathan Wakely4-92/+37
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