aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
2014-11-14mt_allocator.cc: Fix assumption that sizeof(void *) is equal to sizeof(size_t).Joel Sherrill1-2/+7
2014-11-14Define C++11 version of std::ios_base::failure.Jonathan Wakely4-6/+110
2014-11-12std::shared_ptr atomic operationsJonathan Wakely1-0/+58
2014-10-20Makefile.am: Move ctype.cc, ctype_configure_char.cc and ctype_members.cc to ...Jonathan Wakely5-27/+40
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-48/+60
2014-10-08locale_facets.tcc (num_put::_M_insert_float): Do not pass precision when usin...Jonathan Wakely1-0/+3
2014-10-06re PR libstdc++/59987 ([C++11]: Missing ios_base::hexfloat format specifier)Rüdiger Sonderfeld1-5/+12
2014-09-24re PR libstdc++/56193 (ios_base should replace operator void* with explicit o...Jonathan Wakely1-0/+7
2014-09-24re PR libstdc++/63353 (libstdc++-v3/src/c++11/ios.cc:232: possible typo ?)Jonathan Wakely1-1/+1
2014-09-22Make streams movable and swappable.Jonathan Wakely14-48/+138
2014-08-13re PR libstdc++/61841 (broken std::thread on Hurd)Jonathan Wakely1-0/+6
2014-05-08iostream: Fix URL in comment.Jonathan Wakely1-1/+1
2014-05-06macros.h [...]: Add parameter to pass the 2 instances to check allocator equa...François Dumont1-5/+5
2014-01-09re PR libstdc++/59680 (Compile error in thread.cc)Jonathan Wakely1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford77-77/+77
2013-11-20re PR libstdc++/49204 ([C++0x] remaining issues in <future>)Jonathan Wakely2-6/+33
2013-10-01Fix build break when configured with --enable-symvers=gnu-versioned-namespacePaul Pluzhnikov1-0/+2
2013-09-23snprintf_lite.cc (__concat_size_t): Use unsigned long long conditionally.Paul Pluzhnikov1-3/+9
2013-09-23Unbreak i386 and other builds where size_t != unsigned long.Paul Pluzhnikov1-2/+3
2013-09-21Print additional info when various out-of-range conditions are detected.Paul Pluzhnikov4-1/+179
2013-08-14compatibility.cc (_ZTIe): Use reinterpret_cast<const cast *> to avoid -Wcast-...Uros Bizjak1-8/+13
2013-08-14compatibility.cc (_ZTIe): Use (const cast *) to avoid -Wcast-qual warnings.Uros Bizjak1-9/+8
2013-08-14compatibility.cc (_ZTIe): Use const_cast to avoid warning.Uros Bizjak1-3/+6
2013-08-08hashtable_policy.h (_Hashtable_alloc): New.François Dumont1-0/+1
2013-08-06Commit the vtable verification feature.Caroline Tice6-16/+37
2013-08-01re PR libstdc++/57779 (vector insert fails to diagnose iterators pointing int...François Dumont1-6/+10
2013-07-31functexcept.cc: Do not include the whole <regex>.Paolo Carlini2-2/+3
2013-07-24random.h (random_device): Avoid using the FILE type.Paolo Carlini1-9/+10
2013-07-23random: Add back <cstdio> include.Paolo Carlini1-2/+0
2013-07-22re PR libstdc++/57920 ([c++11] Linux: std::random_device reads too much from ...Paolo Carlini1-0/+9
2013-07-21re PR libstdc++/54352 (relaxed data race rules for ~condition_variable_any)Jonathan Wakely4-7/+73
2013-05-28compatibility-chrono.cc (steady_clock::now()): If !_GLIBCXX_USE_GETTIMEOFDAY ...Jonathan Wakely1-1/+4
2013-05-25chrono: Wrap clocks in inline namespace _V2.Benjamin Kosnik2-51/+67
2013-05-24chrono.cc: If _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL, include unistd.h and sys/sy...Jakub Jelinek4-6/+113
2013-05-19system_error (error_category::error_category()): LWG 2145: Declare public and...Jonathan Wakely2-2/+4
2013-04-22* src/c++11/hashtable_c++0x.cc: Include ext/aligned_buffer.h.Jason Merrill1-0/+1
2013-04-21system_error.cc (generic_category_instance): Add initializer.Evgeniy Stepanov2-3/+3
2013-02-12Makefile.am (hashtable_c++0x.lo, [...]): Use -fimplicit-templates.Benjamin Kosnik3-7/+14
2013-02-06Add missing explicit instantiation for std::lower_bound templateDodji Seketeli1-0/+7
2013-02-04functional_hash.h (std::__is_fast_hash<>): New.François Dumont1-0/+1
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford70-120/+70
2013-02-012013-02-01 François Dumont <fdumont@gcc.gnu.org>François Dumont2-7/+68
2013-01-07re PR libstdc++/55847 (mistake bad_weak_ptr::what() message)Jonathan Wakely2-6/+8
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek5-5/+5
2012-12-20re PR libstdc++/55741 (bootstrap fails in libstdc++-v3/src/c++11/thread.cc)Jonathan Wakely1-5/+10
2012-12-16thread.cc (execute_native_thread_routine): Do not swallow __forced_unwind exc...Jonathan Wakely1-0/+5
2012-12-10Makefile.am (libstdc++-symbols.ver): Use CONFIG_HEADER.Matthias Klose2-2/+2
2012-11-23re PR libstdc++/52680 (std::this_thread::sleep_for #ifdef'd out by _GLIBCXX_U...Jonathan Wakely1-2/+46
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill5-5/+5
2012-11-07array (_GLIBCXX_THROW_OR_ABORT): Move...Paolo Carlini1-111/+38