aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
2015-11-13More fine-grained autoconf checks for C99 libraryJennifer Yao1-2/+2
2015-11-11Loop in std::this_thread sleep functionsJonathan Wakely1-1/+2
2015-10-03Fix comments saying why headers are includedJonathan Wakely2-2/+1
2015-10-03Enable dual ABI for Filesystem libraryJonathan Wakely8-4/+113
2015-10-02Allow Filesystem TS to compile without wchar_tJonathan Wakely1-1/+5
2015-10-02PR libstdc++/67747 use readdir instead of readdir_rJonathan Wakely1-32/+25
2015-09-30messages_members.cc (Catalog_info, Catalogs): Move...François Dumont2-0/+12
2015-09-29Reduce space and time overhead of std::threadJonathan Wakely1-2/+45
2015-09-28LWG 2135: terminate() in condition_variable::wait()Jonathan Wakely1-2/+2
2015-09-23Limit number of symlinks that canonical() will resolveJonathan Wakely1-33/+27
2015-09-23Fix semantics of Filesystem TS directory iteratorsJonathan Wakely1-59/+49
2015-09-23Fix filesystem::create_directories() functionJonathan Wakely1-6/+41
2015-09-17debug.cc: Include <cstdio>.Catherine Moore1-0/+1
2015-09-17Include <cerrno> in src/c++11/random.ccGerald Pfeifer1-0/+1
2015-09-172015-09-17 François Dumont <fdumont@gcc.gnu.org>François Dumont1-386/+448
2015-09-17Make std::random_device retry after short readsJonathan Wakely1-7/+17
2015-09-16Implement filesystem::canonical() without realpathJonathan Wakely1-12/+87
2015-09-11Fix filesystem::canonical on Solaris 10.Jonathan Wakely1-1/+6
2015-09-11Check read() result in std::random_device.Jonathan Wakely1-4/+8
2015-09-03re PR libstdc++/66902 (_S_debug_messages is unneccessary public)Jonathan Wakely1-1/+1
2015-08-26libstdc++/66902 Make _S_debug_messages static.Jonathan Wakely1-1/+1
2015-08-25re PR libstdc++/60519 (Debug mode should check comparators for irreflexivity)François Dumont1-2/+8
2015-08-25Revert my change to commit with PR reference again.François Dumont1-8/+2
2015-08-24formatter.h (_Debug_msg_id::__msg_irreflexive_ordering): New enum entry.François Dumont1-2/+8
2015-07-24libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGSMichael Haubenwallner4-4/+4
2015-07-13re PR libstdc++/66855 (codecvt wrong endianness in UTF-16 conversions)Jonathan Wakely1-1/+5
2015-06-16re PR libstdc++/65393 (std::thread shared_ptr inefficiency)Jonathan Wakely1-5/+6
2015-06-12re PR libstdc++/66464 (codecvt_utf16 max_length returning incorrect value)Jonathan Wakely1-1/+1
2015-06-08re PR libstdc++/66417 (std::codecvt_utf16<char32_t, 0x10FFFF, std::codecvt_mo...Jonathan Wakely1-1/+1
2015-05-292015-05-29 François Dumont fdumont@gcc.gnu.org>François Dumont1-83/+154
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