aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-06Specialize std::numbers constants for __float128Jonathan Wakely3-0/+115
2019-08-04documentation_hacking.xml: doxygen.org is now doxygen.nl.Gerald Pfeifer2-1/+6
2019-08-01Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a...Edward Smith-Rowland78-25/+3012
2019-07-31Qualify call to prevent ADLJonathan Wakely2-2/+6
2019-07-31Implement "P0631R4 Math Constants" for C++20Jonathan Wakely10-0/+346
2019-07-31Add Doxygen comments to <bit> headerJonathan Wakely2-0/+30
2019-07-31PR libstdc++/91308 fix constraints on unique_ptr assignmentJonathan Wakely3-17/+69
2019-07-29PR libstdc++/51333 Define recursive_init_error constructor non-inlineJonathan Wakely4-6/+38
2019-07-28documentation_hacking.xml: Fix broken reference to the Doxygen manual.Gerald Pfeifer2-4/+12
2019-07-26Define __cpp_lib_endian feature test macroJonathan Wakely6-0/+90
2019-07-262019-07-26 François Dumont <fdumont@gcc.gnu.org>François Dumont2-2/+8
2019-07-25Relocate std::endian from <type_traits> to <bit>Jonathan Wakely4-9/+15
2019-07-25Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383).Martin Liska5-0/+18
2019-07-22Rename testsuite directory to match P0553R4 stable namesJonathan Wakely6-0/+3
2019-07-22Adjust std::rotl, std::rotr etc to match final P0553R4 proposalJonathan Wakely4-19/+72
2019-07-22Change std::ceil2 to be undefined if the result can't be representedJonathan Wakely4-9/+132
2019-07-19stl_tempbuf.h (__detail::__return_temporary_buffer): Fix sized deallocation s...François Dumont2-1/+6
2019-07-19* config/abi/post/m68k-linux-gnu/baseline_symbols.txt: Update.Andreas Schwab2-0/+445
2019-07-18stl_tempbuf.h (__detail::__return_temporary_buffer): New.François Dumont2-18/+39
2019-07-17* config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Update.Andreas Schwab2-0/+445
2019-07-16Add parens around constraint in <memory>.Jason Merrill2-1/+6
2019-07-12Fix inaccurate comment in new testJonathan Wakely2-1/+3
2019-07-12Define __type_identity_t alias and use for string_viewJonathan Wakely4-43/+57
2019-07-12Update C++2a library status tableJonathan Wakely2-5/+8
2019-07-11Improve docs for --enable-libstdcxx-time=rtJonathan Wakely2-7/+16
2019-07-11Define std::atomic_ref and std::atomic<floating-point> for C++20Jonathan Wakely13-2/+2714
2019-07-06Fix recent regression in __atomic_add_dispatchJonathan Wakely2-3/+12
2019-07-05Fix ODR violations in code using <ext/atomicity.h>Jonathan Wakely2-18/+23
2019-07-03PR libstdc++/91067 fix missing exports for filesystem iteratorsJonathan Wakely6-3/+75
2019-07-02Fix preprocessor checks for Clang builtinsJonathan Wakely2-3/+9
2019-07-01Fix libstdc++ install-pdf support.Jim Wilson3-8/+23
2019-06-27PR libstdc++/91012 fixfilesystem_error::what() stringJonathan Wakely3-13/+24
2019-06-26Define std::chars_format enumeration typeJonathan Wakely3-0/+89
2019-06-26Add new helper traits for signed/unsigned integer typesJonathan Wakely16-225/+127
2019-06-25Fix non-portable use of std::abs(double) in constexpr functionJonathan Wakely2-4/+10
2019-06-25pstl_config.h (_PSTL_PRAGMA_SIMD_SCAN, [...]): Define to OpenMP 5.0 pragmas e...Jakub Jelinek2-2/+13
2019-06-24Fix std::midpoint for denormal valuesJonathan Wakely5-17/+52
2019-06-24Define C11 macros such as FLT_DECIMAL_DIG for C++17Jonathan Wakely2-0/+41
2019-06-20Skip libstdc++ debug build in early bootstrap stagesJonathan Wakely3-3/+31
2019-06-20Qualify calls to __never_valueless in <variant>Jonathan Wakely2-3/+6
2019-06-20Fix outdated reference to C++17 draft in the docsJonathan Wakely2-2/+5
2019-06-20Improve tests for std::vector<bool> printerJonathan Wakely3-2/+10
2019-06-19Fix non-standard behaviour of std::istream_iteratorJonathan Wakely6-25/+207
2019-06-19Have std::vector printer's iterator return bool for vector<bool>Michael Weghorn4-7/+34
2019-06-19PR libstdc++/90920 restore previous checks for empty rangesJonathan Wakely3-5/+68