aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
2010-12-06re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolch...Dave Korn1-6/+8
2010-12-02future.cc (future_category): Export compatibility symbol.Jonathan Wakely1-0/+20
2010-11-25debug.cc: Introduce a mutex pool in get_safe_base_mutex.François Dumont3-49/+129
2010-11-23chrono: Constexpr markup for is_monotonic.Benjamin Kosnik1-2/+2
2010-11-15PR libstdc++/45711 cleanup.Ralf Wildenhues2-0/+2
2010-11-02cinttypes: Remove, move contents to C++0x and TR1 headers.Paolo Carlini6-18/+24
2010-11-01libstdc++: N3126 draft support.Benjamin Kosnik4-41/+68
2010-10-24debug.cc: Fix parameter indexes in __msg_valid_range2 message.François Dumont1-3/+3
2010-09-29[multiple changes]Paolo Carlini1-3/+9
2010-09-22hash_bytes.cc: Move...Paolo Carlini3-210/+11
2010-09-20re PR libstdc++/45711 (Building with "--enable-libstdcxx-debug" fails during ...Ralf Wildenhues2-0/+6
2010-09-19hash_bytes.cc: Compile load_bytes and shift_mix only when __SIZEOF_SIZE_T__ =...Paolo Carlini1-0/+2
2010-09-13hash_bytes.cc: New file...Matt Austern4-17/+214
2010-09-10hash-string-aux.cc: Remove.Paolo Carlini3-50/+47
2010-08-13ios_init.cc (ios_base::Init::~Init): Add back semicolon at the end of the _GL...Paolo Carlini1-2/+2
2010-08-12c++config (_GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE, [...]): Add.Kostya Serebryany1-1/+4
2010-07-02gc++filt.m4: New file.Rainer Orth4-6/+56
2010-06-16compatibility.cc: Export long double versions of "C" math library for arm-lin...Matthias Klose1-1/+5
2010-06-03c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini5-25/+25
2010-05-04no-dist in non-imported automake dirs.Ralf Wildenhues1-62/+8
2010-04-27re PR c++/42844 (const variable requires initializer / no explicitly declared...Fabien Chêne2-1/+7
2010-04-02Update to Automake 1.11.1.Ralf Wildenhues1-1/+1
2010-03-03functional_hash.h (_Fnv_hash_base<>::hash): Change to template.Paolo Carlini1-8/+2
2010-02-28hash-long-double-aux.cc (hash<long double>:: operator()(long double)): Hash b...Paolo Carlini1-4/+4
2010-02-25limits (__numeric_limits_base::max_digits10, [...]): Add.Ed Smith-Rowland1-0/+19
2010-02-25functional_hash.h (__hash_combine): Remove.Paolo Carlini1-1/+1
2010-02-23functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base.Paolo Carlini2-7/+7
2010-02-22* src/compatibility-ldbl.cc: Include new hash-long-double-aux.cc.Janis Johnson1-1/+1
2010-02-22hash-aux.cc: Rename to...Paolo Carlini5-55/+55
2010-02-22functional_hash.h (hash<string>, [...]): Move, per DR 1182 to...Paolo Carlini6-100/+113
2010-02-17ios_locale.cc: Fixes for -pedantic.Benjamin Kosnik7-25/+27
2010-02-07re PR libstdc++/16896 (Use of non-reserved names in stl_list.h)Paolo Carlini16-119/+257
2010-02-03condition_variable (condition_variable_any): Provide definitions for all memb...Jonathan Wakely1-36/+2
2010-01-29condition_variable (enum class cv_status): Add and use it throughout, per N3000.Paolo Carlini1-0/+22
2010-01-21re PR libstdc++/42201 ([C++0x] std::vector<std::unique_future<T>>::push_back ...Jonathan Wakely1-1/+1
2009-12-22re PR libstdc++/42456 (Revision 155377 failed some C++ atomic tests)Benjamin Kosnik1-7/+9
2009-12-21atomic: Update to N3000.Benjamin Kosnik3-31/+47
2009-12-18re PR libstdc++/40088 (Creating a std::ostringstream object locks a global mu...Jimmy Guo1-2/+18
2009-12-17re PR libstdc++/42198 ([C++0x] Using std::thread without -pthread causes imme...Paolo Carlini1-0/+3
2009-12-15functional (function::function): Move construct target.Jonathan Wakely1-0/+8
2009-12-05Sync from git Libtool and regenerate.Ralf Wildenhues1-1/+0
2009-11-20compatibility-c++0x.cc (_Fnv_hash<4>, [...]): Add.Paolo Carlini1-0/+33
2009-11-19pool_allocator.cc: Adjust catch blocks.Benjamin Kosnik4-5/+5
2009-11-19re PR libstdc++/41622 ([DR 1245] [c++0x] std::hash<std::string>::operator() c...Paolo Carlini4-27/+50
2009-10-20re PR libstdc++/41773 (Many libstdc++ failures)Paolo Carlini1-2/+15
2009-10-20basic_string.h (_S_construct(const _CharT*, size_type, const _Alloc&)): New, ...Paolo Carlini1-15/+2
2009-10-16re PR libstdc++/40654 ([C++0x] atomic.cc: 'd' is used uninitialized warning)Benjamin Kosnik1-4/+4
2009-09-14re PR libstdc++/41037 (dec not set in cerr flags)Paolo Carlini1-2/+2
2009-09-11Override all per-target *_LINK variables correctly.Ralf Wildenhues2-3/+3
2009-09-05revert: compatibility.cc: Make C++0x safe, add in explicit casts to bool for ...Benjamin Kosnik2-11/+11