aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2013-10-23Implement N3779 - User-defined Literals for std::complex, part 2 of UDL for S...Ed Smith-Rowland2-0/+94
2013-10-20regex.h: Remove virtual class _Automaton.Tim Shen1-2/+2
2013-10-20re PR libstdc++/58800 (std::nth_element segfaults on valid input)Chris Jefferson1-0/+52
2013-10-19re PR libstdc++/58729 (tr2::dynamic_bitset::resize fails)Edward Smith-Rowland1-0/+64
2013-10-18regex_scanner.tcc: (_Scanner<>::_M_scan_normal...Tim Shen1-0/+50
2013-10-15Add missing function in 20_util/exchange/1.cc.Diego Novillo1-2/+4
2013-10-11Adding missing dg-require-atomic-builtins to libstdc++ test case.Marcus Shawcroft1-0/+1
2013-10-0958659.cc: Use VERIFY instead of aborting.Jonathan Wakely1-2/+1
2013-10-09Fix unprototyped abort() introduced in libstdc++/58659.cc testcase.Marcus Shawcroft1-1/+1
2013-10-08* testsuite/*: Remove stray semi-colons after function definitions.Jonathan Wakely70-75/+75
2013-10-08re PR libstdc++/58659 (Construction of shared_ptr from unique_ptr mismatches ...Jonathan Wakely2-1/+70
2013-10-08regex_executor.h: Add _TodoList class.Tim Shen1-0/+115
2013-10-06regex.h: (regex_token_iterator<>::regex_token_iterator): Fix compile error.Tim Shen34-140/+414
2013-10-02re PR libstdc++/58569 (Compilation error when a class contains multiple std::...Jonathan Wakely1-0/+29
2013-10-02re PR libstdc++/58594 (std::make_shared does not accept const types as parame...Jonathan Wakely1-0/+27
2013-10-022013-10-02 Tim Shen <timshen91@gmail.com>Tim Shen1-0/+5
2013-10-01re PR libstdc++/58576 (std::regex_match() reports mismatched braces on a vali...Tim Shen1-0/+98
2013-09-30re PR libstdc++/58437 (Sorting value in reverse order is much slower compare ...Chris Jefferson3-0/+203
2013-09-28regex_scanner.tcc (_Scanner<>::_M_eat_escape_posix): Let ordinary char escapi...Tim Shen1-2/+1
2013-09-27predefined_ops.h: New.François Dumont8-0/+458
2013-09-27re PR libstdc++/57465 (Failed postcondition for std::function constructed wit...Jonathan Wakely1-0/+31
2013-09-26regex_error.h: Remove _S_error_last to follow the standard.Tim Shen2-7/+5
2013-09-24Makefile.am: Add regex.tcc.Tim Shen5-14/+110
2013-09-21Print additional info when various out-of-range conditions are detected.Paul Pluzhnikov13-33/+22
2013-09-20re PR testsuite/57605 (colors break note pruning in the testsuite)Jakub Jelinek1-1/+1
2013-09-20re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse4-4/+4
2013-09-18re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse2-165/+0
2013-09-18regex.h: Add friend classes.Tim Shen4-12/+101
2013-09-18search_n.cc: Fix typo.Paolo Carlini1-1/+1
2013-09-18re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse4-4/+4
2013-09-17re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse4-4/+4
2013-09-14regex.h (regex_match<>, [...]): Change regex_executor caller.Tim Shen3-1/+152
2013-09-13re PR libstdc++/58415 (__sso_string_base move constructor does not null termi...Paolo Carlini2-0/+79
2013-09-12re PR libstdc++/58403 (__normal_iterator triggers odr-use)Paolo Carlini1-0/+34
2013-09-11re PR libstdc++/58358 (search_n has a Complexity violation for random access ...Mitsuru Kariya2-0/+49
2013-09-11value.cc: Change template args from char to wchar_t, literals from 'x' to L'x'.Ed Smith-Rowland1-11/+11
2013-09-05regex_automaton.h: Add dummy node type.Tim Shen8-59/+242
2013-09-03re PR libstdc++/58302 (compilation error : std::negative_binomial_distributio...Paolo Carlini1-0/+34
2013-09-02regex_automaton.h: Rearrange _NFA's layout.Tim Shen7-5/+151
2013-08-30re PR libstdc++/58148 (Fails to insert iterator range into sequence container...François Dumont1-0/+35
2013-08-29regex.h (basic_regex<>::assign): Don't lose _M_traits.Tim Shen2-0/+101
2013-08-27Makefile.am: Add regex_scanner.{h,tcc}.Tim Shen5-0/+250
2013-08-22regex.h: Executor caller.Tim Shen1-0/+58
2013-08-20re PR libstdc++/53477 (pretty printer fails with: Python Exception <type 'exc...Phil Muldoon1-1/+35
2013-08-18regex_automaton.h: _S_opcode_backref.Tim Shen1-0/+78
2013-08-15re PR libstdc++/58163 ([C++11] Pedantic assert on str[str.size()] is wrong in...Paolo Carlini4-0/+158
2013-08-08hashtable_policy.h (_Hashtable_alloc): New.François Dumont2-2/+2
2013-08-07Makefile.am: Adjust to new files.Tim Shen1-6/+4
2013-08-07re PR libstdc++/58098 (wrong return value of normal_distribution::min())Paolo Carlini26-14/+14
2013-08-06Commit the vtable verification feature.Caroline Tice4-3/+23