aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-30Fix errors in new testJonathan Wakely2-0/+10
2019-08-30baseline_symbols.txt: Update.Uros Bizjak2-0/+9
2019-08-30PR libstdc++/89164 enforce constraints for uninitialized algosJonathan Wakely10-5/+271
2019-08-29PR libstdc++/91067 add more missing exports for directory iteratorsJonathan Wakely6-5/+45
2019-08-29baseline_symbols.txt: Update.Jakub Jelinek3-0/+19
2019-08-28Update ABI baselines for x86 and powerpc GNU targetsJonathan Wakely8-0/+59
2019-08-23Fix libstdc++ lstat missing return type for Windows target.Joseph Myers2-1/+6
2019-08-20Do not try to process deleted headers with DoxygenJonathan Wakely2-11/+2
2019-08-20Fix markdown in Doxygen comments for std::reduceJonathan Wakely2-2/+4
2019-08-20PR libstdc++/91371 make std::is_function handle other calling conventionsJonathan Wakely7-110/+195
2019-08-16baseline_symbols.txt: Update.Uros Bizjak2-0/+445
2019-08-15PR libstdc++/91456 make INVOKE<R> work with uncopyable prvaluesJonathan Wakely5-9/+126
2019-08-14Deprecate std::__is_nullptr_t type traitJonathan Wakely2-2/+6
2019-08-14Implement C++20 p0879 - Constexpr for swap and swap related functions.Edward Smith-Rowland25-0/+888
2019-08-12PR libstdc++/90361 add missing macro definitionJonathan Wakely2-0/+9
2019-08-12Add noexcept-specifier to std::apply and std::make_from_tupleJonathan Wakely4-0/+159
2019-08-09skip Cholesky decomposition in is>>n_mv_distAlexandre Oliva8-3/+48
2019-08-08P0325R4 to_array from LFTS with updatesJonathan Wakely8-4/+195
2019-08-06P1651R0 bind_front should not unwrap reference_wrapperJonathan Wakely5-4/+102