1. d817017 Remove unused entries from LOCAL_SRC_FILES am: ff162f079e by Dan Willemsen · 9 years ago int/n/fp2
  2. ff162f0 Remove unused entries from LOCAL_SRC_FILES by Dan Willemsen · 9 years ago
  3. 30f49e7 Reenable libc++ host dynamic lib am: d605181929 by Colin Cross · 9 years ago
  4. d605181 Reenable libc++ host dynamic lib by Colin Cross · 9 years ago
  5. e5e8661 Remove conditional of TARGET_BUILD_APPS. am: eb6561d602 by Ying Wang · 9 years ago
  6. eb6561d Remove conditional of TARGET_BUILD_APPS. by Ying Wang · 9 years ago
  7. acfd3d1 soong: Use new linker file properties am: e368a1fd04 by Dan Willemsen · 9 years ago
  8. e368a1f soong: Use new linker file properties by Dan Willemsen · 9 years ago
  9. 378421a Disable host libcxx.so for apps builds am: 47a9376d51 by Colin Cross · 9 years ago
  10. 47a9376 Disable host libcxx.so for apps builds by Colin Cross · 9 years ago
  11. 9b3653c libcxx: Update Android.bp to match Android.mk am: 286a75e86e by Colin Cross · 9 years ago
  12. 286a75e libcxx: Update Android.bp to match Android.mk by Colin Cross · 9 years ago
  13. 9efa441 Revert "Revert "Turn off extern templates for most uses."" am: 75746a3228 by Dan Albert · 9 years ago
  14. 75746a3 Revert "Revert "Turn off extern templates for most uses."" by Dan Albert · 9 years ago
  15. 56d7681 Revert "Remove several unused forward declarations. Fixes PR22605." am: 99ca820f15 by Dan Albert · 9 years ago
  16. fc61c12 Revert "Remove several unused forward declarations. Fixes PR22605." by Dan Albert · 9 years ago
  17. d0497c0 Revert "Remove several unused forward declarations. Fixes PR22605." by Dan Albert · 10 years ago
  18. 99ca820 Revert "Remove several unused forward declarations. Fixes PR22605." by Dan Albert · 10 years ago
  19. c3c56f4 Update for new libc++ revision. am: 4b1aaf93e2 by Dan Albert · 9 years ago
  20. 43fde57 Merge to upstream r244462. am: 3dc47e2154 by Dan Albert · 9 years ago
  21. 4b1aaf9 Update for new libc++ revision. by Dan Albert · 9 years ago
  22. 3dc47e2 Merge to upstream r244462. by Dan Albert · 9 years ago
  23. 8caa729 am b434402e: Move test invocation into a python script. by Dan Albert · 9 years ago
  24. b434402 Move test invocation into a python script. by Dan Albert · 9 years ago
  25. 8337a7c am a8997f0d: am 0ad34dfe: Export libc++abi from the static libs too. by Dan Albert · 9 years ago
  26. a8997f0 am 0ad34dfe: Export libc++abi from the static libs too. by Dan Albert · 9 years ago
  27. 0ad34df Export libc++abi from the static libs too. by Dan Albert · 9 years ago
  28. 85aed52 am b6f6c668: am 6029517b: Clean up Android.mk. by Dan Albert · 9 years ago
  29. b6f6c66 am 6029517b: Clean up Android.mk. by Dan Albert · 9 years ago
  30. 6029517 Clean up Android.mk. by Dan Albert · 9 years ago
  31. 9165112 am 4281f2b9: am 00e6a4fe: Add Android.bp for libc++ by Dan Willemsen · 9 years ago
  32. 4281f2b am 00e6a4fe: Add Android.bp for libc++ by Dan Willemsen · 9 years ago
  33. 00e6a4f Add Android.bp for libc++ by Dan Willemsen · 9 years ago
  34. 659e4b5 am 56441dae: (-s ours) am 1f3befa2: Build and test with C++14. by Dan Albert · 9 years ago
  35. 1f8d3d2 am fb2b3d2f: (-s ours) am 076df933: Revert "Revert "Hide symbols from the unwinder."" by Dan Albert · 9 years ago
  36. c4243c9 am 9bf0118b: (-s ours) am 2ea63377: Revert "Revert "Hide symbols from the unwinder."" by Dan Albert · 9 years ago
  37. 56441da am 1f3befa2: Build and test with C++14. by Dan Albert · 9 years ago
  38. cd55438 am 1f3befa2: Build and test with C++14. by Dan Albert · 9 years ago
  39. ba865ff Protect template argument from user interference. by Joerg Sonnenberger · 9 years ago
  40. 1f3befa Build and test with C++14. by Dan Albert · 9 years ago
  41. bed1d91 Update some links so that they don't point at the (private) WG21 Wiki by Marshall Clow · 9 years ago
  42. d08dbfc Update references to lists.llvm.org by Tanya Lattner · 9 years ago
  43. 9a3c689 Change char_traits<char16_t>::eof() to return 0xFFFF instead of 0xDFFF. Fixes PR#24342 by Marshall Clow · 9 years ago
  44. c0e7971 Remove -Werror when using check_cxx_compiler_flag because it was causing compiler-rt breakages. by Eric Fiselier · 9 years ago
  45. 6a85d5c Print message when configuring for standalone build. by Eric Fiselier · 9 years ago
  46. fe5102c Fix failing unique_ptr tests. by Eric Fiselier · 9 years ago
  47. 76581dc Start cleanup of unique_ptr tests. by Eric Fiselier · 9 years ago
  48. 65a1d45 Mark any as done and comment out extra methods until speaking to Marshall by Eric Fiselier · 9 years ago
  49. 7175a07 [libcxx] Add <experimental/any> v2. by Eric Fiselier · 9 years ago
  50. 26d2390 Add -Wno-error by default to work around failing compiler-rt builds by Eric Fiselier · 9 years ago
  51. eb6e2ea Reapply working parts of CMake cleanup. by Eric Fiselier · 9 years ago
  52. 0934c75 Fix PR#24267. use numeric_limits::max instead of ~0 for 'all ones', since that might give wrong answers on a 1's complement machine. by Marshall Clow · 9 years ago
  53. 36dc080 Change some #ifdefs to #if - thanks to Dexon for thge catch. by Marshall Clow · 9 years ago
  54. 5514d36 Revert recent CMake changes again due to failing compiler-rt builds by Eric Fiselier · 9 years ago
  55. 8b93263 Attempt to fix build issues introduced by r243574 by Eric Fiselier · 9 years ago
  56. e1be30b Fix typo in unused variable name. by Nick Lewycky · 9 years ago
  57. d74dee9 Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Eric Fiselier · 9 years ago
  58. aa9b5e3 Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Hans Wennborg · 9 years ago
  59. a379576 Fix a self-move bug in inplace_merge. Thanks to Ted and Dexon for the report and the suggested fix. by Marshall Clow · 9 years ago
  60. 91eeba8 [libcxx] Cleanup CMake configuration and integrate with LLVM by Eric Fiselier · 9 years ago
  61. 3baabab Remove sanitizer XFAILs on a test. by Eric Fiselier · 9 years ago
  62. 2576c29 Consolidate a bunch of #ifdef _LIBCPP_NO_EXCEPTIONS .. #endif blocks into a single template function. NFC by Marshall Clow · 9 years ago
  63. dd29a02 Mark async tests as UNSUPPORTED in C++03 because it requires variadics by Eric Fiselier · 9 years ago
  64. b47a434 Fix a handful of tests that fail in C++03 by Eric Fiselier · 9 years ago
  65. bfb46e4 Cleanup C++03 __invoke for Bullets 3 and 4. by Eric Fiselier · 9 years ago
  66. 12ddf2c Get C++03 __invoke working for bullet 5 of INVOKE. by Eric Fiselier · 9 years ago
  67. 48aa2cf Checking more __invoke tests. by Eric Fiselier · 9 years ago
  68. a85f09e am 076df933: Revert "Revert "Hide symbols from the unwinder."" by Dan Albert · 9 years ago
  69. 568bd02 Detect and throw on a class of bad regexes that we mistakenly accepted before. Thanks to Trevor Smigiel for the report by Marshall Clow · 9 years ago
  70. 3a59ae6 Mark this test as XFAIL with older compilers, since they hit PR18097 by Justin Bogner · 9 years ago
  71. db8c4fd Merge C++03 and C++11 implementations of mem_fn and __mem_fn. by Eric Fiselier · 9 years ago
  72. 5b3a459 Remove almost everything in <__functional_base_03> by Eric Fiselier · 9 years ago
  73. fb2b3d2 am 076df933: Revert "Revert "Hide symbols from the unwinder."" by Dan Albert · 9 years ago
  74. 9962ddf Remove more commented out code. That is what version control is for. by Eric Fiselier · 9 years ago
  75. 45f63bc Cleanup <__functional_03> by Eric Fiselier · 9 years ago
  76. 7cc7106 Fix initializer list order in <regex> to be correct by Eric Fiselier · 9 years ago
  77. 938c96e [libcxx] Add support for sanitizers on OS X. by Eric Fiselier · 9 years ago
  78. 076df93 Revert "Revert "Hide symbols from the unwinder."" by Dan Albert · 9 years ago
  79. 40766f7 Update the status of the TS'es by Marshall Clow · 9 years ago
  80. 917c77f am 2ea63377: Revert "Revert "Hide symbols from the unwinder."" by Dan Albert · 9 years ago
  81. 9bf0118 am 2ea63377: Revert "Revert "Hide symbols from the unwinder."" by Dan Albert · 9 years ago
  82. f544330 Mark new tests as unsupported before C++11 by Marshall Clow · 9 years ago
  83. bbe4245 Implement the default searcher for std::experimental::search. by Marshall Clow · 9 years ago
  84. 166dadb Implement the plugin-based version of std::search. There are no searchers yet; those are coming soon. by Marshall Clow · 9 years ago
  85. fd9bbf5 Fix warnings in unordered_map by Eric Fiselier · 9 years ago
  86. 6af41ab Fix warnings in forwardlist by Eric Fiselier · 9 years ago
  87. 18dbed9 Fix warnings in deque tests by Eric Fiselier · 9 years ago
  88. b0be44f Commit file missing from r242629 by Eric Fiselier · 9 years ago
  89. 02bb4bd Fix warnings in array and assoc containers by Eric Fiselier · 9 years ago
  90. 47c5dae Remove unused typedefs in random and regex by Eric Fiselier · 9 years ago
  91. 212714f Cleanup warnings in test/std/depr by Eric Fiselier · 9 years ago
  92. 3a07a2f Fix warnings in test/std/algorithms by Eric Fiselier · 9 years ago
  93. 4624107 Fix unused variable warnings in atomic tests by Eric Fiselier · 9 years ago
  94. 7b86ce5 Fix warnings in test/std/language.support by Eric Fiselier · 9 years ago
  95. 692177d Enable and fix warnings during the build. by Eric Fiselier · 9 years ago
  96. 0f7221c Fix up typos in a couple of tests; due to agressive short-circuiting, they never failed on clang or gcc, but MSVC whined. Patch by Andrew Parker. by Marshall Clow · 9 years ago
  97. 7d439a4 Add missing instrumentation in vector::insert - Patch from Anna Zaks by Eric Fiselier · 9 years ago
  98. 12c6d9c [libcxx] Get is_*_destructible tests passing in C++03. by Eric Fiselier · 9 years ago
  99. 3f339e6 Cleanup tests that fail in C++1z and with Clang 3.8 by Eric Fiselier · 9 years ago
  100. 40853ea Bump libc++ version # to 3.8 by Marshall Clow · 9 years ago