summaryrefslogtreecommitdiff
path: root/libstdc++-v3/config
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Enforce value_type consistency in strings and streamsJonathan Wakely2023-05-111-1/+4
* libstdc++: Fix up abi.exp FAILs on powerpc64le-linuxJakub Jelinek2023-05-031-0/+4
* libstdc++: Fix up abi.exp FAILs on powerpc64-linuxJakub Jelinek2023-05-032-275/+6650
* libstdc++: Regenerate baseline_symbols.txt files for LinuxJakub Jelinek2023-05-028-0/+16
* libstdc++: Another attempt to ensure g++ 13+ compiled programs enforce gcc 13...Jakub Jelinek2023-04-281-0/+4
* Revert "libstdc++: Export global iostreams with GLIBCXX_3.4.31 symver [PR1089...Jonathan Wakely2023-04-199-142/+64
* Revert "libstdc++: Fix preprocessor condition in linker script [PR108969]"Jonathan Wakely2023-04-191-2/+3
* libstdc++: Fix preprocessor condition in linker script [PR108969]Jonathan Wakely2023-04-181-3/+2
* libstdc++: Export global iostreams with GLIBCXX_3.4.31 symver [PR108969]Jonathan Wakely2023-04-189-64/+142
* libstdc++: Another baseline_symbols.txt updateJakub Jelinek2023-03-132-0/+112
* aarch64: Add bfloat16_t support for aarch64Jakub Jelinek2023-03-131-0/+3
* libstdc++: Really fix symver for __gnu_cxx11_ieee128::__try_use_facet [PR108882]Jonathan Wakely2023-03-091-2/+2
* libstdc++: Some baseline_symbols.txt updatesJakub Jelinek2023-03-075-0/+477
* libstdc++: Fix symver for __gnu_cxx11_ieee128::__try_use_facet [PR108882]Jonathan Wakely2023-03-072-1/+4
* libstdc++: Update Solaris baselines for GCC 13.0Rainer Orth2023-03-034-0/+360
* libstdc++: Update baseline symbols for m68k-linuxAndreas Schwab2023-02-201-1/+92
* libstdc++: Update baseline symbols for riscv64-linuxAndreas Schwab2023-02-201-1/+97
* libstdc++: Mark pieces of gnu-linux/os_support.h linux-specificSamuel Thibault2023-02-031-9/+13
* libstdc++: Fix std::filesystem errors with -fkeep-inline-functions [PR108636]Jonathan Wakely2023-02-021-0/+7
* libstdc++: Fix build failures for avrJonathan Wakely2023-02-011-0/+2
* Update copyright years.Jakub Jelinek2023-01-16152-152/+152
* libstdc++: [_GLIBCXX_INLINE_VERSION] Add to_chars/from_chars symbols exportFrançois Dumont2023-01-141-0/+6
* libstdc++: Fix unintended layout change to std::basic_filebuf [PR108331]Jonathan Wakely2023-01-131-0/+7
* libstdc++: Fix exports for IEEE128 versions of __try_use_facet [PR108327]Jonathan Wakely2023-01-132-0/+11
* Fix atomic operations on PA-RISC 2.0 processors.John David Anglin2023-01-051-10/+19
* libstdc++: Only use std::atomic<tzdb_list::_Node*> if lock free [PR108228]Jonathan Wakely2023-01-051-3/+1
* libstdc++: Export the __gnu_cxx::zoneinfo_dir_override symbol [PR108228].Iain Sandoe2023-01-041-0/+3
* Reimplement GNU threads library on native WindowsEric Botcazou2022-12-232-0/+6
* libstdc++: Implement C++20 time zone support in <chrono>Jonathan Wakely2022-12-221-1/+19
* Update baseline symbols for hppa-linux.John David Anglin2022-12-161-1/+6018
* c++, libstdc++: Add typeinfo for _Float{16,32,64,128,32x,64x} and __bf16 type...Jakub Jelinek2022-12-151-0/+10
* libstdc++, Darwin: Limit recursive mutex init to OS versions needing it.Iain Sandoe2022-12-041-1/+5
* libstdc++, Darwin: Fix weak attribute to use __weak__ instead of weak.Iain Sandoe2022-12-041-5/+5
* libstdc++: Avoid redundant checks in std::use_facet [PR103755]Jonathan Wakely2022-11-111-6/+37
* libstdc++: Add _Float128 to_chars/from_chars support for x86, ia64 and ppc64l...Jakub Jelinek2022-11-071-0/+4
* libstdc++: std::from_chars std::{,b}float16_t supportJakub Jelinek2022-11-011-0/+2
* libstdc++: std::to_chars std::{,b}float16_t supportJakub Jelinek2022-11-011-0/+2
* libstdc++: Small extended float support tweaksJakub Jelinek2022-10-311-1/+1
* libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bf...Jakub Jelinek2022-10-181-0/+11
* libstdc++: [_GLIBCXX_INLINE_VERSION] Cleanup gnu-versioned-namespace.verFrançois Dumont2022-09-151-11/+0
* libstdc++: Outline the overlapping case of string _M_replace into a separate ...Jakub Jelinek2022-09-121-1/+5
* libstdc++: Remove whitespace before preprocessor directivesJonathan Wakely2022-05-122-2/+2
* libstdc++: Add missing exports for ppc64le --with-long-double-format=ibm [PR1...Jonathan Wakely2022-04-291-0/+12
* libstdc++: Update Solaris baselines for GCC 12.1Rainer Orth2022-04-294-0/+48
* libstdc++: Remove redundant line in versioned namespace linker scriptFrançois Dumont2022-04-281-1/+0
* libstdc++: Update {x86_64,i?86,aarch64,s390x,ppc{,64,64le}} baseline_symbols.txtJakub Jelinek2022-04-278-8/+90
* libstdc++: Fix symbol versioning for Solaris 11.3 [PR103407]Jonathan Wakely2022-03-161-0/+7
* libstdc++: vxworks: remove stray <iostream> includeRasmus Villemoes2022-03-071-1/+0
* libstdc++: Fix stream extraction of IEEE128 long double [PR100912]Jonathan Wakely2022-02-142-1/+16
* libstdc++: Add %j, %U, %w, %W time_get support, fix %y, %Y, %C, %p [PR77760]Jakub Jelinek2022-01-101-2/+10