summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* fstream (basic_filebuf::open): Use preformatted text for table in Doxygen com...Jonathan Wakely2013-12-032-1/+8
* regex_compiler.h: Add todo comment.Tim Shen2013-12-033-0/+10
* exception, [...]: Remove empty dirs.Matthias Klose2013-11-291-0/+6
* Fix ext/random/hypergeometric_distribution/operators/values.cc on Solaris 9Rainer Orth2013-11-272-2/+4
* Fix ext/random/hypergeometric_distribution/operators/values.cc on Solaris 9Rainer Orth2013-11-272-0/+7
* safe_local_iterator.h (_Safe_local_iterator<>): Remove _M_bucket, use same in...François Dumont2013-11-225-53/+53
* Makefile.am (check_DEJAGNU_normal_targets): Add 10.Jakub Jelinek2013-11-223-10/+21
* re PR libstdc++/59247 (Bootstrap fails due to errors in libstdc++ sources wit...Jonathan Wakely2013-11-227-7/+24
* acinclude.m4 (libtool_VERSION): Bump.Jonathan Wakely2013-11-224-2/+13
* values.cc: Fix further thinkos.Paolo Carlini2013-11-222-1/+8
* values.cc: Fix thinkos.Paolo Carlini2013-11-222-3/+8
* string_view: Rep empty string with unit-length static constexpr string.Edward Smith-Rowland2013-11-217-21/+52
* Implement __gnu_cxx::hypergeometric_distribution.Edward Smith-Rowland2013-11-2112-1/+762
* re PR libstdc++/49204 ([C++0x] remaining issues in <future>)Jonathan Wakely2013-11-207-42/+160
* re PR c++/59173 (Alias template in partial specialization finds name from pri...Jonathan Wakely2013-11-202-1/+7
* * testsuite/17_intro/static.cc: Ignore AIX TOC reload warnings.David Edelsohn2013-11-192-0/+9
* gnu.ver (_ZNSt11regex_errorC*): Export regex_error constructors.Jonathan Wakely2013-11-1912-63/+31
* noexcept.cc: Change to compile-only test.Jonathan Wakely2013-11-1912-168/+88
* string_view (_S_max_size): Remove.Paolo Carlini2013-11-194-22/+12
* * doc/xml/manual/status_cxx2014.xml: Create new table for TS statuses.Jonathan Wakely2013-11-192-18/+69
* shared_ptr_base.h (_Sp_counted_base<_S_single>): Use non-atomic operations.Jonathan Wakely2013-11-184-7/+47
* I forgot the ChangeLog and a comment fix for my last checkin.Edward Smith-Rowland2013-11-172-1/+87
* 55043.cc (equal): Add missing & on rhs parameter.François Dumont2013-11-162-4/+16
* Changed reference to Ch21 Strings in comments in experimental/string_view*.Edward Smith-Rowland2013-11-161-1/+1
* Implement N3762 string_view: a non-owning reference to a string.Edward Smith-Rowland2013-11-1666-2/+5137
* stl_bvector.h (vector<bool>::emplace_back()): LWG 2187: Define.Jonathan Wakely2013-11-153-1/+70
* build_hacking.xml: Fix documentation typos.Ondřej Bílka2013-11-1512-18/+34
* stl_map.h (map): Implement C++11 allocator-aware container requirements.Jonathan Wakely2013-11-1555-118/+2866
* rs6000.h (RS6000_SAVE_AREA): Handle ABI_ELFv2.Ulrich Weigand2013-11-142-0/+6
* alloc_traits.h (__allow_copy_cons): Remove.Jonathan Wakely2013-11-148-125/+19
* re PR libstdc++/59087 (Issues including complex.h in C++11/1y mode because of...Marc Glisse2013-11-132-16/+23
* re PR libstdc++/54562 (mutex and condition variable timers)Jonathan Wakely2013-11-112-14/+21
* re PR libstdc++/58982 (std::vector<std::atomic<int>> vai(10); does not compil...Jonathan Wakely2013-11-099-6/+311
* safe_iterator.h (_BeforeBeginHelper<>::_S_Is): Take only a const safe iterato...François Dumont2013-11-086-121/+139
* regex_compiler.h (__detail::__has_contiguous_iter): vector<bool> storage is n...Jonathan Wakely2013-11-082-2/+10
* regex_compiler.h (__detail::__compile_nfa): Overload so that std::basic_strin...Jonathan Wakely2013-11-082-1/+47
* regex_compiler.h (__detail::_AnyMatcher, [...]): Remove redundant _CharT temp...Jonathan Wakely2013-11-083-11/+19
* regex_automaton.h (__detail::_State, [...]): Remove redundant _CharT template...Jonathan Wakely2013-11-088-59/+80
* regex_automaton.h (__detail::_State): Split non-dependent parts into new _Sta...Jonathan Wakely2013-11-086-192/+228
* regex_automaton.h (_S_opcode_word_boundry): Rename to _S_opcode_word_boundary.Jonathan Wakely2013-11-065-9/+18
* N3655 C++1y TransformationTraits ReduxJonathan Wakely2013-11-0520-90/+563
* status_cxx2011.xml: Document aligned_union as missing.Jonathan Wakely2013-11-052-2/+8
* optional: Use __and_<> and __not_<> in conditions.Jonathan Wakely2013-11-056-129/+138
* Fix date of previous ChangeLog entry.Jonathan Wakely2013-11-011-1/+1
* enable_special_members.h: New.Michael Brune2013-11-0148-6/+4785
* * include/bits/stl_function.h (logical_not<void>): Add noexcept.Jonathan Wakely2013-11-012-1/+7
* re PR libstdc++/58952 (Construct "std::getchar()" rejected when getchar is ma...Paolo Carlini2013-11-012-0/+6
* N3421 C++1y Transparent functorsJonathan Wakely2013-11-014-1/+455
* tuple (_Index_tuple, [...]): Move to <utility>.Jonathan Wakely2013-10-316-23/+162
* configure.ac: Add header checks for fenv.h and complex.h.Steve Ellcey2013-10-313-0/+30