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