aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2013-10-23basic_string.h (operator""s): Remove space between quotes and literal identif...Edward Smith-Rowland2-16/+16
2013-10-23Implement N3779 - User-defined Literals for std::complex, part 2 of UDL for S...Ed Smith-Rowland1-0/+34
2013-10-21re PR libstdc++/58804 (dynamic_bitset<> uses popcountl on long long)Edward Smith-Rowland2-5/+5
2013-10-20regex.h: Remove virtual class _Automaton.Tim Shen5-55/+53
2013-10-20re PR libstdc++/58800 (std::nth_element segfaults on valid input)Chris Jefferson1-1/+1
2013-10-19re PR libstdc++/58729 (tr2::dynamic_bitset::resize fails)Edward Smith-Rowland4-254/+332
2013-10-18regex_scanner.tcc: (_Scanner<>::_M_scan_normal...Tim Shen1-4/+4
2013-10-17regex.h (regex_token_iterator<>::regex_token_iterator): Fix initialization or...Tim Shen8-72/+75
2013-10-16regex.h (regex_token_iterator<>::regex_token_iterator): Add initialization fo...Tim Shen2-1/+3
2013-10-15re PR libstdc++/58737 (leak in std::regex_match)Tim Shen2-0/+8
2013-10-08re PR libstdc++/58659 (Construction of shared_ptr from unique_ptr mismatches ...Jonathan Wakely1-49/+20
2013-10-08regex_executor.h: Add _TodoList class.Tim Shen2-83/+111
2013-10-06regex.h: (regex_token_iterator<>::regex_token_iterator): Fix compile error.Tim Shen7-177/+193
2013-10-06re PR libstdc++/58625 (std::signbit always converts to double)Oleg Endo1-2/+3
2013-10-03regex_executor.tcc (_DFSExecutor<>::_M_dfs): Fix wrong backup variable initia...Tim Shen1-1/+1
2013-10-03re PR libstdc++/58604 (Text truncation in comments of /usr/include/c++/4.7/ve...John Woolverton1-1/+1
2013-10-02re PR libstdc++/58569 (Compilation error when a class contains multiple std::...Jonathan Wakely1-9/+5
2013-10-02re PR libstdc++/58594 (std::make_shared does not accept const types as parame...Jonathan Wakely1-3/+3
2013-10-022013-10-02 Tim Shen <timshen91@gmail.com>Tim Shen2-10/+16
2013-10-01status_cxx2011.xml: Update regex status.Tim Shen1-17/+19
2013-10-01algobase.h (mismatch, equal): Provide parallel version for N3671 overloads.François Dumont1-23/+142
2013-10-01re PR libstdc++/58576 (std::regex_match() reports mismatched braces on a vali...Tim Shen1-3/+6
2013-09-30algo.h (__find_switch): Use __binder2nd.Paolo Carlini1-1/+3
2013-09-30re PR libstdc++/58437 (Sorting value in reverse order is much slower compare ...Chris Jefferson1-9/+12
2013-09-28stl_algo.h (remove_copy, [...]): Declare inline.François Dumont2-63/+62
2013-09-28regex_scanner.tcc (_Scanner<>::_M_eat_escape_posix): Let ordinary char escapi...Tim Shen1-1/+8
2013-09-27predefined_ops.h: New.François Dumont7-2197/+1563
2013-09-27re PR libstdc++/57465 (Failed postcondition for std::function constructed wit...Jonathan Wakely1-1/+1
2013-09-26regex_error.h: Remove _S_error_last to follow the standard.Tim Shen2-4/+5
2013-09-25re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse4-79/+114
2013-09-24re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse2-16/+21
2013-09-24Makefile.am: Add regex.tcc.Tim Shen8-595/+912
2013-09-21Print additional info when various out-of-range conditions are detected.Paul Pluzhnikov10-32/+85
2013-09-20re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse5-111/+111
2013-09-19re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse3-73/+68
2013-09-18re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse7-51/+67
2013-09-18regex.h: Add friend classes.Tim Shen7-382/+504
2013-09-18re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse4-68/+63
2013-09-17re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse3-41/+35
2013-09-14regex.h (regex_match<>, [...]): Change regex_executor caller.Tim Shen10-306/+592
2013-09-13re PR libstdc++/58415 (__sso_string_base move constructor does not null termi...Paolo Carlini1-2/+2
2013-09-12re PR libstdc++/58403 (__normal_iterator triggers odr-use)Paolo Carlini1-5/+5
2013-09-11re PR libstdc++/58358 (search_n has a Complexity violation for random access ...Mitsuru Kariya1-52/+22
2013-09-07re PR libstdc++/58341 (Doc conflicts with standard on forbidden range of `res...Paolo Carlini1-1/+1
2013-09-05regex_automaton.h: Add dummy node type.Tim Shen6-250/+281
2013-09-03re PR libstdc++/58302 (compilation error : std::negative_binomial_distributio...Paolo Carlini1-1/+1
2013-09-02regex_automaton.h: Rearrange _NFA's layout.Tim Shen3-55/+81
2013-08-30re PR libstdc++/58148 (Fails to insert iterator range into sequence container...François Dumont1-18/+21
2013-08-30re PR libstdc++/58191 (Can't use boost transform_iterator with _GLIBCXX_DEBUG)François Dumont2-143/+34
2013-08-29regex.h (basic_regex<>::assign): Don't lose _M_traits.Tim Shen4-17/+24