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