aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Implement LWG DR 2329 and DR 2332.Jonathan Wakely1-0/+11
2014-12-10future (__future_base::_Setter::operator(), [...]): Make call operators const.Jonathan Wakely1-0/+3
2014-12-10locale_facets.tcc (numpunct::_M_cache): Avoid calling virtual functions twice.Jonathan Wakely1-0/+10
2014-12-09re PR libstdc++/64203 (shared_mutex compile errors on bare-metal targets)Jonathan Wakely1-0/+6
2014-12-06Fix ChangeLog format.Tim Shen1-2/+2
2014-12-05hashtable_policy.h (_Map_base::operator[], [...]): Simplify definitions with ...Jonathan Wakely1-0/+5
2014-12-04re PR libstdc++/64140 (match_results.prefix() returns an incorrect result if ...Tim Shen1-0/+8
2014-12-03re PR libstdc++/13631 (Problems in messages)François Dumont1-0/+30
2014-12-03regex_compiler.h (_S_cache_size): Multiply the RHS of the shift-expression by...Marek Polacek1-0/+5
2014-12-03re PR libstdc++/64168 (FAIL: 30_threads/async/sync.cc execution test)Jonathan Wakely1-0/+5
2014-12-03hashtable.h: Fix whitespace and simplify function definitions with trailing r...Jonathan Wakely1-0/+5
2014-12-03re PR libstdc++/64161 (bootstrap error: condition_variable.cc:134:7: error: '...Jonathan Wakely1-0/+5
2014-12-02status_cxx2011.xml: Update.Jonathan Wakely1-0/+4
2014-12-02Define *_at_thread_exit() functions.Jonathan Wakely1-0/+33
2014-12-01re PR libstdc++/63840 (std::function copy constructor deletes an uninitialize...Jonathan Wakely1-0/+10
2014-11-30* config/abi/pre/gnu.ver: Fix ios_base::failure exports.Jonathan Wakely1-0/+4
2014-11-29locale_init.cc (locale::_Impl::_Impl(size_t)): Use new-initializer instead of...Jonathan Wakely1-0/+5
2014-11-29nonio.h (__timepunct): Remove unused typedef.Jonathan Wakely1-0/+6
2014-11-26XFAIL 27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc on Solaris (P...Jonathan Wakely1-0/+7
2014-11-25Ensure single 'UNSUPPORTED: prettyprinters.exp' messageTom de Vries1-0/+5
2014-11-25re PR libstdc++/63920 (Any regular expression should not match an empty seque...Tim Shen1-0/+10
2014-11-21Always use PIC option with -shared in libtoolH.J. Lu1-0/+5
2014-11-18re PR libstdc++/43622 (Incomplete C++ library support for __float128)Marc Glisse1-0/+9
2014-11-17re PR c++/33911 (attribute deprecated vs. templates)Jason Merrill1-0/+5
2014-11-14mt_allocator.cc: Fix assumption that sizeof(void *) is equal to sizeof(size_t).Joel Sherrill1-0/+5
2014-11-14Define C++11 version of std::ios_base::failure.Jonathan Wakely1-0/+19
2014-11-14regex.h: Support embedded zeros in sub_match comparisons (DR 2217)Daniel Kruegler1-0/+7
2014-11-13re PR libstdc++/63775 ([C++11] Regex range with leading dash (-) not working)Tim Shen1-0/+12
2014-11-12std::shared_ptr atomic operationsJonathan Wakely1-0/+13
2014-11-12Implement resolutions of LWG 2399, 2400 and 2401.Jonathan Wakely1-0/+10
2014-11-12LWG DR 2315. weak_ptr should be movableJonathan Wakely1-0/+9
2014-11-12Add -Wno-deprecated to dg-options.Jonathan Wakely1-0/+12
2014-11-121.cc: Remove unused header.Jonathan Wakely1-0/+7
2014-11-12optional (_Has_addressof): Check for non-member operator&.Jonathan Wakely1-0/+7
2014-11-11Define __void_t and SFINAE-friendly iterator_traits.Jonathan Wakely1-0/+11
2014-11-11Make std::mem_fn work with varargs functions.Jonathan Wakely1-0/+16
2014-11-11associative-containers.cc: Add new file missed from earlier commit.Siva Chandra Reddy1-0/+5
2014-11-11re PR libstdc++/61107 (stl_algo.h: std::__inplace_stable_partition() doesn't ...François Dumont1-0/+12
2014-11-11re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))Francois-Xavier Coudert1-0/+5
2014-11-11xmethods.py: Add xmethods for associative containers.Siva Chandra Reddy1-0/+6
2014-11-11re PR libstdc++/63811 (r217322 breaks bootstrap)Jonathan Wakely1-0/+6
2014-11-10Fix std::deque move construction with non-equal allocators.Jonathan Wakely1-0/+14
2014-11-10Major maintenance patch of the profile mode.François Dumont1-0/+292
2014-11-05re PR libstdc++/63698 (std::set leaks nodes on assignment)François Dumont1-0/+8
2014-11-04* testsuite/util/testsuite_allocator.h (operator==): Fix recursion.Jonathan Wakely1-0/+2
2014-11-04numeric.h: Do not use default arguments in function template redeclarations (...Jonathan Wakely1-0/+3
2014-11-04Do not assume allocator is assignable.Jonathan Wakely1-0/+4
2014-11-04Make reference_wrapper trivially copyable.Jonathan Wakely1-0/+5
2014-11-04Use ctype_base::blank in regex_traits.Jonathan Wakely1-0/+5
2014-11-04* include/std/functional (_Bind_simple): Simplify construction.Jonathan Wakely1-0/+2