summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* * config/abi/pre/gnu.ver: Use [jmy] for size_t parameters.Jonathan Wakely2015-01-212-20/+24
* * testsuite/29_atomics/atomic/64658.cc: Test stored value.Jonathan Wakely2015-01-212-2/+7
* status_cxx2011.xml: Remove stray dbhtml tags.Jonathan Wakely2015-01-204-12/+14
* re PR libstdc++/64650 (std::experimental::bad_optional_access is not default ...Jonathan Wakely2015-01-203-2/+13
* Implement N3657: heterogeneous lookup in associative containers.Jonathan Wakely2015-01-2010-0/+1020
* Add C++11 std::string constructors for locales and facets.Jonathan Wakely2015-01-2014-3/+477
* re PR libstdc++/64658 (std::atomic_init() undefined)Jonathan Wakely2015-01-203-2/+39
* re PR libstdc++/64649 (regex_traits::lookup_classname() only works with rando...Tim Shen2015-01-194-65/+66
* re PR libstdc++/64584 (basic_regex::assign breaks *this if it throws regex_er...Tim Shen2015-01-196-40/+152
* range_access.h (begin, end): Use _GLIBCXX14_CONSTEXPR on overloads for arrays.Ville Voutilainen2015-01-193-3/+218
* re PR libstdc++/64646 (New overloads of std::is_permutation dereference past-...Jonathan Wakely2015-01-183-1/+44
* status_cxx2011.xml: Remove note about offsetof.Jonathan Wakely2015-01-183-4/+8
* * src/c++11/futex.cc: Fix order of includes and preprocessor condition.Jonathan Wakely2015-01-182-2/+3
* atomic_futex.h: Use mutex and condition_variable when atomic int is not lock-...Jonathan Wakely2015-01-183-47/+52
* re PR libstdc++/64638 (Build failure with recent futex changes in libstdc++, ...Jonathan Wakely2015-01-172-2/+10
* status_cxx2011.xml: Update C++11 status.Ville Voutilainen2015-01-175-37/+37
* DR 488 PR libstdc++/58357Jonathan Wakely2015-01-177-26/+134
* re PR libstdc++/60940 (general operations on atomic types do not work with at...Jonathan Wakely2015-01-175-170/+204
* re PR libstdc++/56785 (std::tuple of two elements does not apply empty base c...Jonathan Wakely2015-01-173-24/+163
* 1.cc: Remove unused header.Jonathan Wakely2015-01-174-3/+9
* locale_conv.h (wstring_convert, [...]): New.Jonathan Wakely2015-01-1610-0/+727
* Implement C++11 <codecvt> header.Jonathan Wakely2015-01-169-41/+1304
* libstdc++: Optimize synchronization in std::future if futexes are available.Torvald Riegel2015-01-1610-53/+459
* acinclude.m4: Fix typo in comment.Jonathan Wakely2015-01-1615-12/+757
* libstdc++: Add POSIX variant of shared_timed_mutex.Torvald Riegel2015-01-162-0/+188
* re PR c++/64356 (Some constexpr expressions not recognized as constexpr)Jason Merrill2015-01-133-9/+0
* re PR libstdc++/64571 (Link failure with fstream due to new string implementa...Jonathan Wakely2015-01-132-0/+12
* re PR libstdc++/64553 (Missing '# ifdef _GLIBCXX_USE_WCHAR_T' in src/c++11/cx...Jonathan Wakely2015-01-122-18/+43
* re PR libstdc++/64560 (building libstdc++ with -fno-rtti fails in new cxx11-s...Jonathan Wakely2015-01-122-0/+8
* libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library.Thomas Schwinge2015-01-102-1/+9
* re PR libstdc++/64476 (std::uninitialized_copy tests assignability the wrong ...Jonathan Wakely2015-01-093-2/+76
* unwind-arm-common.h: Revert previous commit.Andreas Tobler2015-01-092-29/+12
* configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.Andreas Tobler2015-01-093-8/+36
* re PR libstdc++/64239 (regex_iterator::operator= should copy match_results::p...Tim Shen2015-01-094-1/+54
* re PR libstdc++/60132 (C++11: lack of is_trivially_copy_constructible)Jonathan Wakely2015-01-0814-15/+42
* * include/bits/hashtable_policy.h: Use __bool_constant.Jonathan Wakely2015-01-082-4/+5
* Makefile.am: Compile del_ops.cc as C++14.Jonathan Wakely2015-01-073-0/+17
* * config/abi/pre/gnu.ver: Fix version conflict for std::locale::name().Jonathan Wakely2015-01-062-1/+5
* Update copyright years.Jakub Jelinek2015-01-057420-7420/+7424
* re PR libstdc++/64483 (FAIL: 18_support/exception_ptr/64241.cc (test for exce...Jonathan Wakely2015-01-042-0/+7
* 64422.cc: Fix copyright date.Jonathan Wakely2015-01-022-1/+6
* re PR libstdc++/64475 (FAIL: 28_regex/algorithms/regex_match/ecma/char/backre...Tim Shen2015-01-022-1/+7
* re PR c++/64422 (basic_string::erase is unresloved)Bernd Edlinger2015-01-023-0/+76
* re PR web/64468 (Incorrect indentation in Doxygen-generated sources of libstd...Jonathan Wakely2015-01-022-1/+6
* re PR libstdc++/64438 (Removing string-conversion requirement causes libstdc+...Jonathan Wakely2015-01-0211-0/+39
* Rotate libstdc++-v3/ChangeLogJonathan Wakely2015-01-021-0/+0
* re PR libstdc++/64441 (A match_results returns an incorrect sub_match if the ...Tim Shen2014-12-313-2/+8
* c99_classification_macros_c.cc: Add *-*-aix* to dg-xfail-if, dg-excess-errors.David Edelsohn2014-12-282-2/+7
* Compile locale-inst.cc and wlocale-inst.cc as C++11.Jonathan Wakely2014-12-239-25/+26
* basic_string.h: Fix _S_local_capacity for large sizeof(_CharT).Paolo Carlini2014-12-222-1/+6