re PR target/69140 (stack alignment + O1 breaks with Microsoft ABI)
[gcc.git] / libstdc++-v3 / include /
2016-01-07 Jonathan WakelyUse std::addressof in insert iterators, allocators...
2016-01-06 Jonathan WakelyRemove noexcept from function template that can throw
2016-01-06 Jonathan WakelyRename bits/mutex.h to avoid clashing with glibc
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-28 Edward Smith-Rowland2015-12-27 Edward Smith-Rowland <3dw4rd@verizon.net>
2015-12-22 Jonathan WakelyAdd inline to std::__invfwd
2015-12-21 Jonathan Wakelylibstdc++/68995 qualify calls to __callable_functor
2015-12-21 Jonathan Wakelylibstdc++/68276 consistently qualify std::forward
2015-12-21 Ville Voutilainenre PR libstdc++/66693 ([C++17] std::tuple_size fails...
2015-12-15 Jonathan WakelyRestore accidentally-removed volatile qualifier
2015-12-15 Jonathan WakelyRemove vestigial traces of std::tr1::bind
2015-12-15 Jonathan WakelyFix cv-qualifiers in std::bind invocation
2015-12-15 Tim Shenre PR libstdc++/68863 (Regular expressions: Backreferen...
2015-12-11 Jonathan WakelyFix std::invoke support for reference_wrappers
2015-12-10 Jonathan WakelyFix dejagnu directives in shared_ptr test
2015-12-10 Jonathan WakelyImprove generated libstdc++ API docs
2015-12-04 Jonathan WakelyPR libstdc++/57060 cope with invalid thread IDs
2015-12-02 Jonathan WakelyFix ambiguity with multiple enable_shared_from_this...
2015-12-01 Jonathan WakelyDefine path::_Cmpt after specializing path::__is_encode...
2015-11-24 Rainer OrthHandle C++11 <math.h> overloads on Solaris 12
2015-11-17 Jonathan WakelyPR libstdc++/66059 optimise _Build_index_tuple
2015-11-15 Jonathan WakelyPR libstdc++/68353 fix _GLIBCXX_USE_C99_WCHAR test
2015-11-13 Jonathan WakelyDefine std::experimental::randint etc.
2015-11-13 Jennifer YaoMore fine-grained autoconf checks for C99 library
2015-11-13 Jonathan Wakely* include/experimental/bits/shared_ptr.h: Tweak comments.
2015-11-13 Fan YouImplement std::experimental::shared_ptr with array...
2015-11-13 Jonathan WakelyDefine alias templates using polymorphic memory resources
2015-11-13 Fan YouImplement C++ LFTSv1 polymorphic memory resources
2015-11-12 Jonathan WakelyExtend valid values of iostream bitmask types
2015-11-12 Jonathan Wakely* include/std/thread: Include <cerrno> for EINTR.
2015-11-12 Ville VoutilainenImplement D0013R2, logical type traits.
2015-11-12 Jonathan Wakely* include/experimental/bits/string_view.tcc: Fix doxyge...
2015-11-11 Jonathan WakelyLoop in std::this_thread sleep functions
2015-11-11 Ville VoutilainenLWG 2510, make the default constructors of library...
2015-11-10 Jonathan WakelyFix return type of heterogeneous find for sets
2015-11-10 Jonathan Wakely* include/bits/functional_hash.h: Fix grammar in comment.
2015-11-09 François Dumont2015-11-09 François Dumont <fdumont@gcc.gnu.org>
2015-11-03 Ville VoutilainenMake the default constructors of tuple and pair conditi...
2015-10-25 Jonathan WakelyImplement C++17 std::invoke and LWG DR 2219
2015-10-24 Jonathan WakelyReturn deferred future if thread cannot be run
2015-10-21 Jonathan Wakely* include/std/type_traits (__cpp_lib_bool_constant...
2015-10-13 Nathan Froydopt_random.h: Include pmmintrin.h instead of x86intrin...
2015-10-09 Jonathan WakelyAdd include/experimental/bits dir
2015-10-05 Ville Voutilainenre PR c++/67844 (Cannot make tuple of class with templa...
2015-10-02 Jonathan WakelyUse noexcept instead of _GLIBCXX_NOEXCEPT
2015-10-02 Jonathan WakelyAllow Filesystem TS to compile without wchar_t
2015-10-01 Jonathan WakelySave-and-restore errno more carefully in libstdc++
2015-09-29 Jonathan WakelyLeave errno unchanged by successful std::stoi etc
2015-09-29 Jonathan WakelyReduce space and time overhead of std::thread
2015-09-28 Jonathan WakelyLWG 2135: terminate() in condition_variable::wait()
2015-09-25 Ville VoutilainenAvoid creating dangling references in case of nested...
2015-09-24 Jonathan WakelyLeave moved-from std::deque in a valid state
2015-09-23 Jonathan WakelyFix semantics of Filesystem TS directory iterators
2015-09-21 Jonathan WakelyFix bootstrap error introduced in r227870
2015-09-19 Tim Shenre PR libstdc++/67361 (std::regex_error::what() should...
2015-09-18 Jonathan WakelyFix errors due to extra includes in extc++.h
2015-09-17 François Dumont2015-09-17 François Dumont <fdumont@gcc.gnu.org>
2015-09-17 Jonathan WakelyHandle alignment in __atomic_is_lock_free
2015-09-17 Jonathan WakelyRemove redundant conditional expressions in <system_error>
2015-09-17 Jonathan WakelyOnly do shrink_to_fit() when exceptions enabled
2015-09-11 Jonathan WakelyRationalise PCH headers and 17_intro/headers tests.
2015-09-11 Jonathan WakelyImplement N4258 noexcept for std::basic_string.
2015-09-11 Jonathan WakelyAllocator-extended constructors for container adaptors.
2015-09-09 Jonathan WakelyEnable lightweight checks with _GLIBCXX_ASSERTIONS.
2015-09-07 Jonathan WakelyRelax Debug Mode assertions on operator-> for smart...
2015-09-07 Jonathan WakelyAvoid #ifdef _GLIBCXX_DEBUG in regex_compiler.h
2015-09-04 Jonathan Wakelyfix darwin bootstrap errors due to <mutex>.
2015-09-04 Jonathan WakelyAdd portable timed_mutex and recursive_timed_mutex.
2015-09-04 Edward Smith-RowlandAdd C++11 header <cuchar>.
2015-09-04 Jonathan WakelyMake all <cxxx> headers include <bits/c++config.h>
2015-09-03 Jonathan WakelyClean up libstdc++ includes slightly.
2015-09-03 Jonathan WakelyMake std::experimental::not_fn SFINAE-friendly.
2015-09-03 Jonathan WakelyAdd concept checks to std::next and std::prev.
2015-09-02 Dmitry Vyukovlibstdc++: fix data races in basic_string implementation
2015-09-02 Sebastian Huberre PR libstdc++/67408 (<mutex> assumes that __gthread_m...
2015-08-28 Tim Shenre PR libstdc++/67362 (std::regex("((.)", std::regex_co...
2015-08-27 Jonathan Wakelyre PR libstdc++/67374 (std::cbegin can't call valarray...
2015-08-26 Edward Smith-RowlandEnsure std::generate_canonical doesn't return 1.
2015-08-26 Jonathan WakelyOnly set std::enable_shared_from_this member once.
2015-08-26 Jonathan Wakelytry_emplace and insert_or_assign for Debug Mode.
2015-08-25 François Dumontre PR libstdc++/60519 (Debug mode should check comparat...
2015-08-25 François DumontRevert my change to commit with PR reference again.
2015-08-24 François Dumontformatter.h (_Debug_msg_id::__msg_irreflexive_ordering...
2015-08-24 Jonathan Wakelyre PR libstdc++/65049 (Undefined behaviour with std...
2015-08-24 Jonathan Wakelyre PR libstdc++/67309 (Error compiling with -std=c...
2015-08-20 Jonathan Wakelyany (__any_caster): Define at namespace scope so the...
2015-08-19 Paolo Carlinicmath: Fix typo in comment.
2015-08-19 Paolo Carlinicmath: Revert fix for libstdc++/58625...
2015-08-18 Jonathan Wakely* include/bits/ptr_traits.h: Include <bits/move.h>...
2015-08-18 Jonathan Wakelyre PR libstdc++/67066 (libstdc++-v3/src/filesystem...
2015-08-14 Jonathan Wakelyany (any::operator=(const any&)): Move check for self...
2015-08-14 Jonathan Wakelyarray: Add feature-test macro.
2015-08-13 Ville VoutilainenImplement std::experimental::fundamentals_v2::make_arra...
2015-08-13 Jonathan Wakelyalloc_traits.h: Add feature-test macro.
2015-08-13 Eelis van der Weegenshared_mutex (shared_mutex::unlock()): Fix typo.
2015-08-08 Ville VoutilainenImplement N4279, Improved insertion interface for uniqu...
2015-08-08 Ville VoutilainenImplement N4089 Safe conversions in unique_ptr<T[]...
2015-08-03 Jonathan Wakelyre PR libstdc++/67078 (FAIL: 24_iterators/container_acc...
2015-07-30 Tim Shenregex_automaton.h (_State_base, _State<>): Remove _Trai...
2015-07-30 Jonathan Wakelyany (any::operator=(const any&)): Check for self-assign...
next