aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2013-11-01Fix date of previous ChangeLog entry.Jonathan Wakely1-1/+1
2013-11-01enable_special_members.h: New.Michael Brune48-6/+4785
2013-11-01* include/bits/stl_function.h (logical_not<void>): Add noexcept.Jonathan Wakely2-1/+7
2013-11-01re PR libstdc++/58952 (Construct "std::getchar()" rejected when getchar is ma...Paolo Carlini2-0/+6
2013-11-01N3421 C++1y Transparent functorsJonathan Wakely4-1/+455
2013-10-31tuple (_Index_tuple, [...]): Move to <utility>.Jonathan Wakely6-23/+162
2013-10-31configure.ac: Add header checks for fenv.h and complex.h.Steve Ellcey3-0/+30
2013-10-31Implement C++14 digit separators.Edward Smith-Rowland2-2/+8
2013-10-3148631_neg.cc: Tweak dg-prune.Paolo Carlini2-0/+5
2013-10-30pointer_partial_void.cc: Fix and enable VERIFY tests.Jonathan Wakely2-4/+9
2013-10-30shared_ptr (__shared_ptr): Assert non-void pointer.Jonathan Wakely8-4/+81
2013-10-29re PR libstdc++/58839 (dereferencing void* in shared_ptr(unique_ptr&& u) cons...Jonathan Wakely5-2/+149
2013-10-29hashtable.cc (__access_protected_ctor): Define and use new type instead of _H...Jonathan Wakely3-5/+13
2013-10-28regex_executor.tcc: Add comments.Tim Shen2-38/+71
2013-10-26regex.h: Remove unnecessary friends.Tim Shen12-783/+503
2013-10-25formatter.h (__check_singular): Add const on iterator reference.François Dumont6-14/+199
2013-10-23testsuite_containergen.h: New.Chris Jefferson7-0/+355
2013-10-23Fix up ChangeLog entries (name, e-mail, formatting, otherwise).Gerald Pfeifer1-1/+1
2013-10-23* include/bits/hashtable.h (_Hashtable): Force EBO for _Hash_code_base.Jason Merrill2-1/+5
2013-10-23re PR libstdc++/58850 (Conversion error in chrono)Paolo Carlini3-6/+55
2013-10-23contrib.texi ([Fran@,{c}ois Dumont], [...]): New entries.Paolo Carlini2-3/+7
2013-10-23re PR libstdc++/58815 (Casting/Conversion operator for std::decimal not suppo...Paolo Carlini3-6/+58
2013-10-23basic_string.h (operator""s): Remove space between quotes and literal identif...Edward Smith-Rowland3-16/+23
2013-10-23Implement N3779 - User-defined Literals for std::complex, part 2 of UDL for S...Ed Smith-Rowland4-0/+136
2013-10-21re PR libstdc++/58804 (dynamic_bitset<> uses popcountl on long long)Edward Smith-Rowland3-5/+18
2013-10-20regex.h: Remove virtual class _Automaton.Tim Shen7-57/+66
2013-10-20re PR libstdc++/58800 (std::nth_element segfaults on valid input)Chris Jefferson3-1/+61
2013-10-19re PR libstdc++/58729 (tr2::dynamic_bitset::resize fails)Edward Smith-Rowland6-254/+408
2013-10-18regex_scanner.tcc: (_Scanner<>::_M_scan_normal...Tim Shen3-4/+62
2013-10-17regex.h (regex_token_iterator<>::regex_token_iterator): Fix initialization or...Tim Shen9-72/+94
2013-10-16regex.h (regex_token_iterator<>::regex_token_iterator): Add initialization fo...Tim Shen3-1/+10
2013-10-15Add missing function in 20_util/exchange/1.cc.Diego Novillo2-2/+9
2013-10-15re PR libstdc++/58737 (leak in std::regex_match)Tim Shen3-0/+15
2013-10-11Update x32 baseline_symbols.txtH.J. Lu2-0/+21
2013-10-11Adding missing dg-require-atomic-builtins to libstdc++ test case.Marcus Shawcroft2-0/+6
2013-10-0958659.cc: Use VERIFY instead of aborting.Jonathan Wakely2-2/+6
2013-10-09Fix unprototyped abort() introduced in libstdc++/58659.cc testcase.Marcus Shawcroft2-1/+5
2013-10-08* testsuite/*: Remove stray semi-colons after function definitions.Jonathan Wakely71-75/+79
2013-10-08re PR libstdc++/58659 (Construction of shared_ptr from unique_ptr mismatches ...Jonathan Wakely4-50/+102
2013-10-08regex_executor.h: Add _TodoList class.Tim Shen4-83/+234
2013-10-06regex.h: (regex_token_iterator<>::regex_token_iterator): Fix compile error.Tim Shen42-317/+680
2013-10-06re PR libstdc++/58625 (std::signbit always converts to double)Oleg Endo2-2/+10
2013-10-03regex_executor.tcc (_DFSExecutor<>::_M_dfs): Fix wrong backup variable initia...Tim Shen2-1/+6
2013-10-03re PR libstdc++/58604 (Text truncation in comments of /usr/include/c++/4.7/ve...John Woolverton2-1/+6
2013-10-03del_op.cc (operator delete): Don't test for 0 before free.Marc Glisse3-5/+22
2013-10-02re PR libstdc++/58569 (Compilation error when a class contains multiple std::...Jonathan Wakely3-9/+42
2013-10-02re PR libstdc++/58594 (std::make_shared does not accept const types as parame...Jonathan Wakely3-3/+37
2013-10-022013-10-02 Tim Shen <timshen91@gmail.com>Tim Shen4-10/+30
2013-10-01status_cxx2011.xml: Change "is not implemented" to "is not correctly implemen...Tim Shen2-1/+6
2013-10-01status_cxx2011.xml: Update regex status.Tim Shen3-37/+37