Remove some more using-declarations from namespace __gnu_cxx
[gcc.git] / libstdc++-v3 /
2019-10-30 Jonathan WakelyRemove some more using-declarations from namespace...
2019-10-30 Jonathan WakelyApply C++20 changes to various iterator types
2019-10-30 Jonathan WakelyFix typo in preprocessor check
2019-10-29 Jonathan WakelyFix compilation errors with Clang
2019-10-29 Jonathan WakelyFix compilation errors with Clang
2019-10-29 Jonathan WakelyAdd iterator concepts and range access customization...
2019-10-29 Jonathan WakelyMinor improvements to testsuite iterator utilities
2019-10-29 Jonathan WakelyPR libstdc++/92267 fix ABI change in deque iterators
2019-10-26 Gerald Pfeifercodecvt.xml: Switch pubs.opengroup.org to https.
2019-10-26 John David Anglinbaseline_symbols.txt: Update.
2019-10-25 Jonathan WakelyUse implicitly-defined copy operations for test iterators
2019-10-25 Jonathan WakelyFix compilation with Clang
2019-10-25 Jonathan WakelyGuard use of concepts with feature test macro
2019-10-25 Gerald Pfeiferpolicy_data_structures_biblio.xml: Switch pubs.opengrou...
2019-10-25 Gerald Pfeifer* doc/xml/gnu/gpl-3.0.xml: Switch gnu.org to https.
2019-10-25 Edward Smith-Rowlandstatus_cxx2020.xml: Add rows and update status.
2019-10-24 Jonathan WakelyRevert ABI changes to std::allocator in C++20
2019-10-24 Jonathan WakelySimplify common case of use_future_t that uses std...
2019-10-24 Jonathan WakelyPR libstdc++/88338 Implement P0898R3, C++20 concepts...
2019-10-24 Jonathan WakelyDefine std::uniform_random_bit_generator concept for...
2019-10-23 Jonathan WakelyMake std::invoke usable in constant expressions
2019-10-23 Jonathan WakelyPR c++/91369 Implement P0784R7 changes to allocation...
2019-10-23 Jonathan WakelyReplace C++14 feature used in C++11 test
2019-10-23 Jonathan WakelyOnly qualify function as constexpr for C++14 and later
2019-10-23 Jonathan WakelyQualify type names in <ext/throw_allocator.h>
2019-10-23 Jonathan WakelyAdjust pb_ds extensions to use allocator_traits
2019-10-23 Jonathan WakelyAdjust extension types to use allocator_traits
2019-10-22 Jonathan WakelyRestore use of tr1::unordered_map in testsuite
2019-10-22 Jonathan WakelyDo not declare std::uses_allocator before C++11
2019-10-22 Jonathan WakelyRemove redundant std::allocator members for C++20
2019-10-22 Andreas Schwab* config/abi/post/aarch64-linux-gnu/baseline_symbols...
2019-10-18 Jonathan WakelyPR libstdc++/92143 adjust for OS X aligned_alloc behaviour
2019-10-18 Jonathan WakelyImplement std::ranges::less without std::less
2019-10-17 Jonathan WakelyProcess new C++17 and C++20 headers with Doxygen
2019-10-17 Jonathan WakelyDefine [range.cmp] comparisons for C++20
2019-10-17 Jonathan WakelyPR libstdc++/92124 fix incorrect container move assignment
2019-10-16 Jonathan WakelyOnly use GCC-specific __is_same_as built-in conditionally
2019-10-16 François Dumont[_GLIBCXX_DEBUG] Clarify constness and state <unknown...
2019-10-11 Jonathan WakelyImplement <concepts> header for C++20
2019-10-11 Jonathan WakelyUse __is_same_as for std::is_same and std::is_same_v
2019-10-11 Jonathan WakelyPR libstdc++/92059 fix several bugs in tr2::dynamic_bitset
2019-10-11 Jonathan WakelyAvoid warnings in <charconv>
2019-10-10 Jonathan WakelyPR libstdc++/91057 fix bootstrap failure on powerpc
2019-10-09 Marek PolacekImplement C++20 P0388R4, DR 1307, and DR 330.
2019-10-09 Jonathan WakelyPR libstdc++/91057 set locale::id::_M_index atomically
2019-10-09 Jonathan WakelyPR libstdc++/78552 only construct std::locale for C...
2019-10-08 Jonathan WakelyAdd makefile target to update HTML files in source...
2019-10-08 Jonathan WakelyRestore URL for Austern article on allocators
2019-10-06 François DumontAdd std::copy_n istreambuf_iterator specialization
2019-10-06 François DumontAdd std::copy_n istreambuf_iterator specialization
2019-10-06 François DumontAdd C++11 __iterator_category_t template alias.
2019-10-06 François DumontAdd std::copy_n __glibcxx_requires_can_increment checks.
2019-10-04 François DumontImprove _GLIBCXX_DEBUG safe iterator range size computa...
2019-10-04 Jonathan WakelyBuild filesystem library with large file support
2019-10-04 Jonathan WakelyReplace uses of std::tr1::unordered_map in testsuite
2019-10-04 Jonathan WakelyAdd missing header required by previous change
2019-10-04 Jonathan WakelyAdjust tr1::_Hashtable to work with std::allocator...
2019-10-04 Jonathan WakelyAdd <span> to <bits/stdc++.h> precompiled header
2019-10-03 Rainer OrthAvoid reserved identifier in include/parallel/multiway_...
2019-10-02 Jonathan WakelyRemove greedy wildcards from libstdc++ linker script
2019-10-02 Jonathan WakelyDocument non-conformance of parallel mode to recent...
2019-10-01 Jonathan WakelyMake some new algorithms work in parallel mode
2019-10-01 Jonathan WakelyMake some parallel mode algorithms usable in constexpr...
2019-10-01 Jonathan WakelyDisable tests that aren't valid in parallel mode
2019-10-01 Jonathan WakelyFix non-reserved names in Parallel Mode headers
2019-09-30 François DumontImplement C++20 constexpr comparison operators for...
2019-09-30 François DumontImplement C++20 constexpr comparison operators for...
2019-09-30 Andreas ToblerInclude netinet/in.h in include/experimental/internet
2019-09-30 Andreas Toblerlibstdc++ testsuite, silence a FreeBSD libm warning
2019-09-30 Andreas Toblerlibstdc++ testsuite, silence a FreeBSD libm warning
2019-09-30 Jonathan WakelyImplement LWG 3255 for std::span constructors
2019-09-30 Jonathan WakelyPR libstdc++/77936 remove unused variable
2019-09-28 François Dumontstl_algo.h (merge): Fix documentation.
2019-09-27 Maciej W. RozyckiRegenerate `configure' scripts for `uclinuxfdpiceabi...
2019-09-27 Jonathan WakelyPR libstdc++/91910 fix data race in Debug Mode destructors
2019-09-26 Jonathan WakelyDefine std::to_array for Debug Mode
2019-09-26 Jonathan WakelyImplement C++20 constexpr changes to std::pair (P1032R1)
2019-09-26 Jonathan WakelyFix array index error in address_v6 comparisons
2019-09-26 Jonathan WakelyRemove include directives for deleted Profile Mode...
2019-09-25 Jonathan WakelyImplement LWG 3296 for basic_regex::assign
2019-09-24 Jonathan WakelyRemove check for impossible condition in std::variant...
2019-09-24 Jonathan WakelyPR libstdc++/91871 fix Clang warnings in testsuite
2019-09-23 Jonathan WakelyPR libstdc++/91788 improve codegen for std::variant...
2019-09-23 Andreas Schwab* config/abi/post/riscv64-linux-gnu/baseline_symbols...
2019-09-12 Jonathan WakelyPR libstdc++/91748 fix std::for_each_n for random acces...
2019-09-11 Jonathan WakelyFix Xmethod for shared_ptr::use_count()
2019-09-11 Jonathan WakelyFix libstdc++ tests for -Wvolatile warnings in C++2a...
2019-09-10 Jonathan WakelyImplement std::common_reference for C++20
2019-09-10 Jonathan WakelyLWG 3266. to_chars(bool) should be deleted
2019-09-10 Christophe Lyon[ARM/FDPIC v6 24/24] [ARM] FDPIC: Handle arm*-*-uclinux...
2019-09-10 Christophe Lyon[ARM/FDPIC v6 06/24] [ARM] FDPIC: Add support for c...
2019-09-10 Jonathan WakelyPR libstdc++/91711 fix failing test
2019-09-10 Jonathan WakelyOptimise std::remove_cv and use more helper aliases
2019-09-10 Edward Smith-RowlandImplement C++20 p1424 - 'constexpr' feature macro conce...
2019-09-09 Edward Smith-RowlandForgot Changelog from latest commit.
2019-09-09 Edward Smith-RowlandUpdate docs for recent <span> and constexpr lib changes.
2019-09-09 Antony PolukhinMinor std::to_chars optimisation for base 10
2019-09-09 Jonathan WakelyImprove constraints for std::span constructors
2019-09-06 Jonathan WakelyDefine std::ssize for C++20 (P1227R2)
2019-09-06 Florian WeimerFix GCC_LINUX_FUTEX to work with C99 compilers
next