aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std
AgeCommit message (Expand)AuthorFilesLines
2013-10-23basic_string.h (operator""s): Remove space between quotes and literal identif...Edward Smith-Rowland1-12/+12
2013-10-23Implement N3779 - User-defined Literals for std::complex, part 2 of UDL for S...Ed Smith-Rowland1-0/+34
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-09-27re PR libstdc++/57465 (Failed postcondition for std::function constructed wit...Jonathan Wakely1-1/+1
2013-09-21Print additional info when various out-of-range conditions are detected.Paul Pluzhnikov2-19/+33
2013-09-18re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse1-5/+5
2013-08-27Makefile.am: Add regex_scanner.{h,tcc}.Tim Shen1-0/+1
2013-08-07Makefile.am: Adjust to new files.Tim Shen1-4/+2
2013-07-31Thompson matcher refactored.Tim Shen1-0/+2
2013-07-31re PR libstdc++/56627 (class hash instead of struct hash)Paolo Carlini1-1/+1
2013-07-31Revert last commit.Tim Shen1-2/+0
2013-07-31Thompson matcher refactored.Tim Shen1-0/+2
2013-07-302013-07-30 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-2/+0
2013-07-30Thompson matcher refactored.Tim Shen1-0/+2
2013-07-29atomic (compare_exchange_weak, [...]): Add call to __cmpexch_failure_order.Nathan Froyd1-4/+8
2013-07-25complex (pow(const complex<>&, int)): Enable in C++11 mode too.Paolo Carlini1-6/+5
2013-07-24random.h (random_device): Avoid using the FILE type.Paolo Carlini1-1/+0
2013-07-23random: Add back <cstdio> include.Paolo Carlini1-0/+1
2013-07-22re PR libstdc++/57920 ([c++11] Linux: std::random_device reads too much from ...Paolo Carlini1-1/+0
2013-07-21re PR libstdc++/54352 (relaxed data race rules for ~condition_variable_any)Jonathan Wakely1-13/+23
2013-06-21re PR libstdc++/57666 (valarray<T>::operator= in c++11 mode does not adapt to...Paolo Carlini1-2/+15
2013-06-18re PR libstdc++/57641 (std::timed_mutex.try_lock_until() is broken)Jonathan Wakely2-131/+59
2013-06-16shared_mutex (shared_lock::operator=): Add missing return statement.Jonathan Wakely1-1/+4
2013-06-16shared_mutex: Implement N3659.Jonathan Wakely1-0/+434
2013-06-13type_traits (is_function): Support ref-qualified functions.Daniel Kruegler1-43/+119
2013-06-11Fix library literals error involving namespace __detail.Ed Smith-Rowland1-16/+19
2013-06-10c++config (_GLIBCXX_ABI_TAG_CXX11): Add.Benjamin Kosnik1-2/+2
2013-06-10mutex (call_once): Remove parentheses to fix error in c++1y and gnu++1y mode.Jonathan Wakely1-1/+1
2013-06-08Simplify and clean up library literals.Ed Smith-Rowland1-120/+109
2013-06-08Implement N3654 - Quoted Strings Library ProposalEd Smith-Rowland1-1/+154
2013-06-08type-traits (integral_constant::operator()): Implement N3545.Jonathan Wakely1-0/+3
2013-06-01include/std/chrono: Collapse redundant 'inline' from 'inline constexpr'.Ed Smith-Rowland2-16/+16
2013-06-01Implement N3642 - User-defined Literals for Standard Library TypesEd Smith-Rowland1-0/+133
2013-05-25chrono: Wrap clocks in inline namespace _V2.Benjamin Kosnik1-15/+44
2013-05-21re PR libstdc++/57336 (Cannot INVOKE a reference_wrapper around an abstract t...Jonathan Wakely1-1/+1
2013-05-19tuple (get): Implement N3670.Jonathan Wakely2-1/+58
2013-05-19system_error (error_category::error_category()): LWG 2145: Declare public and...Jonathan Wakely1-3/+6
2013-05-19* include/std/typeindex (type_index::name()): LWG 2144: Add noexcept.Jonathan Wakely1-1/+1
2013-05-18utility (exchange): Define.Jonathan Wakely1-0/+12
2013-05-02type_traits (is_null_pointer): Add.Paolo Carlini1-6/+13
2013-04-28hashtable_policy.h (_Hashtable_ebo_helper): Fix comment.Jonathan Wakely1-1/+1
2013-04-24re PR libstdc++/56905 ([C++11][DR 1130] std::copy_exception should be removed...Jonathan Wakely1-1/+1
2013-04-22hashtable_policy.h: Add C++11 allocator support.François Dumont2-4/+4
2013-04-22type_traits (is_signed): Simplify.Paolo Carlini1-8/+3
2013-04-22complex (complex<float>::real, [...]): Declare as const member functions.Paolo Carlini2-7/+7
2013-04-07Makefile.am: Add ext/aligned_buffer.hJonathan Wakely1-11/+6
2013-04-07functional (_Derives_from_unary_function): Remove.François Dumont2-103/+56
2013-03-22re PR libstdc++/56678 ([c++11] non-uglified name in <chrono>)Paolo Carlini1-1/+1
2013-03-16re PR libstdc++/56002 ([C++11] allow generic locks to be used without requiri...Jonathan Wakely1-3/+6