summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* Daily bump.HEADtrunkmasterGCC Administrator2023-05-181-0/+43
* libstdc++: Fix up some <cmath> templates [PR109883]Jakub Jelinek2023-05-172-117/+229
* libstdc++: Uncomment checks for <limits> enumeration typesJonathan Wakely2023-05-171-2/+0
* libstdc++: Add system_header pragma to <bits/c++config.h>Jonathan Wakely2023-05-171-0/+2
* libstdc++: Implement LWG 3877 for std::expected monadic opsJonathan Wakely2023-05-172-24/+88
* libstdc++: use __bool_constant instead of integral_constantKen Matsui2023-05-171-16/+16
* libstdc++: Regenerate configureJonathan Wakely2023-05-171-0/+1
* Daily bump.GCC Administrator2023-05-171-0/+82
* libstdc++: Disable cacheline alignment for DJGPP [PR109741]Jonathan Wakely2023-05-165-2/+86
* libstdc++: Stop using TR1 macros in <cctype> and <cfenv>Jonathan Wakely2023-05-166-6/+157
* libstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in <cstdint>Jonathan Wakely2023-05-1614-19/+372
* libstdc++: Stop using _GLIBCXX_USE_C99_COMPLEX_TR1 in <complex>Jonathan Wakely2023-05-165-7/+103
* libstdc++: Add assertion to debug_allocator testJonathan Wakely2023-05-161-1/+2
* libstdc++: Require tzdb support for chrono::zoned_time printer testJonathan Wakely2023-05-161-1/+2
* libstdc++: Do not use pthread_mutex_clocklock with ThreadSanitizerJonathan Wakely2023-05-162-2/+2
* Daily bump.GCC Administrator2023-05-131-0/+53
* libstdc++: Fix -Wnonnull warnings during configureJonathan Wakely2023-05-122-8/+8
* libstdc++: Remove redundant dependencies on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely2023-05-122-12/+2
* libstdc++: Reduce <atomic> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely2023-05-122-7/+2
* libstdc++: Remove <random> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely2023-05-128-27/+4
* libstdc++: Remove test dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely2023-05-121-1/+1
* libstdc++: Remove test dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely2023-05-121-4/+0
* libstdc++: Remove test dependencies on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely2023-05-122-4/+0
* Daily bump.GCC Administrator2023-05-121-0/+40
* libstdc++: Use RAII types in strtod-based std::from_chars implementationJonathan Wakely2023-05-111-19/+69
* libstdc++: Fix chrono::hh_mm_ss::subseconds() [PR109772]Jonathan Wakely2023-05-113-11/+34
* libstdc++: Enforce value_type consistency in strings and streamsJonathan Wakely2023-05-116-38/+36
* libstdc++: Fix std::abs(__float128) for -NaN and -0.0 [PR109758]Jonathan Wakely2023-05-112-2/+63
* Daily bump.GCC Administrator2023-05-111-0/+19
* libstdc++: [_Hashtable] Implement several small methods implicitly inlineFrançois Dumont2023-05-102-132/+106
* Daily bump.GCC Administrator2023-05-101-0/+11
* libstdc++: Fix <chrono> pretty printers and add testsJonathan Wakely2023-05-092-18/+113
* Daily bump.GCC Administrator2023-05-061-0/+7
* [libstdc++] [testsuite] xfail double-prec from_chars for ldblAlexandre Oliva2023-05-052-1/+6
* Daily bump.GCC Administrator2023-05-051-0/+12
* libstdc++: Document new library version in manualJonathan Wakely2023-05-042-3/+5
* libstdc++: Mention recent libgcc_s symbol versions in manualFlorian Weimer2023-05-041-0/+5
* Daily bump.GCC Administrator2023-05-041-0/+31
* libstdc++: Fix up abi.exp FAILs on powerpc64le-linuxJakub Jelinek2023-05-033-0/+28
* libstdc++: Fix up abi.exp FAILs on powerpc64-linuxJakub Jelinek2023-05-033-275/+6653
* libstdc++: Set _M_string_length before calling _M_dispose() [PR109703]Kefu Chai2023-05-031-1/+1
* Daily bump.GCC Administrator2023-05-031-0/+17
* libstdc++: Regenerate baseline_symbols.txt files for LinuxJakub Jelinek2023-05-028-0/+16
* ibstdc++: Shut up -Wattribute-alias warning [PR109694]Jakub Jelinek2023-05-021-0/+2
* Daily bump.GCC Administrator2023-04-291-0/+42
* libstdc++: Improve doxygen docs for <random>Jonathan Wakely2023-04-282-6/+132
* libstdc++: Minor fixes to doxygen commentsJonathan Wakely2023-04-286-11/+10
* libstdc++: Strip absolute paths from files shown in Doxygen docsJonathan Wakely2023-04-281-1/+2
* libstdc++: Simplify preprocessor/namespace nesting in <bits/move.h>Jonathan Wakely2023-04-281-9/+2
* libstdc++: Another attempt to ensure g++ 13+ compiled programs enforce gcc 13...Jakub Jelinek2023-04-286-3/+15