llvm-capstone/libcxx
Louis Dionne 5b0c21753b [libc++] Make sure that we use the libc++ CI pipeline when no projects have changed
That is necessary for scheduled builds to work.
2022-11-12 08:10:10 -10:00
..
benchmarks [libc++] Extend check for non-ASCII characters to src/, test/ and benchmarks/ 2022-08-23 18:36:38 -04:00
cmake [CMake] Fix -Wstrict-prototypes 2022-11-08 01:37:04 +00:00
docs [libc++] Documents details of the pre-commit CI. 2022-11-10 20:20:17 +01:00
include [libc++] Add FTM for constexpr vector 2022-11-09 22:45:20 +01:00
lib [libc++][PMR] Move the pmr::memory_resource destructor into the dylib 2022-11-01 00:37:04 +01:00
src [libc++][PMR] Deprecate the implementation in std::experimental 2022-11-01 00:37:08 +01:00
test [libc++] Add FTM for constexpr vector 2022-11-09 22:45:20 +01:00
utils [libc++] Make sure that we use the libc++ CI pipeline when no projects have changed 2022-11-12 08:10:10 -10:00
.clang-format [libc++][NFC] Rename the constexpr macros 2022-08-19 15:35:02 +02:00
.clang-tidy [libc++] Make the naming of private member variables consistent and enforce it through readability-identifier-naming 2022-09-02 21:36:36 +02:00
.gitignore
appveyor-reqs-install.cmd
appveyor.yml [libc++] Re-apply "Always build c++experimental.a"" 2022-07-19 10:44:19 -04:00
CMakeLists.txt [runtimes] Add the ability to customize the output name of libc++, libc++abi and libunwind 2022-10-11 15:19:59 -04:00
CREDITS.TXT Microsoft's floating-point to_chars powered by Ryu and Ryu Printf 2021-12-12 16:34:50 +01:00
LICENSE.TXT
TODO.TXT