summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* VxWorks has_nanosleep for libstdc++ enable-libstdcxx-time autoCorentin Gay2019-12-303-0/+15
* Adapt libstdc++ os_defines for VxWorks to more recent versionsJerome Lambourg2019-12-302-4/+82
* Define HAVE_ for math long double functions declared in vxworks headersAlexandre Oliva2019-12-253-0/+1173
* libstdc++: Add inline to maybe-constexpr functions (PR 92927)Jonathan Wakely2019-12-202-3/+9
* libstdc++: Test setrlimit with c++ in configureJerome Lambourg2019-12-203-7/+28
* libstdc++: Fix versioned namespace testsFrançois Dumont2019-12-204-4/+11
* libstdc++: Fix pretty printers script and testsFrançois Dumont2019-12-204-2/+13
* libstdc++: Strengthen the check for availability of pthread_rwlock_tJerome Lambourg2019-12-203-11/+56
* libstdc++: Simplify std::common_comparison_categoryJonathan Wakely2019-12-122-31/+30
* libstdc++: Fix tr1 definition ambiguity in versioned namespaceFrançois Dumont2019-12-129-0/+40
* libstdc++: Qualify isdigit call to fix versioned namespace build.François Dumont2019-12-122-1/+7
* libstdc++: Fix whitepace in changelogJonathan Wakely2019-12-111-2/+2
* Restore enable_if lost during original import of pstlThomas Rodgers2019-12-113-2/+8
* libstdc++: Correct noexcept-specifiers on span constructorsJonathan Wakely2019-12-103-1/+68
* libstdc++: Rework std::copy/copy_backward/move/move_backward/fill/fill_n algosFrançois Dumont2019-12-1028-259/+1988
* libstdc++: Fix description of std::ios::trunc (PR 92886)Jonathan Wakely2019-12-102-1/+4
* libstdc++: Define __cpp_lib_constexpr_complex macroJonathan Wakely2019-12-105-0/+64
* libstdc++: Reduce header dependencies in <span>Jonathan Wakely2019-12-102-2/+6
* libstdc++: Fix bug in std::indirect_result_tJonathan Wakely2019-12-103-13/+64
* libstdc++: Implement ranges::safe_range for C++20 (P1870R1)Jonathan Wakely2019-12-0920-183/+482
* libstdc++: Improve testing for path::operator+=(const string&)Jonathan Wakely2019-12-092-0/+21
* libstdc++: fix buffer overflow in path::operator+= (PR92853)Jonathan Wakely2019-12-094-10/+90
* libstdc++: Add C++20 P1032 constexpr to _GLIBCXX_DEBUG arrayFrançois Dumont2019-12-093-4/+11
* Fix libstdc++ compiling for an aarch64 multilib with big-endian.Andrew Pinski2019-12-072-0/+7
* libstdc++: Fix bug in std::span testJonathan Wakely2019-12-052-2/+13
* libstdc++: Implement P1872R0 and P1394R0 for std::spanJeanHeyd "ThePhD" Meneide2019-12-055-227/+141
* libstdc++: Define std::lexicographical_compare_three_way for C++20Jonathan Wakely2019-12-054-0/+302
* libstdc++: Define pretty printer for comparison categoriesJonathan Wakely2019-12-053-0/+83
* libstdc++: Implement spaceship for std::array (P1614R2)Jonathan Wakely2019-12-055-3/+62
* libstdc++: Implement spaceship for std::pair (P1614R2)Jonathan Wakely2019-12-034-20/+126
* libstdc++: Fix Doxygen markup errorJonathan Wakely2019-12-032-1/+2
* libstdc++: Fix copyright date on new test headerJonathan Wakely2019-12-032-2/+6
* libstdc++: Fix try_lock_until and try_lock_shared_until on arbitrary clockMike Crowe2019-12-022-4/+31
* libstdc++: Add full steady_clock support to shared_timed_mutexMike Crowe2019-12-026-21/+226
* libstdc++: Fix timed_mutex::try_lock_until on arbitrary clock (PR 91906)Mike Crowe2019-12-028-23/+153
* libstdc++: PR 78237 Add full steady_clock support to timed_mutexMike Crowe2019-12-026-8/+179
* libstdc++: Improve tests for try_lock_until members of mutex typesMike Crowe2019-12-025-9/+185
* libstdc++: Default to --enable-libstdcxx-filesystem-ts for *-*-mingw*Jonathan Wakely2019-11-303-0/+10
* libstdc++: Fix experimental::filesystem::u8path(const Source&) for WindowsJonathan Wakely2019-11-303-50/+67
* libstdc++: Adjust some function templates for coding conventionsJonathan Wakely2019-11-294-22/+29
* libstdc++: P1423R3 char8_t remediation (4/4)Tom Honermann2019-11-295-0/+210
* libstdc++: P1423R3 char8_t remediation (3/4)Tom Honermann2019-11-294-2/+37
* libstdc++: P1423R3 char8_t remediation (2/4)Tom Honermann2019-11-295-34/+216
* libstdc++: P1423R3 char8_t remediation (1/4)Tom Honermann2019-11-293-223/+256
* libstdc++:: improve how pretty printers find node types (PR 91997)Jonathan Wakely2019-11-294-42/+173
* libstdc++: Use C++98 syntax to instantiate input_iterator_tagFrançois Dumont2019-11-262-2/+5
* libstdc++: Add C++20 P1032 constexpr to _GLIBCXX_DEBUG arrayFrançois Dumont2019-11-262-2/+6
* libstdc++: Add _GLIBCXX_DEBUG safe iterator C++20 iterator conceptFrançois Dumont2019-11-262-0/+10
* libstdc++: Add move_sentinel, common_iterator and counted_iteratorJonathan Wakely2019-11-257-9/+1105
* PR libstdc++/91786 fix compilation error with ClangJonathan Wakely2019-11-252-33/+45