aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
2015-05-26locale_conv.h: Fix copyright years.Jonathan Wakely1-1/+1
2015-05-20formatter.h (_GLIBCXX_TYPEID): New macro to simplify usage of typeid.François Dumont1-183/+188
2015-05-15ops.cc (stat_type): Define alias for struct stat and use throughout the file.Jonathan Wakely1-42/+71
2015-05-14re PR libstdc++/66011 (call to '__open_missing_mode' declared with attribute ...Jonathan Wakely1-21/+29
2015-05-13libstdc++: Bump to automake 1.11.6Michael Haubenwallner4-35/+161
2015-05-09Makefile.am (AM_CXXFLAGS): Add -std=gnu++98.Jason Merrill4-0/+4
2015-05-02fs_path.h (filesystem_error::~filesystem_error): Declare.Jonathan Wakely1-0/+2
2015-05-02ops.cc (last_write_time): Set timespec members explicitly instead of with a b...Jonathan Wakely1-7/+9
2015-05-01* src/filesystem/path.cc (path::compare): Do not copy strings.Jonathan Wakely1-2/+8
2015-05-01acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h> is not a...Jonathan Wakely2-16/+48
2015-05-01fs_path.h (path::_List): Use vector instead of list.Jonathan Wakely1-6/+5
2015-04-30Implement N4100 File System TSJonathan Wakely7-3/+2805
2015-04-30hashtable_policy.h (_Prime_rehash_policy::_S_n_primes): Delete.François Dumont1-1/+3
2015-03-23re PR libstdc++/64967 (Bootstrap fails due to errors in libstdc++ sources wit...Jonathan Wakely2-0/+5
2015-03-19re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...Jason Merrill1-14/+7
2015-03-18re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...Jonathan Wakely4-7/+22
2015-03-06future (future_error(error_code)): Construct base class with error_code's mes...Jonathan Wakely1-1/+1
2015-03-04re PR libstdc++/64797 (22_locale/conversions/string/2.cc FAILs)Jonathan Wakely1-40/+73
2015-02-18codecvt.cc (write_utf16_code_point): Fix code to output surrogate pairs.Jonathan Wakely1-7/+9
2015-02-01* src/c++11/futex.cc: Do not define for gthr-single.h targets.Jonathan Wakely1-0/+2
2015-01-29Committing generated configure & Makefile.in pieces of VTV Cygwin patch (from...Caroline Tice1-3/+28
2015-01-29Committing VTV Cygwin patch for Patrick WollgastCaroline Tice1-0/+23
2015-01-28re PR libstdc++/64828 (libstdc++-v3/libsupc++/del_opvs.cc:30:1: warning: ‘v...Jonathan Wakely1-4/+4
2015-01-26re PR target/64368 (Several libstdc++ test failures on non-linux platforms af...Jonathan Wakely1-27/+23
2015-01-20Add C++11 std::string constructors for locales and facets.Jonathan Wakely2-0/+11
2015-01-18* src/c++11/futex.cc: Fix order of includes and preprocessor condition.Jonathan Wakely1-2/+1
2015-01-18atomic_futex.h: Use mutex and condition_variable when atomic int is not lock-...Jonathan Wakely1-1/+1
2015-01-16Implement C++11 <codecvt> header.Jonathan Wakely1-41/+988
2015-01-16libstdc++: Optimize synchronization in std::future if futexes are available.Torvald Riegel4-6/+103
2015-01-16acinclude.m4: Fix typo in comment.Jonathan Wakely7-9/+516
2015-01-12re PR libstdc++/64553 (Missing '# ifdef _GLIBCXX_USE_WCHAR_T' in src/c++11/cx...Jonathan Wakely1-18/+40
2015-01-12re PR libstdc++/64560 (building libstdc++ with -fno-rtti fails in new cxx11-s...Jonathan Wakely1-0/+2
2015-01-05Update copyright years.Jakub Jelinek93-93/+93
2015-01-02re PR c++/64422 (basic_string::erase is unresloved)Bernd Edlinger1-0/+16
2014-12-23Compile locale-inst.cc and wlocale-inst.cc as C++11.Jonathan Wakely8-25/+12
2014-12-22re PR libstdc++/60396 (Missing time_get<>::get() functions)Rüdiger Sonderfeld1-0/+13
2014-12-20Fix duplicate symbol errors in Darwin bootstrap.Jonathan Wakely1-0/+2
2014-12-19New std::string implementation.Jonathan Wakely41-298/+2726
2014-12-12re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...Jonathan Wakely1-1/+1
2014-12-03re PR libstdc++/64161 (bootstrap error: condition_variable.cc:134:7: error: '...Jonathan Wakely1-0/+1
2014-12-02Define *_at_thread_exit() functions.Jonathan Wakely2-0/+99
2014-11-29locale_init.cc (locale::_Impl::_Impl(size_t)): Use new-initializer instead of...Jonathan Wakely2-16/+6
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