Daily bump.
[gcc.git] / libstdc++-v3 / include /
2021-01-14 François Dumontlibstdc++: Implement N3644 for _GLIBCXX_DEBUG iterators
2021-01-14 Jonathan Wakelylibstdc++: Define function to throw filesystem_error...
2021-01-14 Jonathan Wakelylibstdc++: Update copyright dates on new files
2021-01-07 Thomas Rodgerslibstdc++: Add support for C++20 barriers
2021-01-05 Ed Smith-RowlandAdd <source_location> to the precompiled header.
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-21 Patrick Palkalibstdc++: Disable floating-point std::to_chars on...
2020-12-20 Jonathan Wakelylibstdc++: Fix indentation in <semaphore>
2020-12-18 Patrick Palkalibstdc++: Add floating-point std::to_chars implementation
2020-12-17 Jonathan Wakelylibstdc++: Fix preprocessor condition [PR 98344]
2020-12-17 Jonathan Wakelylibstdc++: Move std::hash<std::thread::id> to <bits...
2020-12-16 Jonathan Wakelylibstdc++: Add C++ runtime support for new 128-bit...
2020-12-16 Jonathan Wakelylibstdc++: Simplify built-in detection in <utility>
2020-12-16 Jonathan Wakelylibstdc++: Warn if __STRICT_ANSI has been undefined
2020-12-16 Jonathan Wakelylibstdc++: Only use __builtin_sprintf if supported...
2020-12-16 Jonathan Wakelylibstdc++: Fix errors from Library Fundamentals TS...
2020-12-15 Jonathan Wakelylibstdc++: Remove init_priority attribute for Init...
2020-12-15 Jonathan Wakelylibstdc++: Do not define constexpr assertions for C++11
2020-12-15 Jonathan Wakelylibstdc++: Remove workaround for PR c++/78173
2020-12-15 Jonathan Wakelylibstdc++: Use init_priority attribute for Init object...
2020-12-12 François Dumontlibstdc++: Fix _GLIBCXX_DEBUG mode constexpr compatibility
2020-12-10 Jonathan Wakelylibstdc++: Remove redundant branches in countl_one...
2020-12-09 Jonathan Wakelylibstdc++: Fix build failure for target with no way...
2020-12-03 JeanHeyd Meneidelibtdc++: Define std::source_location for C++20
2020-12-03 Jonathan Wakelylibstdc++: Add std::bit_cast for C++20 [PR 93121]
2020-12-03 Jonathan Wakelylibstdc++: Disable std::array assertions for C++11...
2020-12-02 Jonathan Wakelylibstdc++: Fix null pointer dereferences in __gnu_cxx...
2020-12-02 Jonathan Wakelylibstdc++: Fix indentation in rope
2020-12-02 Jonathan Wakelylibstdc++: Make preprocessor checks for __cpp_lib_atomi...
2020-12-01 Thomas RodgersAdd feature test macro for atomic<T>::wait
2020-12-01 Jonathan Wakelylibstdc++: Simplify detection of built-in functions
2020-11-26 Jonathan Wakelylibstdc++: Define (and use) _GLIBCXX_HAVE_ATOMIC_WAIT
2020-11-26 Jonathan Wakelylibstdc++: Only define std::latch if atomic waiting...
2020-11-26 Jonathan Wakelylibstdc++: Add new headers to stdc++.h
2020-11-25 Jonathan Wakelylibstdc++: Remove redundant clock conversions in atomic...
2020-11-25 Jonathan Wakelylibstdc++: Encapsulate __gthread_cond_t as std::__condvar
2020-11-25 Jonathan Wakelylibstdc++: Fix missing subsumption in std::iterator_tra...
2020-11-25 Jonathan Wakelylibstdc++: Fix silly typos [PR 97936]
2020-11-25 Jonathan Wakelylibstdc++: Fix handling of futex wake [PR 97936]
2020-11-23 Jonathan Wakelylibstdc++: Fix variable declared with wrong type
2020-11-23 Stephan Bergmannlibstdc++: Fix linker errors due to missing 'inline...
2020-11-23 Jonathan Wakelylibstdc++: Add configure checks for semaphores
2020-11-23 Jonathan Wakelylibstdc++: make atomic waiting depend on gthreads or...
2020-11-21 Jonathan Wakelylibstdc++: Fix atomic waiting for non-linux targets
2020-11-20 Thomas Rodgerslibstdc++: Add C++2a synchronization support
2020-11-20 François Dumontlibstdc++: Limit memory allocation in stable_sort/inpla...
2020-11-20 François Dumontlibstdc++: _Rb_tree code cleanup, remove lambdas
2020-11-20 Jonathan Wakelylibstdc++: Remove <memory_resource> dependency from...
2020-11-19 Jonathan Wakelylibstdc++: Avoid calling undefined __gthread_self weak...
2020-11-19 Jonathan Wakelylibstdc++: Move std::thread to a new header
2020-11-18 Patrick Palkalibstdc++: Fix ranges::join_view::_Iterator::operator...
2020-11-17 Jonathan Wakelylibstdc++: Fix unconditional definition of __cpp_lib_sp...
2020-11-17 Patrick Palkalibstdc++: Fix ranges::search_n for random access itera...
2020-11-12 Jonathan Wakelylibstdc++: Optimise std::future::wait_for and fix futex...
2020-11-12 Jonathan Wakelylibstdc++: Simplify __numeric_traits definition
2020-11-12 Jonathan Wakelylibstdc++: Fix __numeric_traits_integer<__int20> [PR...
2020-11-11 Paul Scharnofskelibstdc++: Assigning to a joinable std::jthread calls...
2020-11-11 Jonathan Wakelylibstdc++: Use helper type for checking thread ID
2020-11-11 Jonathan Wakelylibstdc++: Implement std::emit_on_flush etc.
2020-11-10 Jonathan Wakelylibstdc++: Reorder constructors in <sstream>
2020-11-10 Jonathan Wakelylibstdc++: Add remaining C++20 additions to <sstream...
2020-11-10 Jonathan Wakelylibstdc++: Fix more unspecified comparisons to null...
2020-11-09 François Dumontlibstdc++: Remove <debug/array>
2020-11-09 François Dumontlibstdc++: Make _GLIBCXX_DEBUG checks constexpr compatible
2020-11-09 Jonathan Wakelylibstdc++: Improve comment on _Power_of_2 helper function
2020-11-09 Jonathan Wakelylibstdc++: Remove redundant check for zero in std:...
2020-11-09 Jonathan Wakelylibstdc++: Include <typeinfo> even for -fno-rtti [PR...
2020-11-05 Jonathan Wakelylibstdc++: Fix constraints on std::optional comparisons...
2020-11-05 Jonathan Wakelylibstdc++: Fix multiple definitions of std::exception_p...
2020-11-05 Jonathan Wakelylibstdc++: Fix new <sstream> constructors
2020-11-05 Jonathan Wakelylibstdc++: Adjust whitespace in <sstream>
2020-11-04 Jonathan Wakelylibstdc++: Fix default mode of new basic_stringstream...
2020-11-04 Jonathan Wakelylibstdc++: Define new C++17 std::search overload for...
2020-11-04 Jonathan Wakelylibstdc++: Fix constant expressions in std::uniform_int...
2020-11-03 Jonathan Wakelylibstdc++: Ensure std::lock_guard is declared
2020-11-03 Jonathan Wakelylibstdc++: Rewrite std::call_once to use futexes [PR...
2020-11-02 Thomas Rodgerslibstdc++: Add c++2a <syncstream>
2020-11-01 Jonathan Wakelylibstdc++: Define type traits for wchar_t even when...
2020-10-31 Jonathan Wakelylibstdc++: Prefer double to long double in std::shuffle...
2020-10-31 Jonathan Wakelylibstdc++: Use double for unordered container load...
2020-10-31 Patrick Palkalibstdc++: Don't initialize from *this inside some...
2020-10-30 Jonathan Wakelylibstdc++: Implement P2017R1 "Conditionally borrowed...
2020-10-30 Jonathan Wakelylibstdc++: Use double for unordered container load...
2020-10-30 Patrick Palkalibstdc++: Fix the default constructor of ranges::__det...
2020-10-29 Jonathan Wakelylibstdc++: Avoid narrowing conversion in subrange const...
2020-10-29 Jonathan Wakelylibstdc++: Fix some warnings in headers
2020-10-29 Jonathan Wakelylibstdc++: Prevent deprecation warnings from <tr1/share...
2020-10-29 Jonathan Wakelylibstdc++: Allow Lemire's algorithm to be used in more...
2020-10-29 Jonathan Wakelylibstdc++: Do not use volatile for __gnu_cxx::rope...
2020-10-29 Jonathan Wakelylibstdc++: Make std::function work better with -fno...
2020-10-29 Jonathan Wakelylibstdc++: Fix some warnings in headers
2020-10-29 Jonathan Wakelylibstdc++: Rename _UniformRandomNumberGenerator parameters
2020-10-29 Jonathan Wakelylibstdc++: Fix new basic_stringbuf constructor
2020-10-28 Thomas Rodgerslibstdc++: Implement C++20 features for <sstream>
2020-10-28 Patrick Palkalibstdc++: Fix arithmetic bug in year_month_weekday...
2020-10-28 Jonathan Wakelylibstdc++: Override BUFSIZ for Windows targets [PR...
2020-10-28 Jonathan Wakelylibstdc++: Fix name clash with _Cosh in QNX headers...
2020-10-28 Jonathan Wakelylibstdc++: Make std::span layout-compatible with struct...
2020-10-27 Jonathan Wakelylibstdc++: Fix ODR violations caused by <tr1/functional>
2020-10-27 Jonathan Wakelylibstdc++: Remove unused variables in special functions
next