1. 3238cbf XFAIL test on OS X availability by Eric Fiselier · 6 years ago
  2. 6c34a15 [libcxx] Improve reporting when running the lit test suite by Louis Dionne · 6 years ago
  3. 6331d2f [NFC][libc++] Fix broken link in comment by Louis Dionne · 6 years ago
  4. caf40ae [libc++] Add _LIBCPP_ENABLE_NODISCARD and _LIBCPP_NODISCARD_EXT to allow pre-C++2a [[nodiscard]] by Roman Lebedev · 6 years ago
  5. 1e22fa5 Attempt to unbreak filesystem tests on certain linux distros. by Eric Fiselier · 6 years ago
  6. 61b0a00 [libcxx] By default, do not use internal_linkage to hide symbols from the ABI by Louis Dionne · 6 years ago
  7. a0866c5 Implement <filesystem> by Eric Fiselier · 6 years ago
  8. 7a0f119 Remove BUILD file from google-benchmark by Eric Fiselier · 6 years ago
  9. ffc31db Update google-benchark to trunk by Eric Fiselier · 6 years ago
  10. e5a3de1 Remove old workaround that is no longer needed by Eric Fiselier · 6 years ago
  11. 5aa2780 Fix libcxx tests after clang r334677. by Richard Smith · 6 years ago
  12. 73e00f8 Avoid Clang error about throwing _LIBCPP_ASSERT in noexcept function. by Eric Fiselier · 6 years ago
  13. 959c89d commit temporary workaround for new Clang exception warning by Eric Fiselier · 6 years ago
  14. 9880456 Allow passing additional compiler/linker flags for the tests by Alexander Richardson · 6 years ago
  15. 6878e85 Fix test failure on compilers w/o deduction guides by Eric Fiselier · 6 years ago
  16. fd2e3e9 Update Google Benchmark library by Eric Fiselier · 6 years ago
  17. 74cb4f5 Fix nodiscard failure tests on compilers w/o -verify. by Eric Fiselier · 6 years ago
  18. 95b20f8 [libcxx] Support the use of compiler-rt in lit tests by Petr Hosek · 7 years ago
  19. 7228160 Attempt to fix template depth test failures on older Clang versions by Eric Fiselier · 7 years ago
  20. 7e73ea8 Teach test suite about C++2a dialect flag. by Eric Fiselier · 7 years ago
  21. 6efb1c1 Change test suite to support c++17 dialect flag instead of c++1z. by Eric Fiselier · 7 years ago
  22. 18dba06 [libc++] Support Microsoft ABI without vcruntime headers by Shoaib Meenai · 7 years ago
  23. 2bba98e [libc++] Add site config option for ABI macros by Shoaib Meenai · 7 years ago
  24. 28dd96b Fix test suite misconfiguration on OS X by Eric Fiselier · 7 years ago
  25. 5fe8797 Improve test runner output for broken configurations. by Eric Fiselier · 7 years ago
  26. 5f919fe Use CMAKE_AR instead of the system default 'ar' for merging static libraries by Martin Storsjo · 7 years ago
  27. 8122e24 libcxx: fix merge_archives error variable name by Martell Malone · 7 years ago
  28. 2c607f4 Handle object files named *.obj in merge_archives.py by Martin Storsjo · 7 years ago
  29. 11762b4 XFAIL tests on SLES11 by Brian Cain · 7 years ago
  30. 6bfa731 Fix issues with UBSAN test configuration. by Eric Fiselier · 7 years ago
  31. b2e9337 Fix filesystem build on platforms with weird time_t types. by Eric Fiselier · 7 years ago
  32. e452f6a cmath: Support clang's -fdelayed-template-parsing by Duncan P. N. Exon Smith · 7 years ago
  33. 58cb7c1 Suppress -Waligned-allocation-unavailable warning in libc++ test suite by Eric Fiselier · 7 years ago
  34. 4438e21 [lit/libcxx] Fix a remaining reference to lit.util.capture() in custom libcxx/Darwin code. by David L. Jones · 7 years ago
  35. 924c998 remove incorrectly committed assertion by Eric Fiselier · 7 years ago
  36. 954bf04 Add hack to get --param=enable_modules=true working with a __config_site header by Eric Fiselier · 7 years ago
  37. a99bc15 Define -DNOMINMAX when running the tests on Windows by Eric Fiselier · 7 years ago
  38. d3f919e Disable the coroutines tests until Clang bumps __cpp_coroutines to reflect recent changes by Eric Fiselier · 7 years ago
  39. 737c3bf Add <experimental/coroutine> by Eric Fiselier · 7 years ago
  40. 64182a5 [test] Add support for Objective-C++ tests by Erik Pilkington · 7 years ago
  41. 98e4596 Workaround -W#warnings on Windows until the correct fixes can land by Eric Fiselier · 7 years ago
  42. f6e8a9c Clean up LIT failure output by not showing the entire environment by Eric Fiselier · 7 years ago
  43. 5fa184d Attempt to speculatively unbreak Apple build bots by Eric Fiselier · 7 years ago
  44. 4680f0c Improve how LIT reports the added environment variables by Eric Fiselier · 7 years ago
  45. f715326 Attempt to unbreak Libc++ test configuration by Eric Fiselier · 7 years ago
  46. df43226 Fix test runtime environment on Windows by Eric Fiselier · 7 years ago
  47. 01c2bb3 Fix misspelling of environment throughout libc++ by Eric Fiselier · 7 years ago
  48. c6aa3e7 Fix Windows tests when __config_site is present. by Ben Craig · 7 years ago
  49. 2a1cb9c Revert "Fix Windows tests when __config_site is present." by Ben Craig · 7 years ago
  50. ed69373 Fix Windows tests when __config_site is present. by Ben Craig · 7 years ago
  51. ca052ce Fix Windows locale detection by Eric Fiselier · 7 years ago
  52. 46795cc Revert "Actually remove the MSVC STL when linking and testing libc++ on Windows" by Eric Fiselier · 7 years ago
  53. 04da0e1 Actually remove the MSVC STL when linking and testing libc++ on Windows by Eric Fiselier · 7 years ago
  54. 907c119 Add markup for libc++ dylib availability by Mehdi Amini · 7 years ago
  55. c94dd0a XFAIL Windows test failures under test/libcxx by Eric Fiselier · 7 years ago
  56. b343763 Fix 'verify-support' available feature by Eric Fiselier · 7 years ago
  57. 6ca6874 Fix comment and remove incorrect linker flags in test configuration by Eric Fiselier · 7 years ago
  58. 23ccaa5 Rename the static version of libc++ on Windows. by Eric Fiselier · 7 years ago
  59. b105246 Make linker errors verbose on Windows by Eric Fiselier · 7 years ago
  60. 04f2896 Fix typo in Windows test configuration code by Eric Fiselier · 7 years ago
  61. 688edc7 Update google benchmark by Eric Fiselier · 7 years ago
  62. 2fe5562 Fix remote test execution in lit by Mehdi Amini · 7 years ago
  63. f3b3a65 suppress GCC warning about noexcept functions changing mangling by Eric Fiselier · 7 years ago
  64. 9783bae libc++ testing: fix invalid python syntax by Mehdi Amini · 7 years ago
  65. e1d7c51 libc++ testing: fix assertion around `use_system_cxx_lib` by Mehdi Amini · 7 years ago
  66. 6c9ed32 libc++ config testing: `use_system_cxx_lib` can be a bool by Mehdi Amini · 7 years ago
  67. f18ccd8 libc++ testing: allow to provide a path for `use_system_cxx_lib` by Mehdi Amini · 7 years ago
  68. e807cbc Add deployment knobs to tests (for Apple platforms) by Mehdi Amini · 7 years ago
  69. 45a6abf Fix nonsense comment by Eric Fiselier · 7 years ago
  70. b75f6de teach LIT how to detect the glibc version by Eric Fiselier · 7 years ago
  71. a30d98b Fix python 3 syntax error in sym_diff by Eric Fiselier · 7 years ago
  72. 958d196 test: prevent incorrect quoting of paths by Saleem Abdulrasool · 7 years ago
  73. b7fd0be Update all bug URL's to point to https://bugs.llvm.org/... by Eric Fiselier · 7 years ago
  74. 43ec7b8 update revision in CHANGELOG.TXT and fix python error by Eric Fiselier · 7 years ago
  75. 0eaf2e8 [libc++] Fix PR 31938 - std::basic_string constructors use non-deductible parameter types. by Eric Fiselier · 7 years ago
  76. e1b6382 Properly escape ShellTest subsitutions on Windows. Try 2 by Eric Fiselier · 7 years ago
  77. f3078f6 properly escape compiler path in .sh.cpp tests by Eric Fiselier · 7 years ago
  78. b9eccbe test: allow -target usage on Windows by Saleem Abdulrasool · 7 years ago
  79. 4fd0d50 Attempt to fix finding clang++ on Windows by Eric Fiselier · 7 years ago
  80. 7be9c9a Add missing libc++ import by Eric Fiselier · 7 years ago
  81. 5115d24 add missing python import by Eric Fiselier · 7 years ago
  82. ed80386 Move libcxx/test/libcxx python package into libcxx/utils/libcxx. by Eric Fiselier · 7 years ago
  83. 1147753 Start libc++ python cleanup and consolidation. by Eric Fiselier · 7 years ago
  84. 08305aa Allow sym_diff.py to report non-zero for non-breaking ABI changes by Eric Fiselier · 7 years ago
  85. 47a547e Make sym_check python 3 compatible by Eric Fiselier · 7 years ago
  86. 1591b37 Fix creating __generated_config on Windows by Eric Fiselier · 8 years ago
  87. 60479ea Make LIBCXX_ENABLE_STATIC_ABI_LIBRARY merge libc++.a and libc++abi.a by Eric Fiselier · 8 years ago
  88. d3b197f Make merge_archives.py executable by Eric Fiselier · 8 years ago
  89. fa054d2 Add merge_archives.py utility by Eric Fiselier · 8 years ago
  90. 9167363 update Apples ABI list to ignore non-std symbols by Eric Fiselier · 8 years ago
  91. 0d69418 Change sym_check to filter non-stdlib symbols. by Eric Fiselier · 8 years ago
  92. d87eb99 Upgrade in-tree google benchmark to v1.1 by Eric Fiselier · 8 years ago
  93. 852b521 Sort ABI lists by name so that changes don't generate big diffs by Eric Fiselier · 8 years ago
  94. 8bddff7 Remove debug output from gen_linker_script.py by Eric Fiselier · 8 years ago
  95. 3bf8a9c Fix linker script generation for in-tree builds by Eric Fiselier · 8 years ago
  96. ffac224 [cmake] Split linked libraries into private & public, for linker script by Michal Gorny · 8 years ago
  97. 6dbed46 [libc++] Add _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to support GCC ABI compatibility by Eric Fiselier · 8 years ago
  98. f76a087 Update Google Benchmark library. by Eric Fiselier · 8 years ago
  99. 30b48cb Update in-tree Google Benchmark to current ToT. by Eric Fiselier · 8 years ago
  100. d9b9ef7 [libcxx] Add support for benchmark tests using Google Benchmark. by Eric Fiselier · 8 years ago