aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2015-01-02re PR libstdc++/64475 (FAIL: 28_regex/algorithms/regex_match/ecma/char/backre...Tim Shen1-1/+1
2014-12-31re PR libstdc++/64441 (A match_results returns an incorrect sub_match if the ...Tim Shen2-2/+2
2014-12-22basic_string.h: Fix _S_local_capacity for large sizeof(_CharT).Paolo Carlini1-1/+1
2014-12-22re PR libstdc++/37522 (Incorrect vswprintf prototype breaks __to_xstring)Jonathan Wakely1-2/+3
2014-12-22re PR libstdc++/60271 ([DR2369] [C++1y] std::max(initializer_list<T>) cannot ...Ville Voutilainen6-3/+97
2014-12-22re PR libstdc++/54354 (TODO extended iomanip manipulators std::get_time and s...Rüdiger Sonderfeld1-0/+54
2014-12-22re PR libstdc++/60396 (Missing time_get<>::get() functions)Rüdiger Sonderfeld2-0/+182
2014-12-21re PR libstdc++/64367 (g++-v5/stdexcept:52:28: error: invalid use of non-stat...Jonathan Wakely1-1/+1
2014-12-20vector (std::__debug::vector<>::clear()): Do not reset guaranteed capacity.François Dumont1-1/+0
2014-12-20c++config: inline __cxx11 namespace within namespace __cxx1998.François Dumont1-3/+7
2014-12-19New std::string implementation.Jonathan Wakely18-64/+3218
2014-12-17re PR libstdc++/64302 (The match_results::cbegin()/cend() return incorrect re...Tim Shen2-12/+18
2014-12-13re PR libstdc++/64239 (regex_iterator::operator= should copy match_results::p...Tim Shen2-28/+14
2014-12-13Post-Urbana updates to Library Fundamentals v1.Jonathan Wakely4-193/+45
2014-12-13re PR libstdc++/58594 (std::make_shared does not accept const types as parame...Jonathan Wakely1-4/+5
2014-12-12re PR libstdc++/58594 (std::make_shared does not accept const types as parame...Jonathan Wakely1-1/+1
2014-12-12re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...Jonathan Wakely11-40/+40
2014-12-12stl_iterator.h (make_reverse_iterator): LWG DR 2285.Jonathan Wakely2-0/+14
2014-12-10Implement LWG DR 2329 and DR 2332.Jonathan Wakely1-0/+51
2014-12-10future (__future_base::_Setter::operator(), [...]): Make call operators const.Jonathan Wakely1-6/+6
2014-12-10locale_facets.tcc (numpunct::_M_cache): Avoid calling virtual functions twice.Jonathan Wakely3-32/+36
2014-12-09re PR libstdc++/64203 (shared_mutex compile errors on bare-metal targets)Jonathan Wakely1-6/+7
2014-12-05hashtable_policy.h (_Map_base::operator[], [...]): Simplify definitions with ...Jonathan Wakely1-12/+8
2014-12-04re PR libstdc++/64140 (match_results.prefix() returns an incorrect result if ...Tim Shen1-2/+6
2014-12-03re PR libstdc++/13631 (Problems in messages)François Dumont1-2/+4
2014-12-03regex_compiler.h (_S_cache_size): Multiply the RHS of the shift-expression by...Marek Polacek1-1/+4
2014-12-03re PR libstdc++/64168 (FAIL: 30_threads/async/sync.cc execution test)Jonathan Wakely1-1/+1
2014-12-03hashtable.h: Fix whitespace and simplify function definitions with trailing r...Jonathan Wakely1-158/+126
2014-12-02Define *_at_thread_exit() functions.Jonathan Wakely2-29/+206
2014-12-01re PR libstdc++/63840 (std::function copy constructor deletes an uninitialize...Jonathan Wakely2-3/+3
2014-11-29nonio.h (__timepunct): Remove unused typedef.Jonathan Wakely1-7/+5
2014-11-25re PR libstdc++/63920 (Any regular expression should not match an empty seque...Tim Shen2-8/+8
2014-11-17re PR c++/33911 (attribute deprecated vs. templates)Jason Merrill2-0/+12
2014-11-14Define C++11 version of std::ios_base::failure.Jonathan Wakely2-10/+67
2014-11-14regex.h: Support embedded zeros in sub_match comparisons (DR 2217)Daniel Kruegler1-4/+16
2014-11-13re PR libstdc++/63775 ([C++11] Regex range with leading dash (-) not working)Tim Shen2-17/+53
2014-11-12std::shared_ptr atomic operationsJonathan Wakely4-0/+333
2014-11-12Implement resolutions of LWG 2399, 2400 and 2401.Jonathan Wakely3-24/+38
2014-11-12LWG DR 2315. weak_ptr should be movableJonathan Wakely2-20/+88
2014-11-12optional (_Has_addressof): Check for non-member operator&.Jonathan Wakely1-6/+18
2014-11-11Define __void_t and SFINAE-friendly iterator_traits.Jonathan Wakely4-39/+27
2014-11-11Make std::mem_fn work with varargs functions.Jonathan Wakely2-149/+81
2014-11-11re PR libstdc++/61107 (stl_algo.h: std::__inplace_stable_partition() doesn't ...François Dumont1-60/+37
2014-11-11re PR libstdc++/63811 (r217322 breaks bootstrap)Jonathan Wakely1-1/+1
2014-11-10Fix std::deque move construction with non-equal allocators.Jonathan Wakely1-8/+42
2014-11-10Major maintenance patch of the profile mode.François Dumont22-1507/+1606
2014-11-05re PR libstdc++/63698 (std::set leaks nodes on assignment)François Dumont1-11/+18
2014-11-04numeric.h: Do not use default arguments in function template redeclarations (...Jonathan Wakely1-6/+3
2014-11-04Do not assume allocator is assignable.Jonathan Wakely1-15/+3
2014-11-04Make reference_wrapper trivially copyable.Jonathan Wakely1-8/+2