]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3
* decl.c (cxx_maybe_build_cleanup): When clearing location of cleanup,
[thirdparty/gcc.git] / libstdc++-v3 /
2019-10-16  rediOnly use GCC-specific __is_same_as built-in conditionally
2019-10-16  fdumont[_GLIBCXX_DEBUG] Clarify constness and state <unknown...
2019-10-11  rediImplement <concepts> header for C++20
2019-10-11  rediUse __is_same_as for std::is_same and std::is_same_v
2019-10-11  rediPR libstdc++/92059 fix several bugs in tr2::dynamic_bitset
2019-10-11  rediAvoid warnings in <charconv>
2019-10-10  rediPR libstdc++/91057 fix bootstrap failure on powerpc
2019-10-09  mpolacekImplement C++20 P0388R4, DR 1307, and DR 330.
2019-10-09  rediPR libstdc++/91057 set locale::id::_M_index atomically
2019-10-09  rediPR libstdc++/78552 only construct std::locale for C...
2019-10-08  rediAdd makefile target to update HTML files in source...
2019-10-08  rediRestore URL for Austern article on allocators
2019-10-06  fdumontAdd std::copy_n istreambuf_iterator specialization
2019-10-06  fdumontAdd std::copy_n istreambuf_iterator specialization
2019-10-06  fdumontAdd C++11 __iterator_category_t template alias.
2019-10-06  fdumontAdd std::copy_n __glibcxx_requires_can_increment checks.
2019-10-04  fdumontImprove _GLIBCXX_DEBUG safe iterator range size computa...
2019-10-04  rediBuild filesystem library with large file support
2019-10-04  rediReplace uses of std::tr1::unordered_map in testsuite
2019-10-04  rediAdd missing header required by previous change
2019-10-04  rediAdjust tr1::_Hashtable to work with std::allocator...
2019-10-04  rediAdd <span> to <bits/stdc++.h> precompiled header
2019-10-03  roAvoid reserved identifier in include/parallel/multiway_...
2019-10-02  rediRemove greedy wildcards from libstdc++ linker script
2019-10-02  rediDocument non-conformance of parallel mode to recent...
2019-10-01  rediMake some new algorithms work in parallel mode
2019-10-01  rediMake some parallel mode algorithms usable in constexpr...
2019-10-01  rediDisable tests that aren't valid in parallel mode
2019-10-01  rediFix non-reserved names in Parallel Mode headers
2019-09-30  fdumontImplement C++20 constexpr comparison operators for...
2019-09-30  fdumontImplement C++20 constexpr comparison operators for...
2019-09-30  andreastInclude netinet/in.h in include/experimental/internet
2019-09-30  andreastlibstdc++ testsuite, silence a FreeBSD libm warning
2019-09-30  andreastlibstdc++ testsuite, silence a FreeBSD libm warning
2019-09-30  rediImplement LWG 3255 for std::span constructors
2019-09-30  rediPR libstdc++/77936 remove unused variable
2019-09-28  fdumont2019-09-28 François Dumont <fdumont@gcc.gnu.org>
2019-09-27  macroRegenerate `configure' scripts for `uclinuxfdpiceabi...
2019-09-27  rediPR libstdc++/91910 fix data race in Debug Mode destructors
2019-09-26  rediDefine std::to_array for Debug Mode
2019-09-26  rediImplement C++20 constexpr changes to std::pair (P1032R1)
2019-09-26  rediFix array index error in address_v6 comparisons
2019-09-26  rediRemove include directives for deleted Profile Mode...
2019-09-25  rediImplement LWG 3296 for basic_regex::assign
2019-09-24  rediRemove check for impossible condition in std::variant...
2019-09-24  rediPR libstdc++/91871 fix Clang warnings in testsuite
2019-09-23  rediPR libstdc++/91788 improve codegen for std::variant...
2019-09-23  schwab * config/abi/post/riscv64-linux-gnu/baseline_symbols...
2019-09-12  rediPR libstdc++/91748 fix std::for_each_n for random acces...
2019-09-11  rediFix Xmethod for shared_ptr::use_count()
2019-09-11  rediFix libstdc++ tests for -Wvolatile warnings in C++2a...
2019-09-10  rediImplement std::common_reference for C++20
2019-09-10  rediLWG 3266. to_chars(bool) should be deleted
2019-09-10  clyon[ARM/FDPIC v6 24/24] [ARM] FDPIC: Handle arm*-*-uclinux...
2019-09-10  clyon[ARM/FDPIC v6 06/24] [ARM] FDPIC: Add support for c...
2019-09-10  rediPR libstdc++/91711 fix failing test
2019-09-10  rediOptimise std::remove_cv and use more helper aliases
2019-09-10  emsr2019-09-09 Edward Smith-Rowland <3dw4rd@verizon.net>
2019-09-09  emsrForgot Changelog from latest commit.
2019-09-09  emsr2019-09-09 Edward Smith-Rowland <3dw4rd@verizon.net>
2019-09-09  rediMinor std::to_chars optimisation for base 10
2019-09-09  rediImprove constraints for std::span constructors
2019-09-06  rediDefine std::ssize for C++20 (P1227R2)
2019-09-06  fwFix GCC_LINUX_FUTEX to work with C99 compilers
2019-09-05  rediImprove precondition checks for std::span
2019-09-05  rediImplement std::span for C++20
2019-09-05  rediRemove broken URL from libstdc++ manual
2019-09-04  rediPR libstdc++/41861 Add full steady_clock support to...
2019-09-04  rediAdd user-defined clock to libstdc++ condition_variable...
2019-09-03  uweigandRemove Cell Broadband Engine SPU targets
2019-09-03  cltang2019-09-03 Chung-Lin Tang <cltang@codesourcery.com>
2019-09-02  rediUse __constinit keyword in libstdc++ sources
2019-09-02  rediUpdate libstdc++ docs for library version bumps
2019-09-02  rediMinor simplifications for std::to_chars implementation
2019-09-02  roUpdate Solaris baselines for GCC 10.0
2019-09-01  fdumont2019-09-01 François Dumont <fdumont@gcc.gnu.org>
2019-09-01  gerald * doc/xml/manual/policy_data_structures_biblio.xml...
2019-08-30  rediFix ChangeLog
2019-08-30  rediOptimize std::to_chars
2019-08-30  rediFix errors in new test
2019-08-30  uros * config/abi/post/alpha-linux-gnu/baseline_symbols...
2019-08-30  rediPR libstdc++/89164 enforce constraints for uninitialize...
2019-08-29  rediPR libstdc++/91067 add more missing exports for directo...
2019-08-29  jakub * config/abi/post/aarch64-linux-gnu/baseline_symbols...
2019-08-28  rediUpdate ABI baselines for x86 and powerpc GNU targets
2019-08-23  jsm28Fix libstdc++ lstat missing return type for Windows...
2019-08-20  rediDo not try to process deleted headers with Doxygen
2019-08-20  rediFix markdown in Doxygen comments for std::reduce
2019-08-20  rediPR libstdc++/91371 make std::is_function handle other...
2019-08-16  uros * config/abi/post/alpha-linux-gnu/baseline_symbols...
2019-08-15  rediPR libstdc++/91456 make INVOKE<R> work with uncopyable...
2019-08-14  rediDeprecate std::__is_nullptr_t type trait
2019-08-14  emsr2019-08-14 Edward Smith-Rowland <3dw4rd@verizon.net>
2019-08-12  rediPR libstdc++/90361 add missing macro definition
2019-08-12  rediAdd noexcept-specifier to std::apply and std::make_from...
2019-08-09  aolivaskip Cholesky decomposition in is>>n_mv_dist
2019-08-08  rediP0325R4 to_array from LFTS with updates
2019-08-06  rediP1651R0 bind_front should not unwrap reference_wrapper
2019-08-06  rediSpecialize std::numbers constants for __float128
2019-08-04  gerald * doc/xml/manual/documentation_hacking.xml: doxygen...
next