Age | Commit message (Expand) | Author | Files | Lines |
2019-08-30 | Fix ChangeLog | Jonathan Wakely | 1 | -1/+1 |
2019-08-30 | Optimize std::to_chars | Antony Polukhin | 2 | -34/+49 |
2019-08-30 | Fix errors in new test | Jonathan Wakely | 2 | -0/+10 |
2019-08-30 | baseline_symbols.txt: Update. | Uros Bizjak | 2 | -0/+9 |
2019-08-30 | PR libstdc++/89164 enforce constraints for uninitialized algos | Jonathan Wakely | 10 | -5/+271 |
2019-08-29 | PR libstdc++/91067 add more missing exports for directory iterators | Jonathan Wakely | 6 | -5/+45 |
2019-08-29 | baseline_symbols.txt: Update. | Jakub Jelinek | 3 | -0/+19 |
2019-08-28 | Update ABI baselines for x86 and powerpc GNU targets | Jonathan Wakely | 8 | -0/+59 |
2019-08-23 | Fix libstdc++ lstat missing return type for Windows target. | Joseph Myers | 2 | -1/+6 |
2019-08-20 | Do not try to process deleted headers with Doxygen | Jonathan Wakely | 2 | -11/+2 |
2019-08-20 | Fix markdown in Doxygen comments for std::reduce | Jonathan Wakely | 2 | -2/+4 |
2019-08-20 | PR libstdc++/91371 make std::is_function handle other calling conventions | Jonathan Wakely | 7 | -110/+195 |
2019-08-16 | baseline_symbols.txt: Update. | Uros Bizjak | 2 | -0/+445 |
2019-08-15 | PR libstdc++/91456 make INVOKE<R> work with uncopyable prvalues | Jonathan Wakely | 5 | -9/+126 |
2019-08-14 | Deprecate std::__is_nullptr_t type trait | Jonathan Wakely | 2 | -2/+6 |
2019-08-14 | Implement C++20 p0879 - Constexpr for swap and swap related functions. | Edward Smith-Rowland | 25 | -0/+888 |
2019-08-12 | PR libstdc++/90361 add missing macro definition | Jonathan Wakely | 2 | -0/+9 |
2019-08-12 | Add noexcept-specifier to std::apply and std::make_from_tuple | Jonathan Wakely | 4 | -0/+159 |
2019-08-09 | skip Cholesky decomposition in is>>n_mv_dist | Alexandre Oliva | 8 | -3/+48 |
2019-08-08 | P0325R4 to_array from LFTS with updates | Jonathan Wakely | 8 | -4/+195 |
2019-08-06 | P1651R0 bind_front should not unwrap reference_wrapper | Jonathan Wakely | 5 | -4/+102 |
2019-08-06 | Specialize std::numbers constants for __float128 | Jonathan Wakely | 3 | -0/+115 |
2019-08-04 | documentation_hacking.xml: doxygen.org is now doxygen.nl. | Gerald Pfeifer | 2 | -1/+6 |
2019-08-01 | Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a... | Edward Smith-Rowland | 78 | -25/+3012 |
2019-07-31 | Qualify call to prevent ADL | Jonathan Wakely | 2 | -2/+6 |
2019-07-31 | Implement "P0631R4 Math Constants" for C++20 | Jonathan Wakely | 10 | -0/+346 |
2019-07-31 | Add Doxygen comments to <bit> header | Jonathan Wakely | 2 | -0/+30 |
2019-07-31 | PR libstdc++/91308 fix constraints on unique_ptr assignment | Jonathan Wakely | 3 | -17/+69 |
2019-07-29 | PR libstdc++/51333 Define recursive_init_error constructor non-inline | Jonathan Wakely | 4 | -6/+38 |
2019-07-28 | documentation_hacking.xml: Fix broken reference to the Doxygen manual. | Gerald Pfeifer | 2 | -4/+12 |
2019-07-26 | Define __cpp_lib_endian feature test macro | Jonathan Wakely | 6 | -0/+90 |
2019-07-26 | 2019-07-26 François Dumont <fdumont@gcc.gnu.org> | François Dumont | 2 | -2/+8 |
2019-07-25 | Relocate std::endian from <type_traits> to <bit> | Jonathan Wakely | 4 | -9/+15 |
2019-07-25 | Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383). | Martin Liska | 5 | -0/+18 |
2019-07-22 | Rename testsuite directory to match P0553R4 stable names | Jonathan Wakely | 6 | -0/+3 |
2019-07-22 | Adjust std::rotl, std::rotr etc to match final P0553R4 proposal | Jonathan Wakely | 4 | -19/+72 |
2019-07-22 | Change std::ceil2 to be undefined if the result can't be represented | Jonathan Wakely | 4 | -9/+132 |
2019-07-19 | stl_tempbuf.h (__detail::__return_temporary_buffer): Fix sized deallocation s... | François Dumont | 2 | -1/+6 |
2019-07-19 | * config/abi/post/m68k-linux-gnu/baseline_symbols.txt: Update. | Andreas Schwab | 2 | -0/+445 |
2019-07-18 | stl_tempbuf.h (__detail::__return_temporary_buffer): New. | François Dumont | 2 | -18/+39 |
2019-07-17 | * config/abi/post/ia64-linux-gnu/baseline_symbols.txt: Update. | Andreas Schwab | 2 | -0/+445 |
2019-07-16 | Add parens around constraint in <memory>. | Jason Merrill | 2 | -1/+6 |
2019-07-12 | Fix inaccurate comment in new test | Jonathan Wakely | 2 | -1/+3 |
2019-07-12 | Define __type_identity_t alias and use for string_view | Jonathan Wakely | 4 | -43/+57 |
2019-07-12 | Update C++2a library status table | Jonathan Wakely | 2 | -5/+8 |
2019-07-11 | Improve docs for --enable-libstdcxx-time=rt | Jonathan Wakely | 2 | -7/+16 |
2019-07-11 | Define std::atomic_ref and std::atomic<floating-point> for C++20 | Jonathan Wakely | 13 | -2/+2714 |
2019-07-06 | Fix recent regression in __atomic_add_dispatch | Jonathan Wakely | 2 | -3/+12 |
2019-07-05 | Fix ODR violations in code using <ext/atomicity.h> | Jonathan Wakely | 2 | -18/+23 |
2019-07-03 | PR libstdc++/91067 fix missing exports for filesystem iterators | Jonathan Wakely | 6 | -3/+75 |