1. c2279b2 [libc++] Make it easier to add new restrictions for feature-test macro tests by Louis Dionne · 5 years ago
  2. 647fb6b [libc++] Update the <version> header in-place from generate_feature_test_macro_components by Louis Dionne · 5 years ago
  3. 7656dd3 [libc++] NFC: Reindent the feature test macro generation script by Louis Dionne · 5 years ago
  4. 0724f8b [libc++] Implement C++20's P0784 (More constexpr containers) by Louis Dionne · 5 years ago
  5. 0451ed9 [libc++] NFC: Remove trailing whitespace from the feature test macro table by Louis Dionne · 5 years ago
  6. fc4bff0 Update atomic feature macros, synopsis, signatures to match C++20. Improve test coverage for non-lock-free atomics. by Olivier Giroux · 5 years ago
  7. afe8ca8 [libcxx] Fix whitespace error by Michael Schellenberger Costa · 5 years ago
  8. 737a450 Add constexpr to pair by Michael Schellenberger Costa · 5 years ago
  9. 98eb145 [libc++] Require concepts support for <numbers> by Raul Tambre · 5 years ago
  10. 4f6c4b4 [libc++] Implement <numbers> by Raul Tambre · 5 years ago
  11. 77b9abf [libc++] Complete overhaul of constexpr support in std::array by Louis Dionne · 5 years ago
  12. 174322c [libc++] Mark __cpp_lib_hardware_interference_size as unimplemented. This fxes bug PR41423. by Marek Kurdej · 5 years ago
  13. 6d2599e [libcxx][span] Implement P1976R2 by Michael Schellenberger Costa · 5 years ago
  14. 3e89508 [libc++][P1115][C++20] Improving the Return Value of Erase-Like Algorithms II: Free erase/erase if. by Marek Kurdej · 5 years ago
  15. 0534358 [libc++] [P0646] Add feature-test macro for __cpp_lib_list_remove_return_type. by Marek Kurdej · 6 years ago
  16. e93e58c Reland [libc++] [P0325] Implement to_array from LFTS with updates. by Marek Kurdej · 6 years ago
  17. 5e70172 Revert "[libc++] [P0325] Implement to_array from LFTS with updates." by Marek Kurdej · 6 years ago
  18. 86aae78 [libc++] [P0325] Implement to_array from LFTS with updates. by Marek Kurdej · 6 years ago
  19. 8b77a3a [libc++] [P1612] Add missing feature-test macro __cpp_lib_endian. by Louis Dionne · 6 years ago
  20. fd02a46 [libcxx] Make generate_feature_test_macro_components script compatible with Python 3. by Louis Dionne · 6 years ago
  21. ae02e89 P0722R3: Implement library support for destroying delete by Eric Fiselier · 6 years ago
  22. d3d0ecb Implement midpoint for floating point types. Reviewed as https://reviews.llvm.org/D61014. by Marshall Clow · 6 years ago
  23. 2fc5a78 Add std::is_constant_evaluated. by Eric Fiselier · 6 years ago
  24. 73f4997 Fix double curlies by JF Bastien · 7 years ago
  25. 2df59c5 Support tests in freestanding by JF Bastien · 7 years ago
  26. 508da41 Move the feature test macros script to the utils directory. by Eric Fiselier · 7 years ago[Renamed (96%) from libcxx/test/std/language.support/support.limits/support.limits.general/generate_feature_test_macro_components.py]
  27. b3ee419 Update generator script to use the new license file header. by Chandler Carruth · 7 years ago
  28. 57b08b0 Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  29. 973eab8 correct script name in generated tests by Eric Fiselier · 7 years ago
  30. 05019eb Fix feature test macros for atomics/mutexes without threading by Eric Fiselier · 7 years ago
  31. 32784a7 Implement feature test macros using a script. by Eric Fiselier · 7 years ago