OSDN Git Service

[libc++] Remove dead code since the removal of the old testing format
[android-x86/external-llvm-project.git] / libcxx / include /
2020-06-29 Martijn VelsAdd optimization to basic_string::assign for compile...
2020-06-26 Louis Dionne[libc++] Remove support for building through llvm-config
2020-06-26 Louis Dionne[libc++] Fix the runtimes build after making __config_s...
2020-06-26 Louis Dionne[libc++] Always generate a __config_site header
2020-06-25 Louis Dionne[libc++] Add missing <stddef.h> include to <wchar.h>
2020-06-25 Louis Dionne[libc++] Remove deprecated _LIBCPP_ALTERNATE_STRING_LAY...
2020-06-25 Arthur O'Dwyer[libc++] Fix some typos in the comment header for ...
2020-06-19 Raul Tambre[libc++] Require concepts support for <numbers>
2020-06-19 Raul Tambre[libc++] Implement <numbers>
2020-06-18 Martijn VelsOptimize 'construct at end' loops in vector
2020-06-18 Christopher Di Bella[libc++] Add equality for spaceship types for themselves
2020-06-18 Michael Park[libcxx/variant] Fix build error for when exceptions...
2020-06-16 Michael ParkRemove the try/catch codepath if `swap` is `noexcept`.
2020-06-16 Louis Dionne[libc++] Don't trigger unsigned conversion warnings...
2020-06-10 Joel E. Denny[libc++] Work around gcc/Power9 bug in `include/thread`
2020-06-09 Louis Dionne[libc++] Fix too stringent availability markup for...
2020-06-09 Louis Dionne[libc++] Avoid UB in year_month_day_last::day() for...
2020-06-09 Louis Dionne[libc++] Remove assertion in year_month_day_last::day()
2020-06-08 zoecarver[NFC] [libcxx] Remove shared_ptr's no-rvalue unique_ptr...
2020-06-03 Louis Dionne[libc++] Support move construction and assignment in...
2020-06-01 Olivier GirouxUpdated synopsis of <atomic> to match what is implemented
2020-06-01 Louis Dionne[libc++] Add assertions on OOB accesses in std::array...
2020-06-01 Louis Dionne[libc++] NFC: Minor refactoring in std::array
2020-05-29 Louis Dionne[libc++] Fix issues with the triviality of std::array
2020-05-29 Louis Dionne[libc++] Fix the LIBCXX_HAS_MERGED_TYPEINFO_NAMES_DEFAU...
2020-05-28 Louis Dionne[libc++] NFC: Remove outdated numbering in <bit> synopsis
2020-05-28 Louis Dionne[libc++] Complete overhaul of constexpr support in...
2020-05-25 Marek Kurdej[libc++] [LWG3201] Update status page: lerp should...
2020-05-23 zoecarver[libcxx] Fix deprecation warning by suppressing depreca...
2020-05-23 zoecarver[NFC] Remove non-variadic overloads of allocator_traits...
2020-05-23 Marek Kurdej[libc++] Mark __cpp_lib_hardware_interference_size...
2020-05-22 Louis Dionne[libc++] Mark __u64toa and __u32toa as noexcept
2020-05-22 Louis Dionne[libc++] NFC: Inline array<T,N>::at methods inside...
2020-05-21 Marek KurdejReland [libc++] [LWG3321] Mark "year_month_day_last...
2020-05-21 David NicuesaFix compile for -DLIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY
2020-05-20 Jan Wilken Dörrie[libcxx] Remove swap for std::span
2020-05-20 zoecarver[NFC] Remove non-rvlaue non-variadic allocator::constru...
2020-05-20 zoecarver[NFC] Remove non-rvlaue non-variadic allocator::constru...
2020-05-20 zoecarverMark shared_ptr::__create_with_control_block as noexcept.
2020-05-20 zoecarver [NFC] Add _EnableIfLValueCallable and move referenc...
2020-05-18 Michael Schellenbe... [libcxx][type_traits] Add C++20 changes to common_type
2020-05-14 Michael Schellenbe... [libcxx][span] Implement solution to LWG-3255
2020-05-14 Michael Schellenbe... [libc++][span] SFINAE span default constructor on Exten...
2020-05-14 Michael Schellenbe... [libcxx][span] Remove const_iterator from std::span
2020-05-14 Michael Schellenbe... [libcxx][span] Remove tuple interface
2020-05-13 Michael Schellenbe... [libcxx][span] Implement P1976R2
2020-05-13 Marek KurdejRevert "[libc++] [LWG3321] Mark "year_month_day_last...
2020-05-13 Marek Kurdej[libc++] [LWG3321] Mark "year_month_day_last::day(...
2020-05-13 zoecarver[libcxx] Constrain function assignment operator (2574).
2020-05-12 zoecarver[libcxx] Re-commit: shared_ptr changes from library...
2020-05-12 zoecarverRevert "[libcxx] shared_ptr changes from library fundam...
2020-05-12 zoecarver[libcxx] shared_ptr changes from library fundamentals...
2020-05-08 Eric FiselierReland [libc++] Move abs and div into stdlib.h to fix...
2020-05-08 zoecarverRevert "[libc++] ECMAScript IdentityEscape is ambiguous...
2020-05-07 zoecarver[libc++] ECMAScript IdentityEscape is ambiguous (2584)
2020-05-07 Marcel HlopkoRemove unused _LIBCPP_RAW_ITERATORS
2020-05-07 Antonio Sanchez[libc++] Fix ostream for complex numbers with fixed...
2020-05-07 Louis Dionne[libc++] Add tests for _LIBCPP_HAS_MERGED_TYPEINFO_NAME...
2020-05-07 Logan Smith[libcxx] Add deduction guides for shared_ptr and weak_ptr
2020-05-07 Logan Smith[libcxx] Qualify make_pair in searcher implementations...
2020-05-02 Marek Kurdej[libc++][P1115][C++20] Improving the Return Value of...
2020-04-30 Diogo Sampaio[FIX][libc++][Regex] Using regex_constants match_prev_a...
2020-04-28 Saleem Abdulrasoolbuild: update libc++ as there are some bots with integr...
2020-04-28 Raphael IsemannRevert "Recommit [libc++] Move abs and div into stdlib...
2020-04-28 Eric FiselierRecommit [libc++] Move abs and div into stdlib.h to...
2020-04-24 Louis Dionne[libc++] Improve the detection of whether the blocks...
2020-04-22 Louis Dionne[libc++] Don't try to include <Block.h> when not available
2020-04-22 Louis Dionne[libc++] Add support for blocks in std::function
2020-04-16 Dan AlbertReland: Don't expose unavailable cstdio functions.
2020-04-16 Louis Dionne[libc++] NFC: Reindent impossible to read conditional...
2020-04-16 Louis Dionne[libc++] Simplify conditional in __config for _LIBCPP_N...
2020-04-10 Martijn VelsMake basic_string::operator=() tail call properly
2020-04-09 Eric Fiselier[libc++] Fix recursive instantiation in std::array.
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-04-08 Eric Fiselier[libcxx] Adds [concept.same]
2020-04-08 zoecarverFix __is_pointer builtin type trait to work with Object...
2020-04-07 Dan AlbertRevert "Don't expose unavailable cstdio functions."
2020-04-07 Dan AlbertDon't expose unavailable cstdio functions.
2020-04-06 Louis Dionne[libc++] Add availability markup for the C++20 Synchron...
2020-04-06 Dan AlbertUpstream Bionic definitions of ctype_base/regex.
2020-04-03 Joerg SonnenbergerAvoid using std::max_align_t in pre-C++11 mode
2020-04-03 Louis Dionne[libc++] Fix is_pointer support for Objective-C++
2020-04-01 zoecarver[libcxx] Stop using builtin type traits for is_floating...
2020-03-30 Louis DionneRemove legacy CMake targets for libcxx and libcxxabi
2020-03-23 Louis DionneRevert "Remove legacy CMake targets for libcxx and...
2020-03-23 Louis DionneRemove legacy CMake targets for libcxx and libcxxabi
2020-03-19 zoecarver[libc++] fix non-builtin is_void implementation
2020-03-19 zoecarver[libc++] Don't use __is_fundamental in C++03 mode
2020-03-19 zoecarver[libc++] Use builtin type traits whenever possible
2020-03-18 Yunlian Jiang[libc++] Add missing visibility annotation for __base
2020-03-17 Atmn Patel[libc++] Bugfix to std::binomial_distribution<int>
2020-03-17 Dimitry AndricFix -Wdeprecated-copy-dtor and -Wdeprecated-dynamic...
2020-03-12 Marek Kurdej[libc++] [P0646] Add feature-test macro for __cpp_lib_l...
2020-03-10 Louis Dionne[libc++] Properly mark std::function as deprecated...
2020-03-04 Martijn Vels Partially inline basic_string copy constructor...
2020-03-04 Martijn VelsRevert "Partially inline basic_string copy constructor...
2020-03-04 Louis Dionne[libc++] Avoid deprecation warning in the implementatio...
2020-03-04 Eric Fiselier[libc++] Move std::string extern template declarations...
2020-03-04 Louis Dionne[libc++] Revert to previous implementation of __has_rebind
2020-03-04 Michael Park[libc++][P0174] Deprecated/removed parts of default...
next