summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
Commit message (Expand)AuthorAgeFilesLines
* predefined_ops.h: New.François Dumont2013-09-277-2197/+1563
* re PR libstdc++/57465 (Failed postcondition for std::function constructed wit...Jonathan Wakely2013-09-271-1/+1
* regex_error.h: Remove _S_error_last to follow the standard.Tim Shen2013-09-262-4/+5
* re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse2013-09-254-79/+114
* re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse2013-09-242-16/+21
* Makefile.am: Add regex.tcc.Tim Shen2013-09-248-595/+912
* Print additional info when various out-of-range conditions are detected.Paul Pluzhnikov2013-09-2110-32/+85
* re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse2013-09-205-111/+111
* re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse2013-09-193-73/+68
* re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse2013-09-187-51/+67
* regex.h: Add friend classes.Tim Shen2013-09-187-382/+504
* re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse2013-09-184-68/+63
* re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse2013-09-173-41/+35
* regex.h (regex_match<>, [...]): Change regex_executor caller.Tim Shen2013-09-1410-306/+592
* re PR libstdc++/58415 (__sso_string_base move constructor does not null termi...Paolo Carlini2013-09-131-2/+2
* re PR libstdc++/58403 (__normal_iterator triggers odr-use)Paolo Carlini2013-09-121-5/+5
* re PR libstdc++/58358 (search_n has a Complexity violation for random access ...Mitsuru Kariya2013-09-111-52/+22
* re PR libstdc++/58341 (Doc conflicts with standard on forbidden range of `res...Paolo Carlini2013-09-071-1/+1
* regex_automaton.h: Add dummy node type.Tim Shen2013-09-056-250/+281
* re PR libstdc++/58302 (compilation error : std::negative_binomial_distributio...Paolo Carlini2013-09-031-1/+1
* regex_automaton.h: Rearrange _NFA's layout.Tim Shen2013-09-023-55/+81
* re PR libstdc++/58148 (Fails to insert iterator range into sequence container...François Dumont2013-08-301-18/+21
* re PR libstdc++/58191 (Can't use boost transform_iterator with _GLIBCXX_DEBUG)François Dumont2013-08-302-143/+34
* regex.h (basic_regex<>::assign): Don't lose _M_traits.Tim Shen2013-08-294-17/+24
* Makefile.am: Add regex_scanner.{h,tcc}.Tim Shen2013-08-279-790/+1020
* regex.h: Replace 8 spaces in indentation with a tab.Tim Shen2013-08-228-949/+949
* regex.h: Executor caller.Tim Shen2013-08-223-89/+169
* regex_constants.h: Add underlying `unsigned int` for enum syntax_option_type.Tim Shen2013-08-201-1/+1
* regex_automaton.h: _S_opcode_backref.Tim Shen2013-08-185-28/+94
* regex.h (regex_traits<>::transform_primary): Avoid past-the-end dereferences.Tim Shen2013-08-161-14/+7
* re PR libstdc++/58163 ([C++11] Pedantic assert on str[str.size()] is wrong in...Paolo Carlini2013-08-152-6/+9
* regex_constants.h: Change syntax_option_type to enum type.Tim Shen2013-08-091-80/+118
* Don't use _B etc. in libstdc++Rainer Orth2013-08-081-12/+12
* hashtable_policy.h (_Hashtable_alloc): New.François Dumont2013-08-082-311/+287
* Makefile.am: Adjust to new files.Tim Shen2013-08-0717-2339/+2107
* atomicity.h: Add #pragma GCC system_header.Paolo Carlini2013-08-071-0/+2
* re PR libstdc++/58098 (wrong return value of normal_distribution::min())Paolo Carlini2013-08-072-5/+5
* Commit the vtable verification feature.Caroline Tice2013-08-062-2/+7
* 2013-08-06 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2013-08-062-287/+311
* hashtable_policy.h (_Hashtable_alloc): New.François Dumont2013-08-062-311/+287
* Implement bracket expression.Tim Shen2013-08-034-190/+250
* functions.h (__foreign_iterator_aux4): Initialize __l and __ge.Paolo Carlini2013-08-021-2/+2
* functions.h (__foreign_iterator_aux4): Initialize __l and __ge.Paolo Carlini2013-08-021-2/+2
* re PR libstdc++/58049 (libstdc++ bootstrap failure for fix to PR libstdc++/57...Paolo Carlini2013-08-023-26/+24
* re PR libstdc++/57779 (vector insert fails to diagnose iterators pointing int...François Dumont2013-08-016-12/+166
* re PR c++/54537 (undiagnosed using-declaration conflicting with used function)Fabien Chêne2013-08-011-7/+12
* Thompson matcher refactored.Tim Shen2013-07-316-184/+299
* re PR libstdc++/56627 (class hash instead of struct hash)Paolo Carlini2013-07-312-2/+2
* Revert last commit.Tim Shen2013-07-316-299/+184
* Thompson matcher refactored.Tim Shen2013-07-316-184/+299