1. 8925814 [libc++] Add an option to disable wide character support in libc++ by Louis Dionne · 4 years ago
  2. c1f66cb [libc++] Split dylib instantiations for deprecated std::random_shuffle into a separate source file by Louis Dionne · 5 years ago
  3. 8d676fb [libcxx{,abi}] Emit deplibs only when detected by CMake by Michał Górny · 6 years ago
  4. 24e58c0 [runtimes] Don't depend on libpthread on Android by Yi Kong · 6 years ago
  5. 10ed428 [runtimes] Check if pragma comment(lib, ...) is supported first by Petr Hosek · 6 years ago
  6. 99575aa [runtimes] Support ELF dependent libraries feature by Petr Hosek · 6 years ago
  7. d201210 Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  8. 637dd95 Mark libc++ internal globals with _LIBCPP_SAFE_STATIC. by Eric Fiselier · 9 years ago
  9. fa2e203 Refactor pthread usage of libcxx. by Asiri Rathnayake · 9 years ago
  10. 39cb6bf Allow libc++ to be built on systems without POSIX threads by Jonathan Roelofs · 11 years ago
  11. 67105aa Revert "Turn off extern templates for most uses." by Justin Bogner · 11 years ago
  12. f926059 Turn off extern templates for most uses. It is causing more problems than it is worth. The extern templates will still be built into the dylib, mainly for ABI stability purposes. And the client can still turn these back on with a #define if desire. This fixes http://llvm.org/bugs/show_bug.cgi?id=17027. However there's no associated test for the test suite because http://llvm.org/bugs/show_bug.cgi?id=17027 needs mismatched dylib and headers to fire. by Howard Hinnant · 12 years ago
  13. ee11c31 license change by Howard Hinnant · 15 years ago
  14. 578ac0f Completed [alg.random.shuffle]. by Howard Hinnant · 15 years ago
  15. c566dc3 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 15 years ago
  16. c51e102 libcxx initial import by Howard Hinnant · 15 years ago