1. 51d64bb Fix debug mode build w/o exceptions by Eric Fiselier · 8 years ago
  2. 01eb99a Implement a throwing version of _LIBCPP_ASSERT. by Eric Fiselier · 8 years ago
  3. 833ad54 [libc++] Make __num_get_float hidden by Shoaib Meenai · 8 years ago
  4. f7168e5 Update darwin ABI list for <variant> by Eric Fiselier · 8 years ago
  5. f722080 Update ABI lists for <variant> by Eric Fiselier · 8 years ago
  6. 60479ea Make LIBCXX_ENABLE_STATIC_ABI_LIBRARY merge libc++.a and libc++abi.a by Eric Fiselier · 8 years ago
  7. 9167363 update Apples ABI list to ignore non-std symbols by Eric Fiselier · 8 years ago
  8. 0d69418 Change sym_check to filter non-stdlib symbols. by Eric Fiselier · 8 years ago
  9. e96aa8c Fix ABI configuration detection on OS X by Eric Fiselier · 8 years ago
  10. 049a1ed Fix CMake set syntax by Eric Fiselier · 8 years ago
  11. 5e000c6 Add check-cxx-abilist target when supported. by Eric Fiselier · 8 years ago
  12. d5b0db5 Remove additional function template definitions from the dylib by Eric Fiselier · 8 years ago
  13. 2017e23 Revert addition of __libcpp_library_version by Eric Fiselier · 8 years ago
  14. 68635ee Update mac ABI list by Eric Fiselier · 8 years ago
  15. 6994470 Add __libcpp_version file and __libcpp_library_version function. by Eric Fiselier · 8 years ago
  16. da2c55e Update revision number in CHANGELOG.TXT by Eric Fiselier · 8 years ago
  17. 8330b1e [libcxx] Build with -fvisibility-inlines-hidden -- Remove 20 inline definitions from the dylib by Eric Fiselier · 8 years ago
  18. 7c2afba [solaris] Convert the support library to C++ to fix -std=c++11 build by Michal Gorny · 8 years ago
  19. 472c8c6 Remove dead CMake target by Eric Fiselier · 8 years ago
  20. bf70269 Update OS X ABI list by Eric Fiselier · 8 years ago
  21. 06e44a7 Correct ABI changelog revision number by Eric Fiselier · 8 years ago
  22. 9acbffa Implement P0035R4 -- Add C++17 aligned allocation functions by Eric Fiselier · 8 years ago
  23. 9dbc053 Remove two ABI symbols added after the 3.9 release by Eric Fiselier · 8 years ago
  24. 8efec5e Add ABI changelog entry for <any> by Eric Fiselier · 8 years ago
  25. 852b521 Sort ABI lists by name so that changes don't generate big diffs by Eric Fiselier · 8 years ago
  26. 7fa27fc Revert r284193 - it is not correct on OS X by Eric Fiselier · 8 years ago
  27. c3d49c9 Re-export two previously exported std::string functions. by Eric Fiselier · 8 years ago
  28. 977cd9f Add ABI list for 3.9 linux by Eric Fiselier · 8 years ago
  29. 959ed21 Add 3.9 symbol list for OS X by Eric Fiselier · 8 years ago
  30. 7d1452e Fix CMake configuration error and add ABI lists for OS X. by Eric Fiselier · 8 years ago
  31. d6a66c6 Add OS X abi list by Eric Fiselier · 8 years ago
  32. b17cc02 Add ABI Changelog and current symbol list for Linux by Eric Fiselier · 8 years ago
  33. 3bf8a9c Fix linker script generation for in-tree builds by Eric Fiselier · 8 years ago
  34. 475cf02 [CMake] Fix in-tree libcxxabi build support after r283659 by Hal Finkel · 8 years ago
  35. ffac224 [cmake] Split linked libraries into private & public, for linker script by Michal Gorny · 8 years ago
  36. 86f6997 [libcxx] Allow sanitizing libcxx with ASan+UBSan simultaneously by Kuba Brecka · 8 years ago
  37. 847eaf4 [libcxx] Enable building and testing of libcxx with ThreadSanitizer on OS X by Kuba Brecka · 8 years ago
  38. 040945b [libcxx] Introduce an externally-threaded libc++ variant. by Asiri Rathnayake · 8 years ago
  39. 1dbcfe0 build: don't add -fPIC on Windows by Saleem Abdulrasool · 8 years ago
  40. b16966c Fix syntax error in recent CMake change. by Eric Fiselier · 8 years ago
  41. 364cf87 Fix PR28831 - Bad logic around CMAKE_OSX_SYSROOT and CMAKE_OSX_ARCHITECTURES. by Eric Fiselier · 8 years ago
  42. e0620e2 [CMake] Be more consistent about naming targets and components by Chris Bieneman · 8 years ago
  43. b640da0 Allow building both shared and static library by Petr Hosek · 8 years ago
  44. 5432e3b Rework libatomic handling in CMake and LIT. by Eric Fiselier · 8 years ago
  45. 6e9a694 Add Filesystem TS -- Complete by Eric Fiselier · 8 years ago
  46. 5fb49ff Automatically detect export lists for OS X. by Eric Fiselier · 8 years ago
  47. 25bcc0f [libcxx] Prefer C++14 over C++11 when building libc++experimental. by Eric Fiselier · 8 years ago
  48. 5e4698c Create new library 'libc++experimental.a' for packaging TS symbols. by Eric Fiselier · 8 years ago
  49. a956a10 Fix dependencies on install-libcxx CMake target by Eric Fiselier · 8 years ago
  50. ffa3db2 [CMake] Create a separate install target for libcxx headers by Chris Bieneman · 8 years ago
  51. cb6641a Re-commit "Introduce a cmake module to figure out whether we need to link with libatomic." by Vasileios Kalintiris · 8 years ago
  52. 1654db4 Revert "Introduce a cmake module to figure out whether we need to link with libatomic." by Vasileios Kalintiris · 8 years ago
  53. b56fdea Introduce a cmake module to figure out whether we need to link with libatomic. by Vasileios Kalintiris · 8 years ago
  54. 82091b2 [libcxx] Remove -Wpadded from buildit script. by Akira Hatanaka · 9 years ago
  55. 85df7a8 Add CMake option LIBCXX_CONFIGURE_IDE to allow for other IDE's. by Eric Fiselier · 9 years ago
  56. a846b11 [CMake] If you're not installing the libcxx library, exclude it from the "all" target so it doesn't get built when you run "ninja install" by Chris Bieneman · 9 years ago
  57. e6d05b6 Use proper output directory when naminging the libc++ output by Eric Fiselier · 9 years ago
  58. 601d2c1 Dont required CMake 3 to install a linker script by Eric Fiselier · 9 years ago
  59. 1d3716a Re-enable linker scripts after fixing bad CMake by Eric Fiselier · 9 years ago
  60. a317a1b Use correct CMake variable for the libname by Eric Fiselier · 9 years ago
  61. 8cbf020 [libcxx] Make it drastically simpler to link libc++. by Eric Fiselier · 9 years ago
  62. 4f01aa8 ABI versioning macros for libc++. by Evgeniy Stepanov · 9 years ago
  63. 25daee7 [libcxx] Reexport std::bad_array_length symbols from libc++abi on OS X. by Eric Fiselier · 9 years ago
  64. 961269d [libcxx] Remove installation rules on Darwin when it would overwrite the system installation. by Eric Fiselier · 9 years ago
  65. de56f74 [libcxx] Add "install-libcxx" target. by Eric Fiselier · 9 years ago
  66. eb6e2ea Reapply working parts of CMake cleanup. by Eric Fiselier · 9 years ago
  67. 5514d36 Revert recent CMake changes again due to failing compiler-rt builds by Eric Fiselier · 9 years ago
  68. d74dee9 Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Eric Fiselier · 9 years ago
  69. aa9b5e3 Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Hans Wennborg · 9 years ago
  70. 91eeba8 [libcxx] Cleanup CMake configuration and integrate with LLVM by Eric Fiselier · 9 years ago
  71. 938c96e [libcxx] Add support for sanitizers on OS X. by Eric Fiselier · 9 years ago
  72. bf9653d [libcxx] Add code coverage configuration to CMake and LIT. by Eric Fiselier · 9 years ago
  73. 4f274d0 Only enable special apple link flags for libc++abi (or none) by Eric Fiselier · 9 years ago
  74. c0b166e [libcxx] Add support for linking libc++ against a static ABI library. by Eric Fiselier · 9 years ago
  75. 45969ec [libcxx] Move to using libc++abi2.exp as the default symbol list for libc++ by Eric Fiselier · 9 years ago
  76. 7a033ca [cmake/multilib] Teach libc++'s CMake build to support multilib libdir by Chandler Carruth · 10 years ago
  77. 6cb69ff Fixes to get libc++ building on sun solaris. Patch from C Bergstrom. by Eric Fiselier · 10 years ago
  78. 8e2855c [libcxx] Refactor CMakeLists.txt handling of compile and link flags to suppress warnings. by Eric Fiselier · 10 years ago
  79. cb7e32c [libcxx] Redo adding support for building and testing with an ABI library not along linker paths by Eric Fiselier · 10 years ago
  80. f3b5f0e [libc++] Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6 by Hans Wennborg · 10 years ago
  81. a1d32fc Obey LLVM_LIBDIR_SUFFIX. by Dan Albert · 10 years ago
  82. 44ead61 eliminate install of duplicate headers (take 2) Patch by Ryuta Suzuki by David Fang · 10 years ago
  83. ed5394a Not everyone uses bash, so fix test syntax. by Joerg Sonnenberger · 10 years ago
  84. 928bb68 Whoops! Set the default in the last commit to c++1y instead of c++11 by Marshall Clow · 11 years ago
  85. 2f78c0d Update lib/buildit and test/testit to both pay attention to an env flag CXX_LANG, which people can set to 'c++03', 'c++11' or 'c++1y' to build/test using that language variant. If you don't set this env variable, you get c++11, just like today. Drive-by fix; remove duplicate -nostdinc++. by Marshall Clow · 11 years ago
  86. c4962b3 Justin Bogner: This makes the headers available in the build directory, making it by Howard Hinnant · 11 years ago
  87. 520dc52 G M: Remove unneeded warnings in buildit that are hindering porting. by Howard Hinnant · 11 years ago
  88. c64c980 [cmake] Provide an option to not install the support headers so that the cmake build can match the make build if requested. by Michael Gottesman · 11 years ago
  89. 8a1fc89 [cmake] Make libcxx standalone compile on Mac OS X. by Michael Gottesman · 11 years ago
  90. 7f76450 Xing Xue: port to IBM XLC++/AIX. by Howard Hinnant · 11 years ago
  91. 7a6b7ce Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers. by Howard Hinnant · 11 years ago
  92. 61fe0ac Added extra space to end of EXTRA_FLAGS in buildit. This fixes http://llvm.org/bugs/show_bug.cgi?id=15761 by Howard Hinnant · 11 years ago
  93. 6afc7ad [build/Darwin] Use the correct libc++abi reexport list. by Daniel Dunbar · 11 years ago
  94. fd329a4 [build] Detabify. by Daniel Dunbar · 11 years ago
  95. a38e2c9 [build] Create the link for the final library install name in the lib dir. by Daniel Dunbar · 11 years ago
  96. db8a030 [CMake] Fix c++ abi library configuration on Linux. by Michael J. Spencer · 12 years ago
  97. a358fbe [CMake] Add support for selecting which c++ abi library to use. by Michael J. Spencer · 12 years ago
  98. 87c61a6 Allow libc++ to be built with CMake from within the LLVM tree. The libc++ part is just some renaming as the variable was already in use, conflicting with something else in the LLVM tree. Contributed by Ruben Van Boxem. by Howard Hinnant · 12 years ago
  99. 9d84832 At least temporarily move operator new/delete from the abi back to here. I'm having trouble reexporting it as a weak symbol. by Howard Hinnant · 12 years ago
  100. 8417c46 ReExport some mor symbols from libc++abi. by Howard Hinnant · 12 years ago