aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
2018-08-16Fix bootstrap with --enable-fully-dynamic-stringJonathan Wakely1-0/+20
2018-08-15Fix single-threaded build for targets without atomicsJonathan Wakely1-1/+21
2018-08-14PR libstdc++/86846 Alternative to pointer-width atomicsJonathan Wakely2-1/+51
2018-08-14PR libstdc++/85343 overload __throw_ios_failure to take errnoJonathan Wakely2-1/+17
2018-08-07Define monotonic_buffer_resource members out-of-lineJonathan Wakely1-0/+83
2018-08-03Add workaround for non-unique errno values on AIXJonathan Wakely1-1/+2
2018-08-01Add -D_GLIBCXX_ASSERTIONS to DEBUG_FLAGSJonathan Wakely1-3/+3
2018-08-01PR libstdc++/60555 std::system_category() should recognise POSIX errno valuesJonathan Wakely1-0/+255
2018-07-26* src/c++98/locale_init.cc: Fix #ifdef condition.Marek Polacek1-1/+1
2018-07-26Add missing checks for _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely1-0/+2
2018-07-26Remove char16_t and char32_t dependency on <stdint.h>Jonathan Wakely3-7/+3
2018-07-26Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely6-15/+11
2018-07-25Add new src/c++17 directory to list in acinclude.m4Jonathan Wakely2-2/+2
2018-07-24Add initial version of C++17 <memory_resource> headerJonathan Wakely6-12/+894
2018-07-17PR libstdc++/86450 use -Wabi=2 and simplify -Werror useJonathan Wakely5-8/+9
2018-07-17Remove unused explicit instantiation of __bind_simpleJonathan Wakely1-79/+3
2018-07-05PR libstdc++/85831 define move constructors and operators for exceptionsJonathan Wakely1-1/+14
2018-06-21PR libstdc++/83328 add correct basic_string::insert for initializer_listJonathan Wakely1-0/+2
2018-06-16LWG 3076 basic_string CTAD ambiguityJonathan Wakely1-0/+6
2018-06-072018-06-07 François Dumont <fdumont@gcc.gnu.org>François Dumont1-12/+16
2018-05-31PR libstdc++/78870 support std::filesystem on WindowsJonathan Wakely8-184/+497
2018-05-25re PR libstdc++/85768 (FreeBSD bootstrap fails due to undefined reference to ...François Dumont1-2/+4
2018-05-23Fix handling of an empty filename at end of a pathJonathan Wakely1-9/+8
2018-05-21Fix std::filesystem::absolute for empty pathsJonathan Wakely1-4/+12
2018-05-21PR libstdc++/85843 fix "should be explicitly initialized" warningsJonathan Wakely1-2/+2
2018-05-19Fix std::codecvt_utf8<wchar_t> for MingwJonathan Wakely1-1/+6
2018-05-17PR libstdc++/85818 ensure path::preferred_separator is definedJonathan Wakely1-1/+1
2018-05-09safe_iterator.h (_Safe_iterator<>::_M_constant()): Rename in...François Dumont1-1/+4
2018-05-08debug.cc [...]: Include execinfo.h.François Dumont1-0/+27
2018-05-08formatter.h (_Error_formatter::_M_function): New.François Dumont1-2/+11
2018-05-03PR libstdc++/85632 fix wraparound in filesystem::spaceJonathan Wakely2-6/+8
2018-05-02PR libstdc++/68197 fail on negative iword/pword indicesJonathan Wakely1-33/+26
2018-04-18PR libstdc++/85442 fix duplicate debuginfo for cxx11-ios_failure.ccJonathan Wakely2-4/+4
2018-04-13Fix broken sed command from previous commitJonathan Wakely2-2/+2
2018-04-13Fix __iosfail_type_info hack to work on darwinJonathan Wakely2-9/+2
2018-04-12Fix comments that misspell names of files and classesJonathan Wakely4-5/+5
2018-04-12Remove #define made redundant by r259281Jonathan Wakely1-4/+0
2018-04-10PR libstdc++/85222 allow catching iostream errors as gcc4-compatible ios::fai...Jonathan Wakely5-12/+162
2018-03-09Use non-throwing is_directory in filesystem::create_directoryJonathan Wakely2-6/+2
2018-01-18configure.ac (AC_CHECK_HEADERS): Add linux/types.h.Uros Bizjak1-0/+4
2018-01-05PR libstdc++/83626 simplify filesystem::remove and filesystem::remove_allJonathan Wakely2-31/+5
2018-01-05PR libstdc++/83279 Use non-null offset argument for sendfileJonathan Wakely1-18/+15
2018-01-05PR libstdc++/83626 handle ENOENT due to filesystem raceJonathan Wakely2-22/+56
2018-01-04PR libstdc++/83626 Don't throw for remove("") and remove_all("")Jonathan Wakely2-28/+46
2018-01-03Update copyright years.Jakub Jelinek116-116/+116
2017-12-14PR libstdc++/83279 handle sendfile not copying entire fileJonathan Wakely1-22/+45
2017-11-17Enable building libstdc++-v3 with Intel CETIgor Tsimbalist4-4/+8
2017-11-07Check for S_ISSOCK before useJonathan Wakely1-0/+2
2017-11-01PR libstdc++/82777 fix path normalization for dot-dotJonathan Wakely1-4/+29
2017-10-27Remove noexcept from filesystem iterators and operations (LWG 3013, 3014)Jonathan Wakely2-7/+7