aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2019-09-30Implement C++20 constexpr comparison operators for __debug::array (P1023).François Dumont1-0/+8
2019-09-30Implement C++20 constexpr comparison operators for __debug::array (P1023).François Dumont3-4/+10
2019-09-30Include netinet/in.h in include/experimental/internetAndreas Tobler2-0/+6
2019-09-30libstdc++ testsuite, silence a FreeBSD libm warningAndreas Tobler1-0/+24
2019-09-30libstdc++ testsuite, silence a FreeBSD libm warningAndreas Tobler14-0/+14
2019-09-30Implement LWG 3255 for std::span constructorsJonathan Wakely3-21/+100
2019-09-30PR libstdc++/77936 remove unused variableJonathan Wakely2-2/+5
2019-09-28stl_algo.h (merge): Fix documentation.François Dumont8-52/+157
2019-09-27Regenerate `configure' scripts for `uclinuxfdpiceabi' libtool.m4 updateMaciej W. Rozycki2-9/+13
2019-09-27PR libstdc++/91910 fix data race in Debug Mode destructorsJonathan Wakely2-7/+22
2019-09-26Define std::to_array for Debug ModeJonathan Wakely2-0/+41
2019-09-26Implement C++20 constexpr changes to std::pair (P1032R1)Jonathan Wakely5-12/+99
2019-09-26Fix array index error in address_v6 comparisonsJonathan Wakely2-2/+5
2019-09-26Remove include directives for deleted Profile Mode headersJonathan Wakely13-40/+61
2019-09-25Implement LWG 3296 for basic_regex::assignJonathan Wakely4-1/+83
2019-09-24Remove check for impossible condition in std::variant::index()Jonathan Wakely2-3/+3
2019-09-24PR libstdc++/91871 fix Clang warnings in testsuiteJonathan Wakely2-4/+14
2019-09-23PR libstdc++/91788 improve codegen for std::variant<T...>::index()Jonathan Wakely2-1/+17
2019-09-23* config/abi/post/riscv64-linux-gnu/baseline_symbols.txt: Update.Andreas Schwab2-0/+16
2019-09-12PR libstdc++/91748 fix std::for_each_n for random access iteratorsJonathan Wakely3-2/+45
2019-09-11Fix Xmethod for shared_ptr::use_count()Jonathan Wakely2-1/+4
2019-09-11Fix libstdc++ tests for -Wvolatile warnings in C++2a modeJonathan Wakely3-5/+15
2019-09-10Implement std::common_reference for C++20Jonathan Wakely5-6/+353
2019-09-10LWG 3266. to_chars(bool) should be deletedJonathan Wakely4-13/+112
2019-09-10[ARM/FDPIC v6 24/24] [ARM] FDPIC: Handle arm*-*-uclinuxfdpiceabi in libstdc++...Christophe Lyon4-17/+39
2019-09-10[ARM/FDPIC v6 06/24] [ARM] FDPIC: Add support for c++ exceptionsChristophe Lyon2-1/+15
2019-09-10PR libstdc++/91711 fix failing testJonathan Wakely2-1/+5
2019-09-10Optimise std::remove_cv and use more helper aliasesJonathan Wakely2-38/+65
2019-09-10Implement C++20 p1424 - 'constexpr' feature macro concerns...Edward Smith-Rowland79-430/+111
2019-09-09Forgot Changelog from latest commit.Edward Smith-Rowland1-0/+7
2019-09-09Update docs for recent <span> and constexpr lib changes.Edward Smith-Rowland2-24/+21
2019-09-09Minor std::to_chars optimisation for base 10Antony Polukhin2-3/+8
2019-09-09Improve constraints for std::span constructorsJonathan Wakely3-100/+155
2019-09-06Define std::ssize for C++20 (P1227R2)Jonathan Wakely5-4/+92
2019-09-06Fix GCC_LINUX_FUTEX to work with C99 compilersFlorian Weimer2-0/+6
2019-09-05Improve precondition checks for std::spanJonathan Wakely26-123/+733
2019-09-05Implement std::span for C++20JeanHeyd Meneide15-3/+1052
2019-09-05Remove broken URL from libstdc++ manualJonathan Wakely3-9/+10
2019-09-04PR libstdc++/41861 Add full steady_clock support to condition_variableMike Crowe6-11/+191
2019-09-04Add user-defined clock to libstdc++ condition_variable testsMike Crowe3-8/+69
2019-09-03Remove Cell Broadband Engine SPU targetsUlrich Weigand6-6191/+19
2019-09-03re PR other/79543 (Inappropriate "ld --version" checking)Chung-Lin Tang3-12/+19
2019-09-02Use __constinit keyword in libstdc++ sourcesJonathan Wakely2-3/+7
2019-09-02Update libstdc++ docs for library version bumpsJonathan Wakely7-21/+34
2019-09-02Minor simplifications for std::to_chars implementationJonathan Wakely2-41/+25
2019-09-02Update Solaris baselines for GCC 10.0Rainer Orth5-0/+56
2019-09-012019-09-01 François Dumont <fdumont@gcc.gnu.org>François Dumont2-1/+6
2019-09-01policy_data_structures_biblio.xml (COM: Component Model Object Technologies):...Gerald Pfeifer2-1/+6
2019-08-30Fix ChangeLogJonathan Wakely1-1/+1
2019-08-30Optimize std::to_charsAntony Polukhin2-34/+49