]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3
PR c/88091 - c-c++-common/Wconversion-real.c etc. FAIL
[thirdparty/gcc.git] / libstdc++-v3 /
2018-11-29  emsr2018-11-29 Edward Smith-Rowland <3dw4rd@verizon.net>
2018-11-29  emsr2018-11-29 Edward Smith-Rowland <3dw4rd@verizon.net>
2018-11-29  rediPR libstdc++/88119 use alignof in std::alignment_of...
2018-11-29  rediPR libstdc++/86910 fix filesystem::create_directories
2018-11-28  rediFix undefined references in libstdc++fs.a
2018-11-28  rediPR libstdc++/83511 add default argument to basic_string...
2018-11-28  emsr2018-11-28 Edward Smith-Rowland <3dw4rd@verizon.net>
2018-11-28  rediApply resolution for LWG DR 3096
2018-11-28  rediPR libstdc++/83306 make filesystem_error no-throw copyable
2018-11-28  rediUpdate C++17 library status docs
2018-11-27  rediClean up temporary files created by std::filesystem...
2018-11-27  rediPR libstdc++/67843 set shared_ptr lock policy at build...
2018-11-27  fdumont2018-11-27 François Dumont <fdumont@gcc.gnu.org>
2018-11-26  rediOnly use __float128 in test if available
2018-11-23  emsr2018-11-23 Edward Smith-Rowland <3dw4rd@verizon.net>
2018-11-23  rediPR libstdc++/65229 fix pretty printer for std::bitset<0>
2018-11-23  rediPR libstdc++/87308 adjust regex used in std::any pretty...
2018-11-22  glisseImprove relocation
2018-11-22  rediPR libstdc++/87520 Always pass type-punned type_info...
2018-11-21  jakub PR c++/87386
2018-11-21  rediPR libstdc++/88111 Make maximum block size depend on...
2018-11-21  rediPR libstdc++/88113 use size_type consistently instead...
2018-11-20  villeHousekeeping for the effective targets of optional...
2018-11-19  fdumont2018-11-19 François Dumont <fdumont@gcc.gnu.org>
2018-11-19  villePR libstdc++/87855
2018-11-19  rediPR libstdc++/88084 - Implement LWG 2777
2018-11-18  emsr2018-11-16 Michele Pezzutti <mpezz@tiscali.it>
2018-11-17  rediImplement std::pmr::synchronized_pool_resource
2018-11-16  renlin[Patch][libstdc++.exp] Update the usage of cached result.
2018-11-15  rediOptimize pool resource allocation
2018-11-15  rediFix test that does undefined shifts greater than width...
2018-11-14  rediAdd missing dir to create_testsuite_files script
2018-11-13  rediFix error when selecting number of memory pools
2018-11-13  rediFix unused parameter warnings introduced in earlier...
2018-11-13  rediRemove redundant loop in unsynchronized_pool_resource...
2018-11-13  rediImprove handling of pool_options::largest_required_pool...
2018-11-13  rediFix incorrect assertion when deallocating big block
2018-11-13  rediFix overflows in std::pmr::unsynchonized_pool_resource
2018-11-13  jason Implement P0722R3, destroying operator delete.
2018-11-12  rediPR libstdc++/87963 fix build for 64-bit mingw
2018-11-11  hpFix copypasto in las ChangeLog.
2018-11-11  hp PR libstdc++-v3/54005
2018-11-11  rediImplement P0318R1 unwrap_ref_decay and unwrap_reference
2018-11-11  rediImplement P1007R3 std::assume_aligned
2018-11-09  rediPR libstdc++/87787 fix UBsan error in std::vector
2018-11-09  rediFix whitespace in ChangeLog
2018-11-07  law2018-11-06 Hafiz Abid Qadeer <abidh@codesourcery...
2018-11-07  rediFix linker script to use [jmy] to match size_t parameters
2018-11-06  rediImplement std::pmr::unsynchronized_pool_resource
2018-11-06  fdumont2018-11-06 John Bytheway <jbytheway@gmail.com>
2018-10-31  jsm28Update GCC to autoconf 2.69, automake 1.15.1 (PR bootst...
2018-10-31  rediMore testing for std::pair layout change
2018-10-31  rediPR libstdc++/87822 fix layout change for nested std...
2018-10-30  mpolacek Implement P0892R2, explicit(bool).
2018-10-30  rediPR libstdc++/87809 avoid invalid expressions in excepti...
2018-10-30  rediPR libstdc++/87784 fix dynamic_bitset::push_back
2018-10-29  dmalcolmC++: simplify output from suggest_alternatives_for
2018-10-28  fdumont2018-10-28 François Dumont <fdumont@gcc.gnu.org>
2018-10-25  rediPR libstdc++/87749 fix (and optimize) string move const...
2018-10-25  glisseRelocation (= move+destroy)
2018-10-24  fdumont2018-10-24 François Dumont <fdumont@gcc.gnu.org>
2018-10-24  fdumont2018-10-24 François Dumont <fdumont@gcc.gnu.org>
2018-10-23  rediPR libstdc++/87704 fix unique_ptr(nullptr_t) constructors
2018-10-20  fdumont2018-10-20 François Dumont <fdumont@gcc.gnu.org>
2018-10-19  rediSkip tests for GNU extensions when testing with strict...
2018-10-19  rediFix testsuite failures due to extra errors in strict...
2018-10-19  rediConditionally disable tests of non-standard extensions
2018-10-19  rediFix tests that use allocators with incorrect value...
2018-10-19  rediDisable tests that only pass for GNU dialects
2018-10-19  rediRemove duplicate tests
2018-10-19  rediFix compilation error with _GLIBCXX_PARALLEL
2018-10-19  rediFix testsuite failures in Debug Mode
2018-10-18  rediFix tests that fail when built with different options
2018-10-18  rediPR libstdc++/87642 handle multibyte thousands separator...
2018-10-18  rediPR libstdc++/87641 correctly initialize accumulator...
2018-10-18  fdumont2018-10-18 François Dumont <fdumont@gcc.gnu.org>
2018-10-17  villePR libstdc++/87619
2018-10-16  rediFix regression in std::random_device default constructor
2018-10-16  rediRename namespace alias in test to avoid name collision
2018-10-16  rediFix versioned namespace macros for Networking TS
2018-10-16  rediUse autoconf to check for features needed by Networking TS
2018-10-16  rediUse effective target in Networking TS tests
2018-10-16  rediAdd missing return
2018-10-16  rediDefine _GLIBCXX_USE_DEV_RANDOM as replacement for _GLIB...
2018-10-16  roIntroduce dg-add-options net_ts
2018-10-16  rediFix tests that fail when compiled without optimisation
2018-10-16  rediPR libstdc++/87618 fix typos in linker script
2018-10-15  rediAdjust test to pass with latest glibc
2018-10-15  rediPR libstdc++/87587 prevent -Wabi warnings
2018-10-15  fdumont2018-10-15 François Dumont <fdumont@gcc.gnu.org>
2018-10-12  rediInitial commit of Networking TS implementation
2018-10-11  rediPR libstdc++/77691 increase allocation size to at least...
2018-10-11  fdumont2018-10-11 François Dumont <fdumont@gcc.gnu.org>
2018-10-11  fdumont2018-10-11 François Dumont <fdumont@gcc.gnu.org>
2018-10-11  rediPR libstdc++/80538 Only call sleep for non-zero values
2018-10-11  rediMake ext allocators support heterogeneous equality...
2018-10-10  rediPR libstdc++/87544 limit max_size() to PTRDIFF_MAX...
2018-10-09  fdumont2018-10-09 François Dumont <fdumont@gcc.gnu.org>
2018-10-09  rediDefine std::string and related typedefs outside __cxx11...
2018-10-08  rediPR libstdc++/87538 Verify fix for std::experimental...
next