summaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2019-09-03re PR other/79543 (Inappropriate "ld --version" checking)Chung-Lin Tang
2019-09-02Use __constinit keyword in libstdc++ sourcesJonathan Wakely
2019-09-02Update libstdc++ docs for library version bumpsJonathan Wakely
2019-09-02Minor simplifications for std::to_chars implementationJonathan Wakely
2019-09-02Update Solaris baselines for GCC 10.0Rainer Orth
2019-09-012019-09-01 François Dumont <fdumont@gcc.gnu.org>François Dumont
2019-09-01policy_data_structures_biblio.xml (COM: Component Model Object Technologies):...Gerald Pfeifer
2019-08-30Fix ChangeLogJonathan Wakely
2019-08-30Optimize std::to_charsAntony Polukhin
2019-08-30Fix errors in new testJonathan Wakely
2019-08-30baseline_symbols.txt: Update.Uros Bizjak
2019-08-30PR libstdc++/89164 enforce constraints for uninitialized algosJonathan Wakely
2019-08-29PR libstdc++/91067 add more missing exports for directory iteratorsJonathan Wakely
2019-08-29baseline_symbols.txt: Update.Jakub Jelinek
2019-08-28Update ABI baselines for x86 and powerpc GNU targetsJonathan Wakely
2019-08-23Fix libstdc++ lstat missing return type for Windows target.Joseph Myers
2019-08-20Do not try to process deleted headers with DoxygenJonathan Wakely
2019-08-20Fix markdown in Doxygen comments for std::reduceJonathan Wakely
2019-08-20PR libstdc++/91371 make std::is_function handle other calling conventionsJonathan Wakely
2019-08-16baseline_symbols.txt: Update.Uros Bizjak
2019-08-15PR libstdc++/91456 make INVOKE<R> work with uncopyable prvaluesJonathan Wakely
2019-08-14Deprecate std::__is_nullptr_t type traitJonathan Wakely
2019-08-14Implement C++20 p0879 - Constexpr for swap and swap related functions.Edward Smith-Rowland
2019-08-12PR libstdc++/90361 add missing macro definitionJonathan Wakely
2019-08-12Add noexcept-specifier to std::apply and std::make_from_tupleJonathan Wakely
2019-08-09skip Cholesky decomposition in is>>n_mv_distAlexandre Oliva
2019-08-08P0325R4 to_array from LFTS with updatesJonathan Wakely
2019-08-06P1651R0 bind_front should not unwrap reference_wrapperJonathan Wakely
2019-08-06Specialize std::numbers constants for __float128Jonathan Wakely
2019-08-04documentation_hacking.xml: doxygen.org is now doxygen.nl.Gerald Pfeifer
2019-08-01Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a...Edward Smith-Rowland
2019-07-31Qualify call to prevent ADLJonathan Wakely
2019-07-31Implement "P0631R4 Math Constants" for C++20Jonathan Wakely
2019-07-31Add Doxygen comments to <bit> headerJonathan Wakely
2019-07-31PR libstdc++/91308 fix constraints on unique_ptr assignmentJonathan Wakely
2019-07-29PR libstdc++/51333 Define recursive_init_error constructor non-inlineJonathan Wakely
2019-07-28documentation_hacking.xml: Fix broken reference to the Doxygen manual.Gerald Pfeifer
2019-07-26Define __cpp_lib_endian feature test macroJonathan Wakely
2019-07-262019-07-26 François Dumont <fdumont@gcc.gnu.org>François Dumont
2019-07-25Relocate std::endian from <type_traits> to <bit>Jonathan Wakely
2019-07-25Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383).Martin Liska
2019-07-22Rename testsuite directory to match P0553R4 stable namesJonathan Wakely
2019-07-22Adjust std::rotl, std::rotr etc to match final P0553R4 proposalJonathan Wakely
2019-07-22Change std::ceil2 to be undefined if the result can't be representedJonathan Wakely
2019-07-19stl_tempbuf.h (__detail::__return_temporary_buffer): Fix sized deallocation s...François Dumont
2019-07-19* config/abi/post/m68k-linux-gnu/baseline_symbols.txt: Update.Andreas Schwab
2019-07-18stl_tempbuf.h (__detail::__return_temporary_buffer): New.François Dumont
2019-07-17* config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Update.Andreas Schwab
2019-07-16Add parens around constraint in <memory>.Jason Merrill
2019-07-12Fix inaccurate comment in new testJonathan Wakely