1. b124ade Rename cxx-benchmark-unittests target and convert to LIT. by Eric Fiselier · 6 years ago
  2. bc3f403 Add libc++fs to the test deps, and not to the target 'cxx'. by Eric Fiselier · 6 years ago
  3. 0be5527 Attempt to unbreak *all the bots* by Eric Fiselier · 6 years ago
  4. 9880456 Allow passing additional compiler/linker flags for the tests by Alexander Richardson · 6 years ago
  5. 95b20f8 [libcxx] Support the use of compiler-rt in lit tests by Petr Hosek · 7 years ago
  6. aec189a Include AddLLVM needed for tests in the right context by Petr Hosek · 7 years ago
  7. 7a87049 Resubmit "Fix llvm-lit script generation in libcxx." by Zachary Turner · 7 years ago
  8. 8130661 Revert "Fix llvm-lit script generation in libcxx." by Zachary Turner · 7 years ago
  9. 2205438 Fix llvm-lit script generation in libcxx. by Zachary Turner · 7 years ago
  10. f26da86 Add dummy CMake target for *.pass.cpp tests when LIBCXX_CONFIGURE_IDE=ON. by Eric Fiselier · 7 years ago
  11. 5cdf673 fix test coverage capture dirs by Eric Fiselier · 7 years ago
  12. c57fb58 Generate the test configuration even when LIBCXX_INCLUDE_TESTS=OFF. by Eric Fiselier · 7 years ago
  13. dec9851 Fix cmake dependency for the external-thread-library variant. NFC. by Asiri Rathnayake · 7 years ago
  14. 157fd34 [libc++][CMake] Use debug MSVC runtimes when libc++ is built in debug mode by Eric Fiselier · 8 years ago
  15. 66134e8 [libc++] Cleanup and document <__threading_support> by Eric Fiselier · 8 years ago
  16. e262e7b [libcxx] Add build/test support for the externally threaded libc++abi variant by Asiri Rathnayake · 8 years ago
  17. 3bf8a9c Fix linker script generation for in-tree builds by Eric Fiselier · 8 years ago
  18. 040945b [libcxx] Introduce an externally-threaded libc++ variant. by Asiri Rathnayake · 8 years ago
  19. e0620e2 [CMake] Be more consistent about naming targets and components by Chris Bieneman · 8 years ago
  20. 8c22696 [CMake] Get libcxx building under LLVM/runtimes by Chris Bieneman · 8 years ago
  21. 5432e3b Rework libatomic handling in CMake and LIT. by Eric Fiselier · 8 years ago
  22. 6e9a694 Add Filesystem TS -- Complete by Eric Fiselier · 8 years ago
  23. 4e69be0 Generate code coverage for experimental libraries by Eric Fiselier · 8 years ago
  24. 7da079c Make check-libcxx dependant on libc++experimental if present. by Eric Fiselier · 8 years ago
  25. 5e4698c Create new library 'libc++experimental.a' for packaging TS symbols. by Eric Fiselier · 8 years ago
  26. 611ab2b Framework to allow testing of static libc++abi by Ben Craig · 8 years ago
  27. cb6641a Re-commit "Introduce a cmake module to figure out whether we need to link with libatomic." by Vasileios Kalintiris · 8 years ago
  28. 1654db4 Revert "Introduce a cmake module to figure out whether we need to link with libatomic." by Vasileios Kalintiris · 8 years ago
  29. b56fdea Introduce a cmake module to figure out whether we need to link with libatomic. by Vasileios Kalintiris · 8 years ago
  30. 8cbf020 [libcxx] Make it drastically simpler to link libc++. by Eric Fiselier · 9 years ago
  31. f0cd203 [libcxx] Use __config_site to configure the test suite features. by Eric Fiselier · 9 years ago
  32. 4f01aa8 ABI versioning macros for libc++. by Evgeniy Stepanov · 9 years ago
  33. eb6e2ea Reapply working parts of CMake cleanup. by Eric Fiselier · 9 years ago
  34. 5514d36 Revert recent CMake changes again due to failing compiler-rt builds by Eric Fiselier · 9 years ago
  35. d74dee9 Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Eric Fiselier · 9 years ago
  36. aa9b5e3 Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Hans Wennborg · 9 years ago
  37. 91eeba8 [libcxx] Cleanup CMake configuration and integrate with LLVM by Eric Fiselier · 9 years ago
  38. 323ade3 Make support for thread-unsafe C functions optional. by Ed Schouten · 9 years ago
  39. 4f8edc4 Fix build when libunwind is disabled. by Logan Chien · 9 years ago
  40. bf9653d [libcxx] Add code coverage configuration to CMake and LIT. by Eric Fiselier · 9 years ago
  41. abd06b4 Make the presence of stdin and stdout optional. by Ed Schouten · 9 years ago
  42. b33ae5b Add option to disable access to the global filesystem namespace. by Ed Schouten · 9 years ago
  43. c0b166e [libcxx] Add support for linking libc++ against a static ABI library. by Eric Fiselier · 9 years ago
  44. 83d7735 Add remote testing support to the lit config. by Jonathan Roelofs · 9 years ago
  45. 4205190 Modularize TargetInfo discovery in the lit config by Jonathan Roelofs · 9 years ago
  46. 015fb24 Don't assume LIT_EXECUTABLE points to a Python script, take 2 by Greg Fitzgerald · 10 years ago
  47. 4668566 Revert "Don't assume LIT_EXECUTABLE points to a Python script" by Greg Fitzgerald · 10 years ago
  48. 35f1c49 Don't assume LIT_EXECUTABLE points to a Python script by Greg Fitzgerald · 10 years ago
  49. 447c76d Add USES_TERMINAL to libcxx lit tests, if available by Filipe Cabecinhas · 10 years ago
  50. 7df8e62 Use set() instead of option() for string option. by Dan Albert · 10 years ago
  51. 00a620e Add a cmake option for LIT configuration variant. by Dan Albert · 10 years ago
  52. 4778eed [libcxx] Teach libcxx's lit configuration new ways to find lit.site.cfg by Eric Fiselier · 10 years ago
  53. ae9fec0 Add support for building libc++ as a 32 bit library by Eric Fiselier · 10 years ago
  54. 01f6a14 Fix building and running tests when LIBCXX_ENABLE_EXCEPTIONS or LIBCXX_ENABLE_RTTI are turned off. by Eric Fiselier · 10 years ago
  55. 7330ed3 Add support for building and testing libc++ without threads to CMake. by Eric Fiselier · 10 years ago
  56. 1070916 [libcxx] Add --show-unsupported and --show-xfail to check-libcxx's default LIT args. by Eric Fiselier · 10 years ago
  57. dfe5e72 [libcxx] Update the way the -std= flag is chosen by CMake and LibcxxTestFormat by Eric Fiselier · 10 years ago
  58. 4c81b00 Make it possible to run the test suite when built as part of LLVM. by Peter Collingbourne · 11 years ago
  59. 87c61a6 Allow libc++ to be built with CMake from within the LLVM tree. The libc++ part is just some renaming as the variable was already in use, conflicting with something else in the LLVM tree. Contributed by Ruben Van Boxem. by Howard Hinnant · 12 years ago
  60. 626916f Add CMake build and fix major Linux blockers. by Michael J. Spencer · 14 years ago