1. 90dc8dd Update to upstream r216384. by Dan Albert · 10 years ago
  2. 3d9e6ba Allow libc++ to be built with GCC 5.0 compiler by Alexey Volkov · 10 years ago
  3. 246124b Pass a preprocessor define to identify us. by Dan Albert · 10 years ago
  4. 1c1ba7b Emulate clang atomic built-ins on gcc > 4.7 by Dan Albert · 10 years ago
  5. 0591ab5 Update Arcanist config to point to reviews.llvm.org by David Blaikie · 10 years ago
  6. e506698 Add locales to available_features for tests. by Dan Albert · 10 years ago
  7. e7a75cc Fix regex_traits<T>::char_class_type for Android. by Dan Albert · 10 years ago
  8. 5d14883 Make Android's ctype_base::mask unsigned. by Dan Albert · 10 years ago
  9. bcaf4d5 Base regex code on char_class_type. by Dan Albert · 10 years ago
  10. a9aa30b Use correct -march for x86. by Dan Albert · 10 years ago
  11. 48faff7 Don't treat non-virtual-dtor as an error. by Dan Albert · 10 years ago
  12. 8f62279 Make meta.trans.other/aligned_storage.pass.cpp pass on arm. by Nico Weber · 10 years ago
  13. 0f5a512 Linux: Correctly identify valid error codes by David Majnemer · 10 years ago
  14. 16d1dea Merge "Fix Bug 19678 - libc++ does not correctly handle the regex: '[^\0]*'" by Dan Albert · 10 years ago
  15. 51aa086 Fix compiler accidentally being passed twice. by Dan Albert · 10 years ago
  16. 21622af Fix Bug 19678 - libc++ does not correctly handle the regex: '[^\0]*' by Marshall Clow · 10 years ago
  17. 0598fd4 Allow per device timeout configurations. by Dan Albert · 10 years ago
  18. 68d5101 XFAIL for android as well as androideabi. by Dan Albert · 10 years ago
  19. 356f374 Test configs for x86 emulator. by Dan Albert · 10 years ago
  20. 52f48de Up the default timeout. by Dan Albert · 10 years ago
  21. 8e3d762 Bionic added en_US.UTF-8 to supported locales. by Dan Albert · 10 years ago
  22. e0fd250 Add XFAIL for tests using locales. by Dan Albert · 10 years ago
  23. f61de8f Re-enable tests by Dan Albert · 10 years ago
  24. 0237155 Don't need these anymore. by Dan Albert · 10 years ago
  25. 0f81d76 Add support for LIT to Android.mk. by Dan Albert · 10 years ago
  26. 8caa123 Merge "Add support for Android targets to lit.cfg." by Dan Albert · 10 years ago
  27. b2f436c Merge "Remove MIPS workaround for shared text relocations." by Stephen Hines · 10 years ago
  28. 7a299dd Add support for Android targets to lit.cfg. by Dan Albert · 10 years ago
  29. 3873165 Remove MIPS workaround for shared text relocations. by Stephen Hines · 10 years ago
  30. 879796a Merge "Fix ctype_base::xdigit for Android." by Dan Albert · 10 years ago
  31. 854ad93 Fix bug 19740; round-tripping a pointer through a stream doesn't work by Marshall Clow · 10 years ago
  32. d1ab521 Fix ctype_base::xdigit for Android. by Dan Albert · 10 years ago
  33. 6720d4b Fix classic_locale for Android. by Dan Albert · 10 years ago
  34. 685c63d Clean up some bionic compatibility cruft. by Dan Albert · 10 years ago
  35. e45cf3e Add support for BIONIC C library (Android). Patch from Dan Albert by Marshall Clow · 10 years ago
  36. 3bfb944 Switch to using libc++abi for all platforms. by Dan Albert · 10 years ago
  37. 2dbbe77 Exceptions store the message as reference counted string for by Joerg Sonnenberger · 10 years ago
  38. e94bd6d Fix a problem exposed by r208825, which caused bind (and other bits of libc++) to stop working. And tests by Marshall Clow · 10 years ago
  39. ada2964 Build host with multilib both enabled. by Ian Rogers · 10 years ago
  40. 8bf60df am 391915d2: Update cstddef after clang r207606. by Nico Weber · 10 years ago
  41. 391915d Update cstddef after clang r207606. by Nico Weber · 10 years ago
  42. f367bfa am 32ec1ea2: Adds compiler-rt to target builds by Dan Albert · 10 years ago
  43. 32ec1ea Adds compiler-rt to target builds by Dan Albert · 10 years ago
  44. 06a3341 am 1721831a: Whoops. Typo. by Dan Albert · 10 years ago
  45. 1721831 Whoops. Typo. by Dan Albert · 10 years ago
  46. 5fc7666 am 6c2fdb82: Adds static lib targets to libc++ by Dan Albert · 10 years ago
  47. 6c2fdb8 Adds static lib targets to libc++ by Dan Albert · 10 years ago
  48. 5a4a21b am 9d3a3a78: Exports symbols from libcxxrt by Dan Albert · 10 years ago
  49. 9d3a3a7 Exports symbols from libcxxrt by Dan Albert · 10 years ago
  50. aa9163d am 65759667: Need to exclude libstdc++ for host builds by Dan Albert · 10 years ago
  51. 6575966 Need to exclude libstdc++ for host builds by Dan Albert · 10 years ago
  52. 9f59e7d am cd0e9ad8: Merge "libcxxrt moved cxxabi.h from src/ into include/" by Dan Albert · 10 years ago
  53. cd0e9ad Merge "libcxxrt moved cxxabi.h from src/ into include/" by Dan Albert · 10 years ago
  54. 0e477c7 am 5e2ad74d: Merge "Fix for libcxx.mk" by Dan Albert · 10 years ago
  55. 5e2ad74 Merge "Fix for libcxx.mk" by Dan Albert · 10 years ago
  56. 1894928 Fix for libcxx.mk by Dan Albert · 10 years ago
  57. e33eaba libcxxrt moved cxxabi.h from src/ into include/ by Dan Albert · 10 years ago
  58. 550f40f am 2a269419: Reverts a compatibility change made to two tests by Dan Albert · 10 years ago
  59. 2a26941 Reverts a compatibility change made to two tests by Dan Albert · 10 years ago
  60. 8f40a19 am 9fdc63a6: Disables tests that fail to compile by Dan Albert · 10 years ago
  61. 7b23caf am 6f56ab78: Adds a basic test wrapper for Android by Dan Albert · 10 years ago
  62. 9fdc63a Disables tests that fail to compile by Dan Albert · 10 years ago
  63. 6f56ab7 Adds a basic test wrapper for Android by Dan Albert · 10 years ago
  64. 89b4c77 am 7d57f1bb: Exports all symbols from libcompiler_rt by Dan Albert · 10 years ago
  65. 7d57f1b Exports all symbols from libcompiler_rt by Dan Albert · 10 years ago
  66. 5d32bb6 am 12c2891e: Add LOCAL_ADDITIONAL_DEPENDENCIES on Android.mk by Brian Carlstrom · 10 years ago
  67. 12c2891 Add LOCAL_ADDITIONAL_DEPENDENCIES on Android.mk by Brian Carlstrom · 10 years ago
  68. 31789bb am 9569f043: Switches ABI from libc++abi to libcxxrt by Dan Albert · 10 years ago
  69. 9569f04 Switches ABI from libc++abi to libcxxrt by Dan Albert · 10 years ago
  70. 38281bd am f1550543: Enables RTTI (required by many tests) by Dan Albert · 10 years ago
  71. f155054 Enables RTTI (required by many tests) by Dan Albert · 10 years ago
  72. a1ea51e am c18469d9: LDBL math define is no longer necessary for bionic by Dan Albert · 10 years ago
  73. c18469d LDBL math define is no longer necessary for bionic by Dan Albert · 10 years ago
  74. c70289d am 0514f5a5: Merge "Enables quick_exit(3)/at_quick_exit(3) for bionic" by Dan Albert · 10 years ago
  75. 0514f5a Merge "Enables quick_exit(3)/at_quick_exit(3) for bionic" by Dan Albert · 10 years ago
  76. 7fc24c8 am 0867076e: Switch from libcxxabi -> libc++abi. by Stephen Hines · 10 years ago
  77. 1f68310 Enables quick_exit(3)/at_quick_exit(3) for bionic by Dan Albert · 10 years ago
  78. 0867076 Switch from libcxxabi -> libc++abi. by Stephen Hines · 10 years ago
  79. bcee5bb am 8a6f7b1d: Removes unintended dependencies on libgcc/libstdc++ by Dan Albert · 10 years ago
  80. 8a6f7b1 Removes unintended dependencies on libgcc/libstdc++ by Dan Albert · 10 years ago
  81. ef29af3 am 1f76ece7: Merge "Disable linker warnings on MIPS builds to work around relocation issue." by Stephen Hines · 10 years ago
  82. 1f76ece Merge "Disable linker warnings on MIPS builds to work around relocation issue." by Stephen Hines · 10 years ago
  83. 3486f69 Disable linker warnings on MIPS builds to work around relocation issue. by Stephen Hines · 10 years ago
  84. dc83448 am abc15f52: Remove the bionic *wscanf workarounds. by Elliott Hughes · 10 years ago
  85. abc15f5 Remove the bionic *wscanf workarounds. by Elliott Hughes · 10 years ago
  86. 85a6693 am b83642f7: Remove most of the remaining wide-char stubs from libcxx. by Elliott Hughes · 10 years ago
  87. b83642f Remove most of the remaining wide-char stubs from libcxx. by Elliott Hughes · 10 years ago
  88. 97400a9 am 91e05730: Remove mbtowc stub. by Elliott Hughes · 10 years ago
  89. 91e0573 Remove mbtowc stub. by Elliott Hughes · 10 years ago
  90. 0623009 am 27ae7cb7: Don\'t build libc++ for unbundled projects. by Stephen Hines · 10 years ago
  91. fe9e4c0 am d513b7a1: Add Darwin-specific fixes for host libc++. by Tim Murray · 10 years ago
  92. 4b4c32b am 2517f4fe: Fix classic_table implementation for bionic by Dan Albert · 10 years ago
  93. 101876b am c13109d4: Merge "Add a makefile for inclusion by projects using libc++." by Ian Rogers · 10 years ago
  94. 3469007 am c10e7197: Fixes build on arm64 by Dan Albert · 10 years ago
  95. 5eac541 am 1a42fce2: Disables building of libcxx on mips targets by Dan Albert · 10 years ago
  96. b228de6 am 226cd953: Fixes libdl link errors on x86 and mips32 by Dan Albert · 10 years ago
  97. c7284cd am 2ef012e4: Get libc++ building for Android by Dan Albert · 10 years ago
  98. bf1b7d0 am 3b74eb32: Merge remote-tracking branch \'upstream/master\' into libcxx4 by Tim Murray · 10 years ago
  99. 27ae7cb Don't build libc++ for unbundled projects. by Stephen Hines · 10 years ago
  100. d513b7a Add Darwin-specific fixes for host libc++. by Tim Murray · 10 years ago