aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
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
2019-07-12Define __type_identity_t alias and use for string_viewJonathan Wakely
2019-07-12Update C++2a library status tableJonathan Wakely
2019-07-11Improve docs for --enable-libstdcxx-time=rtJonathan Wakely
2019-07-11Define std::atomic_ref and std::atomic<floating-point> for C++20Jonathan Wakely
2019-07-06Fix recent regression in __atomic_add_dispatchJonathan Wakely
2019-07-05Fix ODR violations in code using <ext/atomicity.h>Jonathan Wakely
2019-07-03PR libstdc++/91067 fix missing exports for filesystem iteratorsJonathan Wakely
2019-07-02Fix preprocessor checks for Clang builtinsJonathan Wakely
2019-07-01Fix libstdc++ install-pdf support.Jim Wilson
2019-06-27PR libstdc++/91012 fixfilesystem_error::what() stringJonathan Wakely
2019-06-26Define std::chars_format enumeration typeJonathan Wakely
2019-06-26Add new helper traits for signed/unsigned integer typesJonathan Wakely
2019-06-25Fix non-portable use of std::abs(double) in constexpr functionJonathan Wakely
2019-06-25pstl_config.h (_PSTL_PRAGMA_SIMD_SCAN, [...]): Define to OpenMP 5.0 pragmas e...Jakub Jelinek
2019-06-24Fix std::midpoint for denormal valuesJonathan Wakely