aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2014-12-17re PR libstdc++/64302 (The match_results::cbegin()/cend() return incorrect re...Tim Shen4-12/+78
2014-12-16gnu.ver (CXXABI_1.3.9): Export not just _Zd[la]Pvm...Jakub Jelinek2-2/+8
2014-12-16gnu-versioned-namespace.ver: And other size_t manglings.Jason Merrill2-2/+5
2014-12-16gnu-versioned-namespace.ver: Export _ZdlPvm and _ZdaPvm.Jason Merrill2-0/+9
2014-12-15N3778: Sized DeallocationJason Merrill6-11/+95
2014-12-13re PR libstdc++/64239 (regex_iterator::operator= should copy match_results::p...Tim Shen4-28/+72
2014-12-13Post-Urbana updates to Library Fundamentals v1.Jonathan Wakely10-376/+64
2014-12-13re PR libstdc++/58594 (std::make_shared does not accept const types as parame...Jonathan Wakely2-4/+10
2014-12-12re PR libstdc++/58594 (std::make_shared does not accept const types as parame...Jonathan Wakely4-3/+44
2014-12-12re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...Jonathan Wakely24-57/+84
2014-12-12re PR libstdc++/64241 (make_exception_ptr returns garbage with -fno-exceptions)Jonathan Wakely3-4/+52
2014-12-12stl_iterator.h (make_reverse_iterator): LWG DR 2285.Jonathan Wakely4-0/+55
2014-12-12[libstdc++][testsuite] Mark as UNSUPPORTED tests that don't fit into tiny mem...Kyrylo Tkachov2-2/+25
2014-12-11Remove N3639 "array of runtime length" from -std=c++14.Jason Merrill5-24/+29
2014-12-113.cc: Only use a thread_local when __cxa_thread_atexit_impl is available.Jonathan Wakely2-0/+10
2014-12-10Implement LWG DR 2329 and DR 2332.Jonathan Wakely6-0/+186
2014-12-10future (__future_base::_Setter::operator(), [...]): Make call operators const.Jonathan Wakely2-6/+9
2014-12-10locale_facets.tcc (numpunct::_M_cache): Avoid calling virtual functions twice.Jonathan Wakely4-32/+46
2014-12-09re PR libstdc++/64203 (shared_mutex compile errors on bare-metal targets)Jonathan Wakely3-10/+19
2014-12-06Fix ChangeLog format.Tim Shen1-2/+2
2014-12-05hashtable_policy.h (_Map_base::operator[], [...]): Simplify definitions with ...Jonathan Wakely2-12/+13
2014-12-04re PR libstdc++/64140 (match_results.prefix() returns an incorrect result if ...Tim Shen3-2/+67
2014-12-03re PR libstdc++/13631 (Problems in messages)François Dumont6-91/+441
2014-12-03regex_compiler.h (_S_cache_size): Multiply the RHS of the shift-expression by...Marek Polacek2-1/+9
2014-12-03re PR libstdc++/64168 (FAIL: 30_threads/async/sync.cc execution test)Jonathan Wakely2-1/+6
2014-12-03hashtable.h: Fix whitespace and simplify function definitions with trailing r...Jonathan Wakely2-158/+131
2014-12-03re PR libstdc++/64161 (bootstrap error: condition_variable.cc:134:7: error: '...Jonathan Wakely2-0/+6
2014-12-02status_cxx2011.xml: Update.Jonathan Wakely4-41/+21
2014-12-02Define *_at_thread_exit() functions.Jonathan Wakely9-30/+527
2014-12-01re PR libstdc++/63840 (std::function copy constructor deletes an uninitialize...Jonathan Wakely5-3/+123
2014-11-30* config/abi/pre/gnu.ver: Fix ios_base::failure exports.Jonathan Wakely2-1/+14
2014-11-29locale_init.cc (locale::_Impl::_Impl(size_t)): Use new-initializer instead of...Jonathan Wakely3-16/+11
2014-11-29nonio.h (__timepunct): Remove unused typedef.Jonathan Wakely2-7/+11
2014-11-26XFAIL 27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc on Solaris (P...Jonathan Wakely2-0/+8
2014-11-25Ensure single 'UNSUPPORTED: prettyprinters.exp' messageTom de Vries2-0/+12
2014-11-25re PR libstdc++/63920 (Any regular expression should not match an empty seque...Tim Shen4-8/+20
2014-11-21Always use PIC option with -shared in libtoolH.J. Lu2-3/+8
2014-11-20re PR c++/63959 (G++ misreports volatile int as trivially copyable)Ville Voutilainen1-0/+2
2014-11-18re PR libstdc++/43622 (Incomplete C++ library support for __float128)Marc Glisse5-3/+31
2014-11-17re PR c++/33911 (attribute deprecated vs. templates)Jason Merrill3-0/+17
2014-11-14mt_allocator.cc: Fix assumption that sizeof(void *) is equal to sizeof(size_t).Joel Sherrill2-2/+12
2014-11-14Define C++11 version of std::ios_base::failure.Jonathan Wakely13-17/+288
2014-11-14regex.h: Support embedded zeros in sub_match comparisons (DR 2217)Daniel Kruegler3-4/+78
2014-11-13re PR libstdc++/63775 ([C++11] Regex range with leading dash (-) not working)Tim Shen4-17/+116
2014-11-12std::shared_ptr atomic operationsJonathan Wakely10-0/+540
2014-11-12Implement resolutions of LWG 2399, 2400 and 2401.Jonathan Wakely6-26/+50
2014-11-12LWG DR 2315. weak_ptr should be movableJonathan Wakely5-22/+99
2014-11-12Add -Wno-deprecated to dg-options.Jonathan Wakely9-8/+20
2014-11-121.cc: Remove unused header.Jonathan Wakely6-5/+7
2014-11-12optional (_Has_addressof): Check for non-member operator&.Jonathan Wakely4-6/+29