aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config
AgeCommit message (Expand)AuthorFilesLines
2020-01-01baseline_symbols.txt: Update.John David Anglin1-9/+0
2020-01-01Update copyright years.Jakub Jelinek155-155/+155
2019-12-30Adapt libstdc++ os_defines for VxWorks to more recent versionsJerome Lambourg1-4/+63
2019-12-07Fix libstdc++ compiling for an aarch64 multilib with big-endian.Andrew Pinski1-0/+2
2019-10-26baseline_symbols.txt: Update.John David Anglin1-0/+446
2019-10-22* config/abi/post/aarch64-linux-gnu/baseline_symbols.txt: Update.Andreas Schwab1-0/+5
2019-10-02Remove greedy wildcards from libstdc++ linker scriptJonathan Wakely1-2/+1
2019-09-23* config/abi/post/riscv64-linux-gnu/baseline_symbols.txt: Update.Andreas Schwab1-0/+12
2019-09-02Update Solaris baselines for GCC 10.0Rainer Orth4-0/+48
2019-08-30baseline_symbols.txt: Update.Uros Bizjak1-0/+5
2019-08-29PR libstdc++/91067 add more missing exports for directory iteratorsJonathan Wakely1-2/+14
2019-08-29baseline_symbols.txt: Update.Jakub Jelinek2-0/+14
2019-08-28Update ABI baselines for x86 and powerpc GNU targetsJonathan Wakely7-0/+49
2019-08-16baseline_symbols.txt: Update.Uros Bizjak1-0/+441
2019-07-19* config/abi/post/m68k-linux-gnu/baseline_symbols.txt: Update.Andreas Schwab1-0/+441
2019-07-17* config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Update.Andreas Schwab1-0/+441
2019-07-03PR libstdc++/91067 fix missing exports for filesystem iteratorsJonathan Wakely1-0/+16
2019-05-29PR libstdc++/85494 use rdseed and rand_s in std::random_deviceJonathan Wakely1-0/+2
2019-05-14Remove obsolete Solaris 10 supportRainer Orth12-23070/+0
2019-05-02Improve API docs for <memory> and <scoped_allocator>Jonathan Wakely1-1/+1
2019-05-01Update Solaris baselines for GCC 9.1Rainer Orth8-0/+3472
2019-04-30gnu.ver (GLIBCXX_3.4.26): Change _Lock_policyE2 exports to _Lock_policyE[012].Jakub Jelinek2-11/+21
2019-04-30* config/abi/post/riscv64-linux-gnu/baseline_symbols.txt: Update.Jakub Jelinek1-0/+8
2019-04-26x32: Update baseline_symbols.txtH.J. Lu1-0/+434
2019-04-26Reduce code instantiated by filesystem::path::_S_convert_locJonathan Wakely1-1/+2
2019-04-26baseline_symbols.txt: Update.Jakub Jelinek4-0/+1718
2019-04-26baseline_symbols.txt: Update.Jakub Jelinek7-0/+3029
2019-04-05PR libstdc++/89986 export directory_iterator::incrementJonathan Wakely1-4/+6
2019-04-05Share all recursive_directory_iterator state [LWG 2708]Jonathan Wakely1-0/+6
2019-03-07RISC-V: Add libstdc++ check-abi support.Andreas Schwab1-0/+5818
2019-02-22baseline_symbols.txt: Adjust.Eric Botcazou2-4/+0
2019-02-22configure.host (abi_baseline_pair): Adjust for SPARC64/Linux.Eric Botcazou2-0/+11494
2019-02-19P0482R5 char8_t: Standard library supportTom Honermann2-0/+25
2019-01-29Add missing exports for symbols used by directory iteratorsJonathan Wakely1-0/+6
2019-01-28PR libstdc++/68737 Do not use vsnprintf on HPUXJonathan Wakely2-1/+6
2019-01-18PR libstdc++/88782 avoid ODR problems in std::make_sharedJonathan Wakely1-0/+3
2019-01-16Fix failing filesystem tests on mingw targetsJonathan Wakely1-6/+16
2019-01-11PR libstdc++/88125 remove duplicate entry in linker scriptJonathan Wakely1-4/+0
2019-01-11Fix incorrect linker script patternsJonathan Wakely1-2/+4
2019-01-10Implement LWG 2221: formatted output operator for nullptrVille Voutilainen1-2/+6
2019-01-08Fix libstdc++.so link on Solaris with C++17 std::basic_string member functionsRainer Orth1-5/+5
2019-01-07Fix build for systems without POSIX truncateJonathan Wakely1-20/+24
2019-01-06PR libstdc++/86756 Move rest of std::filesystem to libstdc++.soJonathan Wakely1-0/+52
2019-01-06PR libstdc++/86756 add std::filesystem::path to libstdc++.soJonathan Wakely1-27/+95
2019-01-04Export explicit instantiations for C++17 members of std::stringJonathan Wakely1-1/+23
2019-01-04Add allocator-extended copy/move ctors to COW stringJonathan Wakely1-0/+5
2019-01-03PR libstdc++/88681 export missing symbolsJonathan Wakely1-0/+3
2019-01-01Update copyright years.Jakub Jelinek155-155/+155
2018-12-22[Patch, PowerPC/Darwin] Fix library export of long double symbols.Iain Sandoe1-0/+21
2018-11-17Implement std::pmr::synchronized_pool_resourceJonathan Wakely1-7/+12