- 1d83750 [libc++] Implement ranges::copy{, _n, _if, _backward} by Nikolas Klauser · 3 years, 2 months ago
- c4f059e [libc++][NFC] Add missing 'return 0' to test by Louis Dionne · 3 years, 2 months ago
- 48fbced [libc++] Adds a missing include. by Mark de Wever · 3 years, 2 months ago
- 4ff70db [libc++] Fix undefined behavior in `std::filebuf` by Fabian Wolff · 3 years, 2 months ago
- 58d9ab7 [libc++][ranges] Implement ranges::minmax and ranges::minmax_element by Nikolas Klauser · 3 years, 2 months ago
- 667925d [libc++] `bitset::operator[] const` should return bool by Nikolas Klauser · 3 years, 2 months ago
- 1352ea4 [libc++] Mark completed paper as complete by Louis Dionne · 3 years, 2 months ago
- db6421e [libc++] Post-commit adjustments after rebasing D117656 by Louis Dionne · 3 years, 2 months ago
- 2fb026e Implement move_sentinel and C++20 move_iterator. by Arthur O'Dwyer · 3 years, 2 months ago
- 2b424f4 [libc++] Implement ranges::filter_view by Louis Dionne · 3 years, 2 months ago
- e53c461 [libc++][ranges] Implement `lazy_split_view`. by Konstantin Varlamov · 3 years, 2 months ago
- 81b51b6 Fix libcxx build after cd0a5889d71c62ae7cefc by Yuanfang Chen · 3 years, 2 months ago
- 0cc34ca [libc++] Define legacy symbols for inline functions at a finer-grained level by Louis Dionne · 3 years, 2 months ago
- 7738db2 [NFC][libc++][test] Move time tests. by Mark de Wever · 3 years, 2 months ago
- 8b5e4c0 [runtimes][CI] Add a 20 minutes individual test time out by Louis Dionne · 3 years, 2 months ago
- 2d0475e [libcxx] locale_bionic.h: skip ndk-version.h on Android platform by zijunzhao · 3 years, 2 months ago
- 64e4dd3 [libcxx] [test] Fix back-to-back use of get_temp_file_name() on Windows by Martin Storsjö · 3 years, 2 months ago
- b9ca1e5 [libc++][NFC] Use noexcept instead of _NOEXCEPT for code compiled into the library by Louis Dionne · 3 years, 2 months ago
- c292b60 [libc++] Implement P1007R3: std::assume_aligned by Louis Dionne · 3 years, 2 months ago
- 2c6217f [libc++] Make .version.pass.cpp tests be compile-only tests by Louis Dionne · 3 years, 2 months ago
- 732920d [libc++] Remove the usage of __init in operator+ by Nikolas Klauser · 3 years, 2 months ago
- aed0e8b [libc++] Rename the template arguments of the algorithm result types by Nikolas Klauser · 3 years, 2 months ago
- a96443e [libc++] Implement P0401R6 (allocate_at_least) by Nikolas Klauser · 3 years, 2 months ago
- fb9a692 [libc++][format][4/6] Improve formatted_size. by Mark de Wever · 3 years, 2 months ago
- 8893022 [libc++][format][3/6] Adds a __container_buffer. by Mark de Wever · 3 years, 2 months ago
- 72cd50b [libc++] Add missing 'return 0;' to main() in test by Louis Dionne · 3 years, 2 months ago
- f950ba0 [libcxx][NFC] Format sort.h by Nilay Vaish · 3 years, 2 months ago
- 4fe6a5d [libc++] Rename PS() macro to avoid clashing with Xtensa register name by Gustavo Henrique Nihei · 3 years, 2 months ago
- c3d0205 [libc++] Avoid using anonymous struct with base classes (fixes GCC 12) by Azat Khuzhin · 3 years, 2 months ago
- d49c0ba [libc++][test] Use the Japanese locale. by Mark de Wever · 3 years, 2 months ago
- 476047b [libc++] Adds back_insert_iterator::__get_container. by Mark de Wever · 3 years, 2 months ago
- 7277b00a [NFC][libc++][format] Prepare unit tests. by Mark de Wever · 3 years, 2 months ago
- 08920cc0 [libc++] Add __is_callable type trait and begin granularizing type_traits by Nikolas Klauser · 3 years, 2 months ago
- 628fcfd [libc++] Add tests for std::string default constructor and destructor by Nikolas Klauser · 3 years, 2 months ago
- 194d196 Introduce branchless sorting functions for sort3, sort4 and sort5. by Marco Gelmi · 3 years, 2 months ago
- b05027a Revert "[libc++][format] Use a helper constant." by Mark de Wever · 3 years, 2 months ago
- 82427685 [libc++][format] Use a helper constant. by Mark de Wever · 3 years, 2 months ago
- 0a77e63 [libcxx] Add flag to disable __builtin_assume in _LIBCPP_ASSERT by Arthur Eubanks · 3 years, 2 months ago
- b7042b7 [libc++] Add back-deployment testing on arm64 macs by Louis Dionne · 3 years, 2 months ago
- 1306b10 [libc++][ranges] Implement ranges::count{, _if} by Nikolas Klauser · 3 years, 2 months ago
- 1b9c5f6 [libc++] Remove redundant __invoke_constexpr functions by Nikolas Klauser · 3 years, 2 months ago
- cd7b444 [libc++][ranges] Add implicit conversion to bool test for ranges::find{, if, if_not} by Nikolas Klauser · 3 years, 2 months ago
- 7594e23 [libcxx] [test] Stop defining LIBCXX-WINDOWS-FIXME by Martin Storsjö · 3 years, 2 months ago
- 3fb3770 [libc++] Use cpp20_output_iterator in tests. by Mark de Wever · 3 years, 2 months ago
- d786249 [NFC][libc++] Modularize chrono's calendar. by Mark de Wever · 3 years, 2 months ago
- e27a122 [libc++] Support arrays in make_shared and allocate_shared (P0674R1) by Louis Dionne · 3 years, 2 months ago
- 586182a [libcxx] [test] Remove UNSUPPORTED markings for mingw issues that no longer are present in CI by Martin Storsjö · 3 years, 2 months ago
- 6720bc2 [libc++] Remove error about _LIBCPP_ALTERNATE_STRING_LAYOUT not being supported anymore by Louis Dionne · 3 years, 2 months ago
- fd92ca0 [libc++][NFC] Remove stray whitespace in comment by Louis Dionne · 3 years, 2 months ago
- 6efda5e [libcxx] [test] Fix the locale ctype widen tests on Windows by Martin Storsjö · 3 years, 2 months ago
- c00df57 [libc++] add global variable template std::views::empty by Hui Xie · 3 years, 2 months ago
- 83de107 [libc++][test] Adds an cpp20_output_iterator. by Mark de Wever · 3 years, 2 months ago
- 8ec4999 [libc++] Tidy up tests for deduction guides and other compile-time failing properties in std::string by Louis Dionne · 3 years, 2 months ago
- 45ce3f3 [libc++] Silence new deprecation warnings for C functions in tests by Louis Dionne · 3 years, 2 months ago
- 3ba8548 [libc++][ranges] Implement ranges::transform by Nikolas Klauser · 3 years, 2 months ago
- 9a44ed4 [libc++] Implement tests for private headers using the new generator by Louis Dionne · 3 years, 2 months ago
- dba90d7 [libcxx] Stop recommending setting LIBCXX_HAS_WIN32_THREAD_API in the MinGW builds by Martin Storsjö · 3 years, 2 months ago
- 1379649 [libc++] Fix std::is_array<T[0]> and add tests by Louis Dionne · 3 years, 2 months ago
- a4f73b9 [libc++][NFC] Rename generate_assertion_tests.py to generate_header_tests.py by Louis Dionne · 3 years, 2 months ago
- be1294d [libc++] Implement all public header tests using the new generator by Louis Dionne · 3 years, 2 months ago
- e70533ae [libc++] Remove unused <iosfwd> include from <__debug> by Louis Dionne · 3 years, 2 months ago
- 896770c [libc++][NFC] Fix weird indentation in test by Louis Dionne · 3 years, 2 months ago
- e476df5 [libc++][ranges] Implement ranges::max by Nikolas Klauser · 3 years, 2 months ago
- e06ca31 [libc++] Canonicalize the ranges results and their tests by Nikolas Klauser · 3 years, 2 months ago
- b048397 [libcxx] [test] Avoid spurious test breakage in clang-cl-dll configs with newer CMake by Martin Storsjö · 3 years, 2 months ago
- 64d7f77 [libcxx] [ci] Enable -Werror for libcxxabi and libunwind too by Martin Storsjö · 3 years, 2 months ago
- 9c54a0c [libc++] Fixes calendar function visibility. by Mark de Wever · 3 years, 2 months ago
- 11c14bc [libc++][ci] Installs Japanese locale in Docker. by Mark de Wever · 3 years, 2 months ago
- e3ad15d [libc++][doc] Update formatting status. by Mark de Wever · 3 years, 2 months ago
- 0a46041 [libc++] Install psutil on the macOS nodes by Louis Dionne · 3 years, 2 months ago
- 19246b0 [libc++] Remove the __libcpp_version file by Louis Dionne · 3 years, 2 months ago
- cb055e5 [libc++] Add a CI job running MSAN by Louis Dionne · 3 years, 2 months ago
- 5fbce8b [libcxx] [doc] Update Windows build instructions after deprecating the legacy standalone builds by Martin Storsjö · 3 years, 2 months ago
- 385cc25 [libc++] Ensure that all public C++ headers include <__assert> by Louis Dionne · 3 years, 2 months ago
- f29002a [libunwind] Add a _LIBUNWIND_VERSION macro by Louis Dionne · 3 years, 2 months ago
- f079946 [libc++] Use __builtin_expect and __builtin_assume in _LIBCPP_ASSERT by Louis Dionne · 3 years, 2 months ago
- 95a2527 [libc++][NFC] Fix typo in comment by Louis Dionne · 3 years, 2 months ago
- 65b1b3b [libc++][libc++abi] Serialize the enable_assertions Lit parameter in the generated config by Louis Dionne · 3 years, 2 months ago
- 6e2c6c9 [libcxx] random_device, specify optimal entropy properties for all OS's using arc4random() by Brad Smith · 3 years, 2 months ago
- 5599e2c [libc++][doc] Update format implementation status. by Mark de Wever · 3 years, 2 months ago
- 555214c [libc++][format][2/6] Adds a __output_iterator. by Mark de Wever · 3 years, 2 months ago
- f900f70 [libc++] Remove the _LIBCPP_BOOL_CONSTANT macro by Louis Dionne · 3 years, 2 months ago
- 3c6bd17 [libc++] Rename __identity to __type_identity by Nikolas Klauser · 3 years, 2 months ago
- c87c891 [libc++] Audit all uses of _LIBCPP_ASSERT and _LIBCPP_DEBUG_ASSERT by Louis Dionne · 3 years, 2 months ago
- fea3ca5 [libc++][NFC] Refactor the ABI changelog by Louis Dionne · 3 years, 2 months ago
- 5c458f3e5 [libc++][NFC] Update ABI changelog to account for new assertion handler by Louis Dionne · 3 years, 2 months ago
- b0fd949 [libc++] Add a lightweight overridable assertion handler by Louis Dionne · 3 years, 2 months ago
- cb1598c [libc++] Correct outdated documentation about __config_site by Louis Dionne · 3 years, 2 months ago
- 215f5fd [libc++][NFC] Change availability macro from macosx to macos by Louis Dionne · 3 years, 2 months ago
- cc82a1b [libc++][NFC] Fix include guards and add a missing license header by Louis Dionne · 3 years, 2 months ago
- a749e32 Replace links to archived mailing lists by links to Discourse forums by Danny Mösch · 3 years, 2 months ago
- 59fae7b [libc++][NFC] Slight improvement to __availability documentation by Louis Dionne · 3 years, 2 months ago
- 1295040 [libc++][NFC] Use struct instead of class for ranges::end by Louis Dionne · 3 years, 2 months ago
- e4e281ea Revert "[bootstrap] Allow passing options to sub-builds for all targets" by Petr Hosek · 3 years, 2 months ago
- 6a7f055 [libc++] Re-enable workaround for pre-ranges CTAD in std::span by Louis Dionne · 3 years, 2 months ago
- 240e06d [bootstrap] Allow passing options to sub-builds for all targets by Louis Dionne · 3 years, 2 months ago
- 0f05200 [libc++][AIX] AIX allows for changing permissions of symlinks by Zarko Todorovski · 3 years, 2 months ago
- d6f00f8 [libc++] Trigger CI when cmake/ is modified by Louis Dionne · 3 years, 2 months ago
- 5082b94 [libunwind] Add libunwind to the bootstrapping build CI by Louis Dionne · 3 years, 2 months ago
- f2b376f [libc++] Disable modules with the bootstrapping build by Louis Dionne · 3 years, 2 months ago