summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
Commit message (Expand)AuthorAgeFilesLines
* re PR libstdc++/61841 (broken std::thread on Hurd)Jonathan Wakely2014-08-131-0/+6
* iostream: Fix URL in comment.Jonathan Wakely2014-05-081-1/+1
* macros.h [...]: Add parameter to pass the 2 instances to check allocator equa...François Dumont2014-05-061-5/+5
* re PR libstdc++/59680 (Compile error in thread.cc)Jonathan Wakely2014-01-091-1/+1
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-0277-77/+77
* re PR libstdc++/49204 ([C++0x] remaining issues in <future>)Jonathan Wakely2013-11-202-6/+33
* Fix build break when configured with --enable-symvers=gnu-versioned-namespacePaul Pluzhnikov2013-10-011-0/+2
* snprintf_lite.cc (__concat_size_t): Use unsigned long long conditionally.Paul Pluzhnikov2013-09-231-3/+9
* Unbreak i386 and other builds where size_t != unsigned long.Paul Pluzhnikov2013-09-231-2/+3
* Print additional info when various out-of-range conditions are detected.Paul Pluzhnikov2013-09-214-1/+179
* compatibility.cc (_ZTIe): Use reinterpret_cast<const cast *> to avoid -Wcast-...Uros Bizjak2013-08-141-8/+13
* compatibility.cc (_ZTIe): Use (const cast *) to avoid -Wcast-qual warnings.Uros Bizjak2013-08-141-9/+8
* compatibility.cc (_ZTIe): Use const_cast to avoid warning.Uros Bizjak2013-08-141-3/+6
* hashtable_policy.h (_Hashtable_alloc): New.François Dumont2013-08-081-0/+1
* Commit the vtable verification feature.Caroline Tice2013-08-066-16/+37
* re PR libstdc++/57779 (vector insert fails to diagnose iterators pointing int...François Dumont2013-08-011-6/+10
* functexcept.cc: Do not include the whole <regex>.Paolo Carlini2013-07-312-2/+3
* random.h (random_device): Avoid using the FILE type.Paolo Carlini2013-07-241-9/+10
* random: Add back <cstdio> include.Paolo Carlini2013-07-231-2/+0
* re PR libstdc++/57920 ([c++11] Linux: std::random_device reads too much from ...Paolo Carlini2013-07-221-0/+9
* re PR libstdc++/54352 (relaxed data race rules for ~condition_variable_any)Jonathan Wakely2013-07-214-7/+73
* compatibility-chrono.cc (steady_clock::now()): If !_GLIBCXX_USE_GETTIMEOFDAY ...Jonathan Wakely2013-05-281-1/+4
* chrono: Wrap clocks in inline namespace _V2.Benjamin Kosnik2013-05-252-51/+67
* chrono.cc: If _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL, include unistd.h and sys/sy...Jakub Jelinek2013-05-244-6/+113
* system_error (error_category::error_category()): LWG 2145: Declare public and...Jonathan Wakely2013-05-192-2/+4
* * src/c++11/hashtable_c++0x.cc: Include ext/aligned_buffer.h.Jason Merrill2013-04-221-0/+1
* system_error.cc (generic_category_instance): Add initializer.Evgeniy Stepanov2013-04-212-3/+3
* Makefile.am (hashtable_c++0x.lo, [...]): Use -fimplicit-templates.Benjamin Kosnik2013-02-123-7/+14
* Add missing explicit instantiation for std::lower_bound templateDodji Seketeli2013-02-061-0/+7
* functional_hash.h (std::__is_fast_hash<>): New.François Dumont2013-02-041-0/+1
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-0370-120/+70
* 2013-02-01 François Dumont <fdumont@gcc.gnu.org>François Dumont2013-02-012-7/+68
* re PR libstdc++/55847 (mistake bad_weak_ptr::what() message)Jonathan Wakely2013-01-072-6/+8
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-045-5/+5
* re PR libstdc++/55741 (bootstrap fails in libstdc++-v3/src/c++11/thread.cc)Jonathan Wakely2012-12-201-5/+10
* thread.cc (execute_native_thread_routine): Do not swallow __forced_unwind exc...Jonathan Wakely2012-12-161-0/+5
* Makefile.am (libstdc++-symbols.ver): Use CONFIG_HEADER.Matthias Klose2012-12-102-2/+2
* re PR libstdc++/52680 (std::this_thread::sleep_for #ifdef'd out by _GLIBCXX_U...Jonathan Wakely2012-11-231-2/+46
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill2012-11-105-5/+5
* array (_GLIBCXX_THROW_OR_ABORT): Move...Paolo Carlini2012-11-071-111/+38
* forward_list: Update to meet allocator-aware requirements.Jonathan Wakely2012-11-051-1/+2
* formatter.h (_Debug_msg_id): Add __msg_valid_load_factor.François Dumont2012-10-181-1/+2
* formatter.h (_Debug_msg_id): Add __msg_bucket_index_oob.François Dumont2012-10-161-1/+3
* gthr.m4: New.Pavel Chupin2012-10-153-3/+9
* Revert r192297.Kirill Yukhin2012-10-123-3/+0
* Fix missing gthr-default.h issue on separate libstdc++ configurePavel Chupin2012-10-103-0/+3
* fragment.am (CONFIG_CXXFLAGS): Remove EXTRA_CXX_FLAGS.Benjamin Kosnik2012-09-296-19/+19
* acinclude.m4 (GLIBCXX_ENABLE_PARALLEL): Remove ENABLE_PARALLEL.Benjamin Kosnik2012-09-2811-185/+64
* Optimize bulk mode for normal_distribution<double> for SSE3.Ulrich Drepper2012-09-263-25/+119
* re PR libstdc++/28811 (--with-pic vs static libraries and libstdc++)Benjamin Kosnik2012-09-2011-108/+176