Age | Commit message (Expand) | Author | Files | Lines |
2010-05-04 | no-dist in non-imported automake dirs. | Ralf Wildenhues | 1 | -62/+8 |
2010-04-27 | re PR c++/42844 (const variable requires initializer / no explicitly declared... | Fabien ChĂȘne | 2 | -1/+7 |
2010-04-02 | Update to Automake 1.11.1. | Ralf Wildenhues | 1 | -1/+1 |
2010-03-03 | functional_hash.h (_Fnv_hash_base<>::hash): Change to template. | Paolo Carlini | 1 | -8/+2 |
2010-02-28 | hash-long-double-aux.cc (hash<long double>:: operator()(long double)): Hash b... | Paolo Carlini | 1 | -4/+4 |
2010-02-25 | limits (__numeric_limits_base::max_digits10, [...]): Add. | Ed Smith-Rowland | 1 | -0/+19 |
2010-02-25 | functional_hash.h (__hash_combine): Remove. | Paolo Carlini | 1 | -1/+1 |
2010-02-23 | functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base. | Paolo Carlini | 2 | -7/+7 |
2010-02-22 | * src/compatibility-ldbl.cc: Include new hash-long-double-aux.cc. | Janis Johnson | 1 | -1/+1 |
2010-02-22 | hash-aux.cc: Rename to... | Paolo Carlini | 5 | -55/+55 |
2010-02-22 | functional_hash.h (hash<string>, [...]): Move, per DR 1182 to... | Paolo Carlini | 6 | -100/+113 |
2010-02-17 | ios_locale.cc: Fixes for -pedantic. | Benjamin Kosnik | 7 | -25/+27 |
2010-02-07 | re PR libstdc++/16896 (Use of non-reserved names in stl_list.h) | Paolo Carlini | 16 | -119/+257 |
2010-02-03 | condition_variable (condition_variable_any): Provide definitions for all memb... | Jonathan Wakely | 1 | -36/+2 |
2010-01-29 | condition_variable (enum class cv_status): Add and use it throughout, per N3000. | Paolo Carlini | 1 | -0/+22 |
2010-01-21 | re PR libstdc++/42201 ([C++0x] std::vector<std::unique_future<T>>::push_back ... | Jonathan Wakely | 1 | -1/+1 |
2009-12-22 | re PR libstdc++/42456 (Revision 155377 failed some C++ atomic tests) | Benjamin Kosnik | 1 | -7/+9 |
2009-12-21 | atomic: Update to N3000. | Benjamin Kosnik | 3 | -31/+47 |
2009-12-18 | re PR libstdc++/40088 (Creating a std::ostringstream object locks a global mu... | Jimmy Guo | 1 | -2/+18 |
2009-12-17 | re PR libstdc++/42198 ([C++0x] Using std::thread without -pthread causes imme... | Paolo Carlini | 1 | -0/+3 |
2009-12-15 | functional (function::function): Move construct target. | Jonathan Wakely | 1 | -0/+8 |
2009-12-05 | Sync from git Libtool and regenerate. | Ralf Wildenhues | 1 | -1/+0 |
2009-11-20 | compatibility-c++0x.cc (_Fnv_hash<4>, [...]): Add. | Paolo Carlini | 1 | -0/+33 |
2009-11-19 | pool_allocator.cc: Adjust catch blocks. | Benjamin Kosnik | 4 | -5/+5 |
2009-11-19 | re PR libstdc++/41622 ([DR 1245] [c++0x] std::hash<std::string>::operator() c... | Paolo Carlini | 4 | -27/+50 |
2009-10-20 | re PR libstdc++/41773 (Many libstdc++ failures) | Paolo Carlini | 1 | -2/+15 |
2009-10-20 | basic_string.h (_S_construct(const _CharT*, size_type, const _Alloc&)): New, ... | Paolo Carlini | 1 | -15/+2 |
2009-10-16 | re PR libstdc++/40654 ([C++0x] atomic.cc: 'd' is used uninitialized warning) | Benjamin Kosnik | 1 | -4/+4 |
2009-09-14 | re PR libstdc++/41037 (dec not set in cerr flags) | Paolo Carlini | 1 | -2/+2 |
2009-09-11 | Override all per-target *_LINK variables correctly. | Ralf Wildenhues | 2 | -3/+3 |
2009-09-05 | revert: compatibility.cc: Make C++0x safe, add in explicit casts to bool for ... | Benjamin Kosnik | 2 | -11/+11 |
2009-08-26 | re PR libstdc++/41005 ([C++0x] Unable to link fstream open and ctor with std:... | Jonathan Wakely | 2 | -0/+10 |
2009-08-22 | Regenerate tree using Autoconf 2.64 and Automake 1.11. | Ralf Wildenhues | 1 | -119/+143 |
2009-08-22 | LIBTOOLFLAGS, and *_LINK fixes for Automake 1.11 | Ralf Wildenhues | 2 | -8/+8 |
2009-08-14 | compatibility-ldbl.cc: Include cmath. | Uros Bizjak | 1 | -0/+1 |
2009-08-14 | compatibility-ldbl.cc: Include tr1/functional. | Benjamin Kosnik | 1 | -5/+6 |
2009-08-12 | compatibility-ldbl.cc: Add explicit namespace scope. | Benjamin Kosnik | 1 | -0/+6 |
2009-08-11 | future: Move error handling bits outside macro guard. | Benjamin Kosnik | 1 | -5/+0 |
2009-08-11 | hashtable.cc: Just definitions. | Benjamin Kosnik | 9 | -54/+105 |
2009-08-10 | future: Fixes for -fno-exceptions. | Benjamin Kosnik | 3 | -4/+20 |
2009-08-07 | hash.cc (hash<string>::operator()(string), hash<wstring>::operator()(wstring)... | Paolo Carlini | 1 | -2/+2 |
2009-08-06 | compatibility.cc: Make C++0x safe, add in explicit casts to bool for stream s... | Benjamin Kosnik | 2 | -11/+11 |
2009-07-16 | istream.tcc (basic_istream<>::operator>>(short&), [...]): Implement resolutio... | Paolo Carlini | 2 | -10/+10 |
2009-06-21 | future: New. | Jonathan Wakely | 3 | -5/+91 |
2009-05-22 | re PR libstdc++/40094 (FAIL: ext/throw_allocator/deallocate_global.cc executi... | Paolo Carlini | 1 | -0/+0 |
2009-05-22 | re PR libstdc++/40094 (FAIL: ext/throw_allocator/deallocate_global.cc executi... | Paolo Carlini | 3 | -107/+9 |
2009-05-19 | re PR libstdc++/40184 (locale(const char* std_name) can create invalid facets... | Paolo Carlini | 1 | -5/+32 |
2009-05-16 | mutex: Move std::lock_error to ... | Jonathan Wakely | 2 | -4/+17 |
2009-05-15 | re PR libstdc++/40160 (-fno-rtti vs _GLIBCXX_DEBUG) | Paolo Carlini | 1 | -12/+24 |
2009-05-13 | compatibility.cc (_ZTIe, [...]): Change type to const void * const. | Ben Elliston | 1 | -3/+3 |