aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-11Define __void_t and SFINAE-friendly iterator_traits.Jonathan Wakely7-45/+43
2014-11-11Make std::mem_fn work with varargs functions.Jonathan Wakely9-158/+151
2014-11-11associative-containers.cc: Add new file missed from earlier commit.Siva Chandra Reddy2-0/+84
2014-11-11re PR libstdc++/61107 (stl_algo.h: std::__inplace_stable_partition() doesn't ...François Dumont6-79/+189
2014-11-11re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))Francois-Xavier Coudert2-1/+6
2014-11-11xmethods.py: Add xmethods for associative containers.Siva Chandra Reddy2-0/+66
2014-11-11re PR libstdc++/63811 (r217322 breaks bootstrap)Jonathan Wakely2-1/+7
2014-11-10Fix std::deque move construction with non-equal allocators.Jonathan Wakely6-12/+60
2014-11-10Major maintenance patch of the profile mode.François Dumont24-1540/+1917
2014-11-05re PR libstdc++/63698 (std::set leaks nodes on assignment)François Dumont3-11/+61
2014-11-04* testsuite/util/testsuite_allocator.h (operator==): Fix recursion.Jonathan Wakely2-1/+3
2014-11-04numeric.h: Do not use default arguments in function template redeclarations (...Jonathan Wakely2-6/+6
2014-11-04Do not assume allocator is assignable.Jonathan Wakely3-15/+60
2014-11-04Make reference_wrapper trivially copyable.Jonathan Wakely4-12/+43
2014-11-04Use ctype_base::blank in regex_traits.Jonathan Wakely3-11/+9