1. e992efe [libcxx] Document new symbols __u64toa and __u32toa on Darwin by Louis Dionne · 6 years ago
  2. 7c3b27d [libcxx] Fix the definition of the check-cxx-abilist target on Darwin by Louis Dionne · 6 years ago
  3. 5ba8919 Document new symbols for __u64toa and __u32toa by Zhihao Yuan · 6 years ago
  4. 699bfec Similar to the handling of darwin target triples, strip the version by Dimitry Andric · 6 years ago
  5. 5ae92f0 [libc++] Add the _LIBCPP_HIDE_FROM_ABI_AFTER_V1 macro by Louis Dionne · 6 years ago
  6. 80f0ca0 [libc++] Fix build failures after merging <charconv> by Zhihao Yuan · 6 years ago
  7. bc3f403 Add libc++fs to the test deps, and not to the target 'cxx'. by Eric Fiselier · 6 years ago
  8. 0be5527 Attempt to unbreak *all the bots* by Eric Fiselier · 6 years ago
  9. a0866c5 Implement <filesystem> by Eric Fiselier · 6 years ago
  10. 89d973a [CMake] Option to control whether shared/static library is installed by Petr Hosek · 6 years ago
  11. 44ef94a Reland "[CMake] Support statically linking dependencies only to shared or static library" by Petr Hosek · 6 years ago
  12. 78c3548 Revert "[CMake] Support statically linking dependencies only to shared or static library" by Petr Hosek · 6 years ago
  13. 24acfd8 [CMake] Support statically linking dependencies only to shared or static library by Petr Hosek · 6 years ago
  14. c69e1a0 [libc++] Allow running ABI list tests with different ABI versions by Louis Dionne · 6 years ago
  15. 92f1507 [CMake] Rename cxx_headers back to cxx-headers. by Ahmed Bougacha · 6 years ago
  16. 204d5ec [CMake] Use common variable for all header targets NFC by Petr Hosek · 6 years ago
  17. 8650687 [CMake] Add a missing target dependency on C++ ABI headers by Petr Hosek · 6 years ago
  18. f48515b Reland "Use custom command and target to install libc++ headers" by Petr Hosek · 6 years ago
  19. 6d9d212 Update ABI lists after change in r333467. by Eric Fiselier · 6 years ago
  20. 09ff3dc Revert "[CMake] Use custom command and target to install libc++ headers" by Petr Hosek · 7 years ago
  21. 8d0d6fa [CMake] Use custom command and target to install libc++ headers by Petr Hosek · 7 years ago
  22. 698b695 [CMake] Copy the generated __config header into build directory by Petr Hosek · 7 years ago
  23. 1dfee5b LLVM_FOUND isn't always set, so just test if llvm_setup_rpath() is by Don Hinton · 7 years ago
  24. 44aacb7 Reland: [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries. by Don Hinton · 7 years ago
  25. e0c8dbe Revert [libcxx] r323453 - [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries. by Don Hinton · 7 years ago
  26. 102b0a1 [cmake] [libcxx] Call llvm_setup_rpath() when adding shared libraries. by Don Hinton · 7 years ago
  27. cd9466e [libc++] Create install-stripped targets by Shoaib Meenai · 7 years ago
  28. edf6f11 Update changelog revision by Eric Fiselier · 7 years ago
  29. 0732dcf ABI: Fix for undefined "___cxa_deleted_virtual" symbol in MacOSX by Eric Fiselier · 7 years ago
  30. 5f919fe Use CMAKE_AR instead of the system default 'ar' for merging static libraries by Martin Storsjo · 7 years ago
  31. ed487a3 Add MINGW_LIBRARIES to the linker flags by Martin Storsjo · 7 years ago
  32. 158fe10 [CMake] Use MATCHES for regular expression. by Leo Li · 7 years ago
  33. 347be61 [libcxx][CMake] Add install path variable to allow overriding the destination by Petr Hosek · 7 years ago
  34. 957d7f4 Move external instantiation for __vector_base_common to vector.cpp by Eric Fiselier · 7 years ago
  35. fa3bd28 libcxx: fix bootstrapping for mingw-w64 by Martell Malone · 7 years ago
  36. 78f5dc0 [libc++] Implement exception_ptr on Windows by Eric Fiselier · 7 years ago
  37. 23ccaa5 Rename the static version of libc++ on Windows. by Eric Fiselier · 8 years ago
  38. 9ea4041 [libcxx] Fix check-cxx-abilist on OS X by Eric Fiselier · 8 years ago
  39. 1662a85 [CMake][libcxx] Use builtins rather than gcc_s when compiler-rt is requested by Petr Hosek · 8 years ago
  40. 3f140f0 Reexport operator new / delete from libc++abi by Mehdi Amini · 8 years ago
  41. 0a74c73 Do not pass an explicit reexported symbol list when building libc++ dylib if also defining new/delete by Mehdi Amini · 8 years ago
  42. f012f26 [libc++] Add a key function for bad_function_call by Shoaib Meenai · 8 years ago
  43. c51e0d2 Change test coverage generation to use llvm-cov instead of gcov. by Eric Fiselier · 8 years ago
  44. a075831 Remove the buildit and testit scripts; they haven't been supported in years by Eric Fiselier · 8 years ago
  45. c6748b2 Update ABI list for 4.0 release by Eric Fiselier · 8 years ago
  46. 24e8dbd [libc++] Make _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS export members by Shoaib Meenai · 8 years ago
  47. 4795f13 [libc++] Mark some std::num_get method templates inline by Shoaib Meenai · 8 years ago
  48. 43ec7b8 update revision in CHANGELOG.TXT and fix python error by Eric Fiselier · 8 years ago
  49. 25380e4 Remove more basic_string member function templates from the dylib exports by Eric Fiselier · 8 years ago
  50. 1147753 Start libc++ python cleanup and consolidation. by Eric Fiselier · 8 years ago
  51. f4699a5 [libcxx][CMake] Support in-tree libunwind when building as part of runtimes by Petr Hosek · 8 years ago
  52. d78b104 Adjust Apple ABI list after r294133 by Eric Fiselier · 8 years ago
  53. d55abe9 Adjust Linux ABI list after r294133 by Eric Fiselier · 8 years ago
  54. c73c1fc Update Linux ABI lists to reflect inlining change in LLVM. More investigation tomorrow. by Eric Fiselier · 8 years ago
  55. fba0eee Fix handling of Apple target triple when checking the ABI lists. by Eric Fiselier · 8 years ago
  56. 08305aa Allow sym_diff.py to report non-zero for non-breaking ABI changes by Eric Fiselier · 8 years ago
  57. 2e5a364 Add warning messages to buildit/testit about their upcoming removal by Eric Fiselier · 8 years ago
  58. c59c317 Reland "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targets" by Petr Hosek · 8 years ago
  59. 157fd34 [libc++][CMake] Use debug MSVC runtimes when libc++ is built in debug mode by Eric Fiselier · 8 years ago
  60. fdd3c91 [libc++] [CMake] Link with /nodefaultlibs on Windows by Eric Fiselier · 8 years ago
  61. ccb58d0 Update version to 5.0 by Eric Fiselier · 8 years ago
  62. b81ce92 Revert "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targets" by Petr Hosek · 8 years ago
  63. 94fc5a9 [CMake][libcxx] Do not rely on the existence of c++abi or unwind targets by Petr Hosek · 8 years ago
  64. 66134e8 [libc++] Cleanup and document <__threading_support> by Eric Fiselier · 8 years ago
  65. 1f2d778 build: use the platform dependent library prefix/suffix by Saleem Abdulrasool · 8 years ago
  66. 8ddd269 build: use more portable spelling for flag by Saleem Abdulrasool · 8 years ago
  67. cfc5515 Recommit r290839 - Fix configuring and building libc++ w/o an ABI library. by Eric Fiselier · 8 years ago
  68. 983f384 Revert r290839 - Fix configuring and building libc++ w/o an ABI library by Eric Fiselier · 8 years ago
  69. ea38cde Fix configuring and building libc++ w/o an ABI library. by Eric Fiselier · 8 years ago
  70. 766e557 build: tweak macros for Windows build by Saleem Abdulrasool · 8 years ago
  71. 1b34b98 build: make cross-compiling to Windows work on Linux by Saleem Abdulrasool · 8 years ago
  72. ae3128f Fix build using the buildit script by Eric Fiselier · 8 years ago
  73. 51d64bb Fix debug mode build w/o exceptions by Eric Fiselier · 8 years ago
  74. 01eb99a Implement a throwing version of _LIBCPP_ASSERT. by Eric Fiselier · 8 years ago
  75. 833ad54 [libc++] Make __num_get_float hidden by Shoaib Meenai · 8 years ago
  76. f7168e5 Update darwin ABI list for <variant> by Eric Fiselier · 8 years ago
  77. f722080 Update ABI lists for <variant> by Eric Fiselier · 8 years ago
  78. 60479ea Make LIBCXX_ENABLE_STATIC_ABI_LIBRARY merge libc++.a and libc++abi.a by Eric Fiselier · 8 years ago
  79. 9167363 update Apples ABI list to ignore non-std symbols by Eric Fiselier · 8 years ago
  80. 0d69418 Change sym_check to filter non-stdlib symbols. by Eric Fiselier · 8 years ago
  81. e96aa8c Fix ABI configuration detection on OS X by Eric Fiselier · 8 years ago
  82. 049a1ed Fix CMake set syntax by Eric Fiselier · 8 years ago
  83. 5e000c6 Add check-cxx-abilist target when supported. by Eric Fiselier · 8 years ago
  84. d5b0db5 Remove additional function template definitions from the dylib by Eric Fiselier · 8 years ago
  85. 2017e23 Revert addition of __libcpp_library_version by Eric Fiselier · 8 years ago
  86. 68635ee Update mac ABI list by Eric Fiselier · 8 years ago
  87. 6994470 Add __libcpp_version file and __libcpp_library_version function. by Eric Fiselier · 8 years ago
  88. da2c55e Update revision number in CHANGELOG.TXT by Eric Fiselier · 8 years ago
  89. 8330b1e [libcxx] Build with -fvisibility-inlines-hidden -- Remove 20 inline definitions from the dylib by Eric Fiselier · 8 years ago
  90. 7c2afba [solaris] Convert the support library to C++ to fix -std=c++11 build by Michal Gorny · 8 years ago
  91. 472c8c6 Remove dead CMake target by Eric Fiselier · 8 years ago
  92. bf70269 Update OS X ABI list by Eric Fiselier · 8 years ago
  93. 06e44a7 Correct ABI changelog revision number by Eric Fiselier · 8 years ago
  94. 9acbffa Implement P0035R4 -- Add C++17 aligned allocation functions by Eric Fiselier · 8 years ago
  95. 9dbc053 Remove two ABI symbols added after the 3.9 release by Eric Fiselier · 8 years ago
  96. 8efec5e Add ABI changelog entry for <any> by Eric Fiselier · 8 years ago
  97. 852b521 Sort ABI lists by name so that changes don't generate big diffs by Eric Fiselier · 8 years ago
  98. 7fa27fc Revert r284193 - it is not correct on OS X by Eric Fiselier · 8 years ago
  99. c3d49c9 Re-export two previously exported std::string functions. by Eric Fiselier · 8 years ago
  100. 977cd9f Add ABI list for 3.9 linux by Eric Fiselier · 8 years ago