aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek9390-16600/+16609
2019-12-30VxWorks has_nanosleep for libstdc++ enable-libstdcxx-time autoCorentin Gay3-0/+15
2019-12-30Adapt libstdc++ os_defines for VxWorks to more recent versionsJerome Lambourg2-4/+82
2019-12-25Define HAVE_ for math long double functions declared in vxworks headersAlexandre Oliva3-0/+1173
2019-12-20libstdc++: Add inline to maybe-constexpr functions (PR 92927)Jonathan Wakely2-3/+9
2019-12-20libstdc++: Test setrlimit with c++ in configureJerome Lambourg3-7/+28
2019-12-20libstdc++: Fix versioned namespace testsFrançois Dumont4-4/+11
2019-12-20libstdc++: Fix pretty printers script and testsFrançois Dumont4-2/+13
2019-12-20libstdc++: Strengthen the check for availability of pthread_rwlock_tJerome Lambourg3-11/+56
2019-12-12libstdc++: Simplify std::common_comparison_categoryJonathan Wakely2-31/+30
2019-12-12libstdc++: Fix tr1 definition ambiguity in versioned namespaceFrançois Dumont9-0/+40
2019-12-12libstdc++: Qualify isdigit call to fix versioned namespace build.François Dumont2-1/+7
2019-12-11libstdc++: Fix whitepace in changelogJonathan Wakely1-2/+2
2019-12-11Restore enable_if lost during original import of pstlThomas Rodgers3-2/+8
2019-12-10libstdc++: Correct noexcept-specifiers on span constructorsJonathan Wakely3-1/+68
2019-12-10libstdc++: Rework std::copy/copy_backward/move/move_backward/fill/fill_n algosFrançois Dumont28-259/+1988
2019-12-10libstdc++: Fix description of std::ios::trunc (PR 92886)Jonathan Wakely2-1/+4
2019-12-10libstdc++: Define __cpp_lib_constexpr_complex macroJonathan Wakely5-0/+64
2019-12-10libstdc++: Reduce header dependencies in <span>Jonathan Wakely2-2/+6
2019-12-10libstdc++: Fix bug in std::indirect_result_tJonathan Wakely3-13/+64
2019-12-09libstdc++: Implement ranges::safe_range for C++20 (P1870R1)Jonathan Wakely20-183/+482
2019-12-09libstdc++: Improve testing for path::operator+=(const string&)Jonathan Wakely2-0/+21
2019-12-09libstdc++: fix buffer overflow in path::operator+= (PR92853)Jonathan Wakely4-10/+90
2019-12-09libstdc++: Add C++20 P1032 constexpr to _GLIBCXX_DEBUG arrayFrançois Dumont3-4/+11
2019-12-07Fix libstdc++ compiling for an aarch64 multilib with big-endian.Andrew Pinski2-0/+7
2019-12-05libstdc++: Fix bug in std::span testJonathan Wakely2-2/+13
2019-12-05libstdc++: Implement P1872R0 and P1394R0 for std::spanJeanHeyd "ThePhD" Meneide5-227/+141
2019-12-05libstdc++: Define std::lexicographical_compare_three_way for C++20Jonathan Wakely4-0/+302
2019-12-05libstdc++: Define pretty printer for comparison categoriesJonathan Wakely3-0/+83
2019-12-05libstdc++: Implement spaceship for std::array (P1614R2)Jonathan Wakely5-3/+62
2019-12-03libstdc++: Implement spaceship for std::pair (P1614R2)Jonathan Wakely4-20/+126
2019-12-03libstdc++: Fix Doxygen markup errorJonathan Wakely2-1/+2
2019-12-03libstdc++: Fix copyright date on new test headerJonathan Wakely2-2/+6
2019-12-02libstdc++: Fix try_lock_until and try_lock_shared_until on arbitrary clockMike Crowe2-4/+31
2019-12-02libstdc++: Add full steady_clock support to shared_timed_mutexMike Crowe6-21/+226
2019-12-02libstdc++: Fix timed_mutex::try_lock_until on arbitrary clock (PR 91906)Mike Crowe8-23/+153
2019-12-02libstdc++: PR 78237 Add full steady_clock support to timed_mutexMike Crowe6-8/+179
2019-12-02libstdc++: Improve tests for try_lock_until members of mutex typesMike Crowe5-9/+185
2019-11-30libstdc++: Default to --enable-libstdcxx-filesystem-ts for *-*-mingw*Jonathan Wakely3-0/+10
2019-11-30libstdc++: Fix experimental::filesystem::u8path(const Source&) for WindowsJonathan Wakely3-50/+67
2019-11-29libstdc++: Adjust some function templates for coding conventionsJonathan Wakely4-22/+29
2019-11-29libstdc++: P1423R3 char8_t remediation (4/4)Tom Honermann5-0/+210
2019-11-29libstdc++: P1423R3 char8_t remediation (3/4)Tom Honermann4-2/+37
2019-11-29libstdc++: P1423R3 char8_t remediation (2/4)Tom Honermann5-34/+216
2019-11-29libstdc++: P1423R3 char8_t remediation (1/4)Tom Honermann3-223/+256
2019-11-29libstdc++:: improve how pretty printers find node types (PR 91997)Jonathan Wakely4-42/+173
2019-11-26libstdc++: Use C++98 syntax to instantiate input_iterator_tagFrançois Dumont2-2/+5
2019-11-26libstdc++: Add C++20 P1032 constexpr to _GLIBCXX_DEBUG arrayFrançois Dumont2-2/+6
2019-11-26libstdc++: Add _GLIBCXX_DEBUG safe iterator C++20 iterator conceptFrançois Dumont2-0/+10
2019-11-25libstdc++: Add move_sentinel, common_iterator and counted_iteratorJonathan Wakely7-9/+1105