- 4474430 [libc++][docs] Minor update to the benchmark documentation by Louis Dionne · 8 weeks ago
- de5ff8a [libc++][test] Improves C++ Standard filtering. (#89499) by Mark de Wever · 4 months ago
- 292c135 [libc++] Add new utilities to compare benchmark results between builds (#120743) by Louis Dionne · 4 months ago
- e84f79e [libc++][docs] Use --show-all in the sample command-line to run benchmarks by Louis Dionne · 5 months ago
- e236a52 [libc++] Unify the benchmarks with the test suite (#101399) by Louis Dionne · 6 months ago
- 397e4dcd [libc++][docs] Add link to `VendorDocumentation.rst` from `TestingLibcxx.rst` (#108714) by Hristo Hristov · 8 months ago
- 41dcdfb [libc++][docs] Major update to the documentation by Louis Dionne · 9 months ago
- 78b4b5c [libc++] Move the benchmarks under libcxx/test (#99371) by Louis Dionne · 9 months ago
- da44c06 [libc++][docs] Add tip for developers running the test suite on macOS (#99544) by Louis Dionne · 10 months ago
- 81955da [libc++] Remove special handling of the native C++ library in benchmarks (#98529) by Louis Dionne · 10 months ago
- 86070a8 [libc++][hardening] Finish documenting hardening. (#92021) by Konstantin Varlamov · 11 months ago
- 1d6b613 [libc++] Reland CI module improvements. by Mark de Wever · 1 year, 4 months ago
- 5c150e7 Revert #76246 and #76083 by Daniel Thornburgh · 1 year, 4 months ago
- 57ca748 [libc++][modules] Adds module testing. (#76246) by Mark de Wever · 1 year, 4 months ago
- d301539 [libc++][docs] Document the libc++ Lit testing format naming scheme (#73136) by Will Hawkins · 1 year, 4 months ago
- da6a1f6 [libc] Fix typos in documentation by Kazu Hirata · 2 years ago
- 845e72e [libc++][NFC] Fix slightly incorrect instructions for testing with Ninja by Louis Dionne · 2 years ago
- 170475c Instructions to run libc++ test suite by AdityaK · 2 years, 1 month ago
- 31deca4 [libc++] Add helper script libcxx-lit for running tests by Louis Dionne · 2 years, 1 month ago
- 3476b56 [libc++][test] Adds more generic test macros. by Mark de Wever · 2 years, 3 months ago
- 051bcd4 [libc++] Add documentation for reproducing CI issues locally by Louis Dionne · 2 years, 4 months ago
- 0638549 [libc++] Refactor clang-query checks to clang-tidy checks to get less obscure error messages by Nikolas Klauser · 2 years, 4 months ago
- 80c7e93 [libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABI by Nikolas Klauser · 2 years, 9 months ago
- 3d5d442 [libc++] More documentation improvements about running tests by Louis Dionne · 2 years, 9 months ago
- ce6aff8 [libc++] Update documentation on testing libc++ by Louis Dionne · 2 years, 9 months ago
- f3966ea [libc++] Make the Debug mode a configuration-time only option by Louis Dionne · 3 years ago
- 237e905 [libc++][Docs] Update benchmark doc wrt monorepo by Shivam Gupta · 3 years, 7 months ago
- 74d096e [libc++] Move handling of the target triple to the DSL by Louis Dionne · 4 years ago
- 8508b1c1 [libc++] Divorce the std Lit feature from the -std=XXX compiler flag by Louis Dionne · 4 years, 1 month ago
- c06a8f9 [libc++] Include <__config_site> from <__config> by Louis Dionne · 4 years, 1 month ago
- 01a13f1 [libc++] Rename check-cxx-deps to cxx-test-depends for consistency by Louis Dionne · 4 years, 4 months ago
- 95729f9 [libc++] Add basic support for -std=c++2b. by Marek Kurdej · 4 years, 4 months ago
- d6e2bac [libc++] Migrate warning flags to the DSL by Louis Dionne · 4 years, 6 months ago
- 6648414 [libcxx] [docs] [NFC] Fix typo. by Marek Kurdej · 4 years, 7 months ago
- 48e4b0f [runtimes] Revert the libc++ __config_site change by Louis Dionne · 4 years, 7 months ago
- 5d79664 [take 2] [libc++] Include <__config_site> from <__config> by Louis Dionne · 4 years, 7 months ago
- eb60c48 [libc++] Revert "Include <__config_site> from <__config>" by Louis Dionne · 4 years, 7 months ago
- 1e46d1a [libc++] Include <__config_site> from <__config> by Louis Dionne · 4 years, 7 months ago
- f9ca205 [libc++] Move the default site config template alongside other config files by Louis Dionne · 4 years, 9 months ago
- b785396 [libc++] Clean up some outdated documentation about running libc++ tests by Louis Dionne · 4 years, 10 months ago
- 0c66af9 [libc++] Allow specifying custom Lit config files by Louis Dionne · 5 years ago
- 31cbe0f [libc++] Remove the c++98 Lit feature from the test suite by Louis Dionne · 5 years ago
- 21b0ec2 [libc++] Do not rely on use_system_cxx_lib to specify the path of the library to run against by Louis Dionne · 5 years ago
- 7e6221d [libc++] Remove unused functions and minor features of the test suite by Louis Dionne · 5 years ago
- 33ad38a [libcxx][docs] Clearer mark up for --param by Zola Bridges · 5 years ago
- 3fbc9c7 [libc++] Add a new target check-cxx-deps to build dependencies of the test suite by Louis Dionne · 5 years ago
- 82bec93 [libc++] Update the documentation for running Lit to reflect reality by Louis Dionne · 5 years ago
- 90455db [libc++] NFC: Add documentation for writing tests by Louis Dionne · 5 years ago
- e9271a4 Remove legacy CMake targets for libcxx and libcxxabi by Louis Dionne · 5 years ago
- 04d4811 Revert "Remove legacy CMake targets for libcxx and libcxxabi" by Louis Dionne · 5 years ago
- f383fb4 Remove legacy CMake targets for libcxx and libcxxabi by Louis Dionne · 5 years ago
- 72fd103 Doc: Links should use https by Sylvestre Ledru · 5 years ago
- b7ebdbd Reformat the beginning of the testing doc to make clear how to run all the tests. by Marshall Clow · 6 years ago
- 97bc08a [CMake] Support compiler-rt builtins library in tests by Petr Hosek · 6 years ago
- bc297b1 [libcxx] Make sure use_system_cxx_lib does not override cxx_runtime_root for DYLD_LIBRARY_PATH by Louis Dionne · 6 years ago
- 2112fbc [libcxx] Remove the no_default_flags LIT configuration by Louis Dionne · 6 years ago
- 5373093 Teach test suite about C++2a dialect flag. by Eric Fiselier · 8 years ago
- 515e9db Change test suite to support c++17 dialect flag instead of c++1z. by Eric Fiselier · 8 years ago
- 78046e4 Fix misspelling of environment throughout libc++ by Eric Fiselier · 8 years ago
- aaec00a Update TestingLibcxx doc to reflect the use_system_cxx_lib flag. Patch from Michael Park by Eric Fiselier · 8 years ago
- d2c29f9 Cleanup LIT testing doc by Eric Fiselier · 9 years ago
- 612c00d Make it easier to run the libc++ test suite against libstdc++ by Eric Fiselier · 9 years ago
- 8e68d6a Attempt to fix Sphinx build by Eric Fiselier · 9 years ago
- 8b4a305 Turn On -DLIBCXX_ENABLE_BENCHMARKS by default. by Eric Fiselier · 9 years ago
- b08d8b1 [libcxx] Add support for benchmark tests using Google Benchmark. by Eric Fiselier · 9 years ago
- 41fe4ba Fix sphinx build. This is a temporary solution. by Eric Fiselier · 9 years ago
- d742bcc Try and fix sphinx build by Eric Fiselier · 9 years ago
- f40dd32 Add cxx_runtime_root options for testing against a different libc++ at runtime by Eric Fiselier · 9 years ago
- 147bb89 Update testing guide for libc++ by Eric Fiselier · 10 years ago
- b17bb06 [libcxx] Add new Sphinx documentation by Eric Fiselier · 10 years ago