]> gcc.gnu.org Git - gcc.git/history - libstdc++-v3
decl.c (elaborate_reference_1): Do not bother about operand #2 for COMPONENT_REF.
[gcc.git] / libstdc++-v3 /
2016-04-29 Chris GregoryRemove trailing whitespace from libstdc++-v3 files
2016-04-28 Jonathan Wakelylibstdc++/70766 use std::addressof instead of operator&
2016-04-28 Jonathan Wakelyhashtable_policy.h (__detail::_Insert_base, [...])...
2016-04-27 Jonathan Wakelylibstdc++/70767 Define std::numeric_limits<cv T> in...
2016-04-24 Jonathan Wakelylibstdc++/70762 fix fallback implementation of nonexist...
2016-04-23 Tim Shenre PR libstdc++/70745 (Wrong handling of regex_constant...
2016-04-20 Jonathan WakelyFix std::codecvt_utf8* for big-endian targets
2016-04-19 Jonathan Wakelylibstdc++/69703 ignore endianness in codecvt_utf8
2016-04-19 Jonathan Wakelylibstdc++/70609 fix filesystem::copy()
2016-04-19 Jonathan WakelyAdd noexcept to Filesystem TS operators
2016-04-19 Edward Smith-Rowlandc++14_warning.h: Do not refer C++14 as experimental.
2016-04-18 Jonathan WakelyPR libstdc++/41759 reword static assertions in <random>
2016-04-18 Jonathan WakelyRemove unused typedefs in std::bind types
2016-04-18 Jonathan Wakely* config/cpu/sh/atomicity.h: Fix typo in comment.
2016-04-18 Jonathan WakelyDefine std::thread::id comparison operators at namespac...
2016-04-18 Jonathan WakelyMake use of extensions more explicit in libstdc++ tests
2016-04-18 Jonathan WakelyDon't include internal header in libstdc++ tests
2016-04-18 Jonathan WakelyAdd attribute((unused)) in libstdc++ headers
2016-04-18 Jonathan WakelyAvoid -Wsign-compare warnings in std::to_string()
2016-04-18 Edward Smith-RowlandTrivial comment misspelling.
2016-04-18 Edward Smith-RowlandObvious typo in comment.
2016-04-14 Jason MerrillRevert empty class parameter passing ABI changes.
2016-04-13 Martin SeborPR c++/69517 - [5/6 regression] SEGV on a VLA with...
2016-04-13 Jonathan WakelyAdjust for new empty class parameter passing ABI.
2016-04-12 Edward Smith-RowlandDocument C++17/TR29124 C++ Special Math Functions.
2016-04-07 Jonathan Wakely* testsuite/30_threads/thread/70503.cc: Adjust from...
2016-04-06 Eric BotcazouMakefile.am (libstdc++-symbols.ver): Remove useless...
2016-04-05 Jonathan WakelyRestore atomic builtins usage in libstdc++-v3
2016-04-05 Jonathan Wakely* testsuite/30_threads/thread/70503.cc: Require -static...
2016-04-05 Jonathan WakelyEnsure std::thread helpers have internal linkage
2016-04-05 Ville Voutilainenre PR libstdc++/70437 (Instantiation loop with pair...
2016-03-24 Jonathan Wakelylibstdc++/69945 Add __gnu_cxx::__freeres hook
2016-03-23 Bernd EdlingerMakefile.am (install-freestanding-headers): Add concept...
2016-03-18 Uros Bizjak* libsupc++/guard.cc: Revert my last commit.
2016-03-18 Uros BizjakRevert:
2016-02-24 Jonathan Wakelylibstdc++/69939 Qualify get and forward
2016-02-23 Jonathan WakelyDocument __STDCPP_WANT_MATH_SPEC_FUNCS__ macro
2016-02-23 Jonathan Wakelylibstdc++/69893 make <tr1/cmath> work with C++11
2016-02-23 Bernd Edlingerre PR libstdc++/69881 (with gcc-6 of today building...
2016-02-17 Tim Shenre PR libstdc++/69794 (std::regex_search match failure...
2016-02-12 Mike StumpFix FAIL: special_functions/18_riemann_zeta/check_value...
2016-02-09 Mike StumpEnsure stdout is newline terminated for status wrappers.
2016-02-08 Jonathan WakelyRemove accidentally added 'constexpr' in previous commit
2016-02-08 Jonathan WakelyEnable isinf/isnan checks for all targets
2016-02-05 Dominik Vogtlibstdc++: S/390: Add missing baseline_symbols.txt...
2016-02-04 Jonathan WakelyTest for C99 stdlib.h functions with -std=c++98
2016-02-04 Jonathan WakelyRegenerate front page of libstdc++ HTML docs
2016-02-04 Jonathan WakelyUpdate copyright years in libstdc++ manual and add...
2016-02-01 Bernd EdlingerDon't define guard macros when doing #include_next...
2016-01-29 Jonathan WakelyFix Cygwin bootstrap error due to TM symbols
2016-01-28 John David Anglinre PR libstdc++/69450 (libstdc++-v3/include/math.h...
2016-01-27 Jakub Jelinek* testsuite/libstdc++-prettyprinters/whatis.cc: Include...
2016-01-27 Jonathan WakelySet FP options for failing special functions tests
2016-01-26 Jonathan WakelyFix assertions for move assignment of trivial types
2016-01-26 Andris PavenisFix build failure when wide character support is not...
2016-01-25 Jonathan WakelyAvoid including all of <random> in <algorithm>
2016-01-23 John David Anglinre PR libstdc++/69446 (cow-stdexcept.cc:374:1: error...
2016-01-22 Edward Smith-RowlandTR29124 C++ Special Math - <math.h> pulls funcs into...
2016-01-22 Jonathan WakelyConstrain std::valarray functions and operators
2016-01-22 Jonathan WakelyAllow _GLIBCXX_HAVE_OBSOLETE_ISINF_ISNAN to be overridden
2016-01-21 Jonathan Wakelylibstdc++/69406 Fix test to check for supported headers
2016-01-20 Torvald Riegellibstdc++: Darwin does not support weak refs without...
2016-01-20 Jonathan WakelyAdd C++11 <cmath> overloads to the global namespace
2016-01-20 Jonathan WakelyEnsure C++ language linkage in cmath and cstdlib
2016-01-19 Jonathan WakelyAdd C++-conforming wrappers for stdlib.h and math.h
2016-01-18 Torvald Riegellibstdc++: Fix usage of __GXX_WEAK__ in TM TS support.
2016-01-18 Jonathan WakelyAdd test for PR 60637
2016-01-18 Jonathan WakelyFix PR number in changelog for commit r232504
2016-01-18 Jonathan WakelyFix construction of std::function from null pointer...
2016-01-18 Jonathan WakelyFix libstdc++ build with -fno-exceptions
2016-01-17 John David Anglinre PR libstdc++/68734 (FAIL: libstdc++-abi/abi_check)
2016-01-17 Torvald Riegellibstdc++: Fix static_assert.
2016-01-16 H.J. LuRevert the accidental checkin
2016-01-16 H.J. LuAdd __int128 symbols to x32 aseline_symbols.txt
2016-01-15 Jonathan WakelyUse static assertion for uses-allocator construction
2016-01-15 Jonathan WakelyPR libstdc++/69294 Check for isinf and isnan on AIX
2016-01-15 Torvald Riegellibstdc++: Make certain exceptions transaction_safe.
2016-01-15 Steve Ellceyrandom.tcc: Use __builtin_isfinite instead of std:...
2016-01-15 Jonathan Wakely* include/bits/std_mutex.h: Fix Doxygen @file name.
2016-01-14 Edward Smith-RowlandImplement TR29124 C++ special Math Functions.
2016-01-13 Jonathan WakelyUse ::isinf and ::isnan if libc defines them
2016-01-13 Rainer OrthIntroduce separate baselines for Solaris 10 and 11...
2016-01-12 Daniel Krueglerlibstdc++/68877 Reimplement std::__is_swappable
2016-01-12 Jonathan WakelyExtend std::function test for PR 68995
2016-01-12 Jonathan WakelyPrevent recursive instantiation in std::function
2016-01-11 Jonathan Wakelyallocator_traits<allocator<T>> partial specialization
2016-01-08 Jonathan WakelyUse -std option in test for C99 macros in <cmath>
2016-01-08 Jonathan WakelyFix PR number in previous commit
2016-01-08 Jonathan WakelyAdd missing include for std::__addressof
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-25 Jason MerrillCorrect use of __GXX_WEAK__ macro.
2015-12-22 Jonathan WakelyAdd inline to std::__invfwd
2015-12-21 Jonathan WakelyRename test file that had incorrect bug number
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...
next
This page took 0.145768 seconds and 8 git commands to generate.