* include/experimental/bits/shared_ptr.h: Tweak comments.
[gcc.git] / libstdc++-v3 / src /
2015-11-11 Jonathan WakelyLoop in std::this_thread sleep functions
2015-10-03 Jonathan WakelyFix comments saying why headers are included
2015-10-02 Jonathan WakelyEnable dual ABI for Filesystem library
2015-10-02 Jonathan WakelyAllow Filesystem TS to compile without wchar_t
2015-10-02 Jonathan WakelyPR libstdc++/67747 use readdir instead of readdir_r
2015-09-30 François Dumontmessages_members.cc (Catalog_info, Catalogs): Move...
2015-09-29 Jonathan WakelyReduce space and time overhead of std::thread
2015-09-28 Jonathan WakelyLWG 2135: terminate() in condition_variable::wait()
2015-09-23 Jonathan WakelyLimit number of symlinks that canonical() will resolve
2015-09-23 Jonathan WakelyFix semantics of Filesystem TS directory iterators
2015-09-23 Jonathan WakelyFix filesystem::create_directories() function
2015-09-17 Catherine Mooredebug.cc: Include <cstdio>.
2015-09-17 Gerald PfeiferInclude <cerrno> in src/c++11/random.cc
2015-09-17 François Dumont2015-09-17 François Dumont <fdumont@gcc.gnu.org>
2015-09-17 Jonathan WakelyMake std::random_device retry after short reads
2015-09-16 Jonathan WakelyImplement filesystem::canonical() without realpath
2015-09-11 Jonathan WakelyFix filesystem::canonical on Solaris 10.
2015-09-11 Jonathan WakelyCheck read() result in std::random_device.
2015-09-03 Jonathan Wakelyre PR libstdc++/66902 (_S_debug_messages is unneccessar...
2015-08-26 Jonathan Wakelylibstdc++/66902 Make _S_debug_messages static.
2015-08-25 François Dumontre PR libstdc++/60519 (Debug mode should check comparat...
2015-08-25 François DumontRevert my change to commit with PR reference again.
2015-08-24 François Dumontformatter.h (_Debug_msg_id::__msg_irreflexive_ordering...
2015-07-24 Michael Haubenwallnerlibstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGS
2015-07-13 Jonathan Wakelyre PR libstdc++/66855 (codecvt wrong endianness in...
2015-06-16 Jonathan Wakelyre PR libstdc++/65393 (std::thread shared_ptr inefficiency)
2015-06-12 Jonathan Wakelyre PR libstdc++/66464 (codecvt_utf16 max_length returni...
2015-06-08 Jonathan Wakelyre PR libstdc++/66417 (std::codecvt_utf16<char32_t...
2015-05-29 François Dumont2015-05-29 François Dumont fdumont@gcc.gnu.org>
2015-05-26 Jonathan Wakelylocale_conv.h: Fix copyright years.
2015-05-20 François Dumontformatter.h (_GLIBCXX_TYPEID): New macro to simplify...
2015-05-15 Jonathan Wakelyops.cc (stat_type): Define alias for struct stat and...
2015-05-14 Jonathan Wakelyre PR libstdc++/66011 (call to '__open_missing_mode...
2015-05-13 Michael Haubenwallnerlibstdc++: Bump to automake 1.11.6
2015-05-09 Jason MerrillMakefile.am (AM_CXXFLAGS): Add -std=gnu++98.
2015-05-02 Jonathan Wakelyfs_path.h (filesystem_error::~filesystem_error): Declare.
2015-05-02 Jonathan Wakelyops.cc (last_write_time): Set timespec members explicit...
2015-05-01 Jonathan Wakely* src/filesystem/path.cc (path::compare): Do not copy...
2015-05-01 Jonathan Wakelyacinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable...
2015-05-01 Jonathan Wakelyfs_path.h (path::_List): Use vector instead of list.
2015-04-30 Jonathan WakelyImplement N4100 File System TS
2015-04-30 François Dumonthashtable_policy.h (_Prime_rehash_policy::_S_n_primes...
2015-03-23 Jonathan Wakelyre PR libstdc++/64967 (Bootstrap fails due to errors...
2015-03-19 Jason Merrillre PR c++/65046 (-Wabi-tag doesn't warn about variables...
2015-03-18 Jonathan Wakelyre PR c++/65046 (-Wabi-tag doesn't warn about variables...
2015-03-06 Jonathan Wakelyfuture (future_error(error_code)): Construct base class...
2015-03-04 Jonathan Wakelyre PR libstdc++/64797 (22_locale/conversions/string...
2015-02-18 Jonathan Wakelycodecvt.cc (write_utf16_code_point): Fix code to output...
2015-02-01 Jonathan Wakely* src/c++11/futex.cc: Do not define for gthr-single...
2015-01-29 Caroline TiceCommitting generated configure & Makefile.in pieces...
2015-01-29 Caroline TiceCommitting VTV Cygwin patch for Patrick Wollgast
2015-01-28 Jonathan Wakelyre PR libstdc++/64828 (libstdc++-v3/libsupc++/del_opvs...
2015-01-26 Jonathan Wakelyre PR target/64368 (Several libstdc++ test failures...
2015-01-20 Jonathan WakelyAdd C++11 std::string constructors for locales and...
2015-01-18 Jonathan Wakely* src/c++11/futex.cc: Fix order of includes and preproc...
2015-01-18 Jonathan Wakelyatomic_futex.h: Use mutex and condition_variable when...
2015-01-16 Jonathan WakelyImplement C++11 <codecvt> header.
2015-01-16 Torvald Riegellibstdc++: Optimize synchronization in std::future...
2015-01-16 Jonathan Wakelyacinclude.m4: Fix typo in comment.
2015-01-12 Jonathan Wakelyre PR libstdc++/64553 (Missing '# ifdef _GLIBCXX_USE_WC...
2015-01-12 Jonathan Wakelyre PR libstdc++/64560 (building libstdc++ with -fno...
2015-01-05 Jakub JelinekUpdate copyright years.
2015-01-02 Bernd Edlingerre PR c++/64422 (basic_string::erase is unresloved)
2014-12-23 Jonathan WakelyCompile locale-inst.cc and wlocale-inst.cc as C++11.
2014-12-22 Rüdiger Sonderfeldre PR libstdc++/60396 (Missing time_get<>::get() functions)
2014-12-20 Jonathan WakelyFix duplicate symbol errors in Darwin bootstrap.
2014-12-19 Jonathan WakelyNew std::string implementation.
2014-12-12 Jonathan Wakelyre PR libstdc++/64276 (would be better to use __cpp_exc...
2014-12-03 Jonathan Wakelyre PR libstdc++/64161 (bootstrap error: condition_varia...
2014-12-02 Jonathan WakelyDefine *_at_thread_exit() functions.
2014-11-29 Jonathan Wakelylocale_init.cc (locale::_Impl::_Impl(size_t)): Use...
2014-11-14 Joel Sherrillmt_allocator.cc: Fix assumption that sizeof(void *...
2014-11-14 Jonathan WakelyDefine C++11 version of std::ios_base::failure.
2014-11-12 Jonathan Wakelystd::shared_ptr atomic operations
2014-10-20 Jonathan WakelyMakefile.am: Move ctype.cc, ctype_configure_char.cc...
2014-10-14 DJ Deloriemachmode.h (int_n_data_t): New.
2014-10-08 Jonathan Wakelylocale_facets.tcc (num_put::_M_insert_float): Do not...
2014-10-06 Rüdiger Sonderfeldre PR libstdc++/59987 ([C++11]: Missing ios_base::hexfl...
2014-09-24 Jonathan Wakelyre PR libstdc++/56193 (ios_base should replace operator...
2014-09-24 Jonathan Wakelyre PR libstdc++/63353 (libstdc++-v3/src/c++11/ios.cc...
2014-09-22 Jonathan WakelyMake streams movable and swappable.
2014-08-13 Jonathan Wakelyre PR libstdc++/61841 (broken std::thread on Hurd)
2014-05-08 Jonathan Wakelyiostream: Fix URL in comment.
2014-05-06 François Dumontmacros.h [...]: Add parameter to pass the 2 instances...
2014-01-09 Jonathan Wakelyre PR libstdc++/59680 (Compile error in thread.cc)
2014-01-02 Richard SandifordUpdate copyright years in libstdc++-v3/
2013-11-20 Jonathan Wakelyre PR libstdc++/49204 ([C++0x] remaining issues in...
2013-10-01 Paul PluzhnikovFix build break when configured with --enable-symvers...
2013-09-23 Paul Pluzhnikovsnprintf_lite.cc (__concat_size_t): Use unsigned long...
2013-09-23 Paul PluzhnikovUnbreak i386 and other builds where size_t != unsigned...
2013-09-22 Paul PluzhnikovPrint additional info when various out-of-range conditi...
2013-08-14 Uros Bizjakcompatibility.cc (_ZTIe): Use reinterpret_cast<const...
2013-08-14 Uros Bizjakcompatibility.cc (_ZTIe): Use (const cast *) to avoid...
2013-08-14 Uros Bizjakcompatibility.cc (_ZTIe): Use const_cast to avoid warning.
2013-08-08 François Dumonthashtable_policy.h (_Hashtable_alloc): New.
2013-08-07 Caroline TiceCommit the vtable verification feature.
2013-08-01 François Dumontre PR libstdc++/57779 (vector insert fails to diagnose...
2013-07-31 Paolo Carlinifunctexcept.cc: Do not include the whole <regex>.
2013-07-24 Paolo Carlinirandom.h (random_device): Avoid using the FILE type.
2013-07-23 Paolo Carlinirandom: Add back <cstdio> include.
next