1. 5432e3b Rework libatomic handling in CMake and LIT. by Eric Fiselier · 8 years ago
  2. 6e9a694 Add Filesystem TS -- Complete by Eric Fiselier · 8 years ago
  3. 5fb49ff Automatically detect export lists for OS X. by Eric Fiselier · 8 years ago
  4. 25bcc0f [libcxx] Prefer C++14 over C++11 when building libc++experimental. by Eric Fiselier · 8 years ago
  5. 5e4698c Create new library 'libc++experimental.a' for packaging TS symbols. by Eric Fiselier · 8 years ago
  6. a956a10 Fix dependencies on install-libcxx CMake target by Eric Fiselier · 8 years ago
  7. ffa3db2 [CMake] Create a separate install target for libcxx headers by Chris Bieneman · 8 years ago
  8. cb6641a Re-commit "Introduce a cmake module to figure out whether we need to link with libatomic." by Vasileios Kalintiris · 8 years ago
  9. 1654db4 Revert "Introduce a cmake module to figure out whether we need to link with libatomic." by Vasileios Kalintiris · 8 years ago
  10. b56fdea Introduce a cmake module to figure out whether we need to link with libatomic. by Vasileios Kalintiris · 8 years ago
  11. 82091b2 [libcxx] Remove -Wpadded from buildit script. by Akira Hatanaka · 8 years ago
  12. 85df7a8 Add CMake option LIBCXX_CONFIGURE_IDE to allow for other IDE's. by Eric Fiselier · 9 years ago
  13. 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
  14. e6d05b6 Use proper output directory when naminging the libc++ output by Eric Fiselier · 9 years ago
  15. 601d2c1 Dont required CMake 3 to install a linker script by Eric Fiselier · 9 years ago
  16. 1d3716a Re-enable linker scripts after fixing bad CMake by Eric Fiselier · 9 years ago
  17. a317a1b Use correct CMake variable for the libname by Eric Fiselier · 9 years ago
  18. 8cbf020 [libcxx] Make it drastically simpler to link libc++. by Eric Fiselier · 9 years ago
  19. 4f01aa8 ABI versioning macros for libc++. by Evgeniy Stepanov · 9 years ago
  20. 25daee7 [libcxx] Reexport std::bad_array_length symbols from libc++abi on OS X. by Eric Fiselier · 9 years ago
  21. 961269d [libcxx] Remove installation rules on Darwin when it would overwrite the system installation. by Eric Fiselier · 9 years ago
  22. de56f74 [libcxx] Add "install-libcxx" target. by Eric Fiselier · 9 years ago
  23. eb6e2ea Reapply working parts of CMake cleanup. by Eric Fiselier · 9 years ago
  24. 5514d36 Revert recent CMake changes again due to failing compiler-rt builds by Eric Fiselier · 9 years ago
  25. d74dee9 Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Eric Fiselier · 9 years ago
  26. aa9b5e3 Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Hans Wennborg · 9 years ago
  27. 91eeba8 [libcxx] Cleanup CMake configuration and integrate with LLVM by Eric Fiselier · 9 years ago
  28. 938c96e [libcxx] Add support for sanitizers on OS X. by Eric Fiselier · 9 years ago
  29. bf9653d [libcxx] Add code coverage configuration to CMake and LIT. by Eric Fiselier · 9 years ago
  30. 4f274d0 Only enable special apple link flags for libc++abi (or none) by Eric Fiselier · 9 years ago
  31. c0b166e [libcxx] Add support for linking libc++ against a static ABI library. by Eric Fiselier · 9 years ago
  32. 45969ec [libcxx] Move to using libc++abi2.exp as the default symbol list for libc++ by Eric Fiselier · 9 years ago
  33. 7a033ca [cmake/multilib] Teach libc++'s CMake build to support multilib libdir by Chandler Carruth · 10 years ago
  34. 6cb69ff Fixes to get libc++ building on sun solaris. Patch from C Bergstrom. by Eric Fiselier · 10 years ago
  35. 8e2855c [libcxx] Refactor CMakeLists.txt handling of compile and link flags to suppress warnings. by Eric Fiselier · 10 years ago
  36. cb7e32c [libcxx] Redo adding support for building and testing with an ABI library not along linker paths by Eric Fiselier · 10 years ago
  37. f3b5f0e [libc++] Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6 by Hans Wennborg · 10 years ago
  38. a1d32fc Obey LLVM_LIBDIR_SUFFIX. by Dan Albert · 10 years ago
  39. 44ead61 eliminate install of duplicate headers (take 2) Patch by Ryuta Suzuki by David Fang · 10 years ago
  40. ed5394a Not everyone uses bash, so fix test syntax. by Joerg Sonnenberger · 10 years ago
  41. 928bb68 Whoops! Set the default in the last commit to c++1y instead of c++11 by Marshall Clow · 11 years ago
  42. 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
  43. c4962b3 Justin Bogner: This makes the headers available in the build directory, making it by Howard Hinnant · 11 years ago
  44. 520dc52 G M: Remove unneeded warnings in buildit that are hindering porting. by Howard Hinnant · 11 years ago
  45. 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
  46. 8a1fc89 [cmake] Make libcxx standalone compile on Mac OS X. by Michael Gottesman · 11 years ago
  47. 7f76450 Xing Xue: port to IBM XLC++/AIX. by Howard Hinnant · 11 years ago
  48. 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
  49. 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
  50. 6afc7ad [build/Darwin] Use the correct libc++abi reexport list. by Daniel Dunbar · 11 years ago
  51. fd329a4 [build] Detabify. by Daniel Dunbar · 11 years ago
  52. a38e2c9 [build] Create the link for the final library install name in the lib dir. by Daniel Dunbar · 11 years ago
  53. db8a030 [CMake] Fix c++ abi library configuration on Linux. by Michael J. Spencer · 12 years ago
  54. a358fbe [CMake] Add support for selecting which c++ abi library to use. by Michael J. Spencer · 12 years ago
  55. 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
  56. 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
  57. 8417c46 ReExport some mor symbols from libc++abi. by Howard Hinnant · 12 years ago
  58. e1642e1 Move typeinfos for exceptions in <stdexcept> to the abi by Howard Hinnant · 12 years ago
  59. 3c8432f Added some more symbols to the v2 rexport list. by Howard Hinnant · 12 years ago
  60. dea7f39 Prepare for running on top of new libc++abi. by Howard Hinnant · 12 years ago
  61. ec3773c Quash a whole bunch of warnings by Howard Hinnant · 13 years ago
  62. bc90e2a Remove -Wglobal-constructors from flags. This was an accidental addition. by Howard Hinnant · 13 years ago
  63. fdcbd1d reverting change to compatibility_version by Howard Hinnant · 13 years ago
  64. e0a0e51 Change compatibility_version by Howard Hinnant · 13 years ago
  65. 9677458 Fix <rdar://problem/10136825> by Howard Hinnant · 13 years ago
  66. efbe406 Work on Windows port by Ruben Van Boxem by Howard Hinnant · 13 years ago
  67. 92a0700 Partial Windows port by Ruben Van Boxem by Howard Hinnant · 13 years ago
  68. 8f5f256 more Apple build system tweaks by Nick Kledzik · 13 years ago
  69. d5fed03 http://llvm.org/bugs/show_bug.cgi?id=10045 . Please review, I have not tested this on linux. by Howard Hinnant · 13 years ago
  70. 8feadca support another Apple build environment by Nick Kledzik · 13 years ago
  71. 1122fec on Darwin re-export C++0x type infos by Nick Kledzik · 13 years ago
  72. 20542c0 http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta Suzuki by Howard Hinnant · 13 years ago
  73. d982028 change RC_BUILDIT to RC_XBS for detecting Apple build environment by Nick Kledzik · 13 years ago
  74. ffadfd4 add support for setjmp/longjmp based exceptions by Nick Kledzik · 13 years ago
  75. c6e08d6 <rdar://problem/9014045> more support for Apple internal build environments by Nick Kledzik · 13 years ago
  76. 8dcad97 http://llvm.org/bugs/show_bug.cgi?id=9349 I introduced a bug with the last fix and Ryuta Suzuki has corrected it. And hopefully I committed Ryuta Suzuki's directions correctly this time. by Howard Hinnant · 13 years ago
  77. 542b0f0 http://llvm.org/bugs/show_bug.cgi?id=9349 I have not personally tested this patch. Please let me know if it causes problems. by Howard Hinnant · 13 years ago
  78. 08774c5 Change install name to libc++.1.dylib by Howard Hinnant · 13 years ago
  79. 30bbc93 updated buildit to work with recent clang updates by Howard Hinnant · 13 years ago
  80. 2d72b1e Effort to reduce the number of exported symbols by Howard Hinnant · 14 years ago
  81. 626916f Add CMake build and fix major Linux blockers. by Michael J. Spencer · 14 years ago
  82. 55ddb21 Add typeinfo for char16_t, char32_t and nullptr. by Howard Hinnant · 14 years ago
  83. a8feece update to use new linker option to re-export from libc++abi.dylb by Nick Kledzik · 14 years ago
  84. f26262d Updated chart with weekly test results, and updated export files for chnages in <atomic>. by Howard Hinnant · 14 years ago
  85. b742dcd Convert __thread_local_data to the singleton pattern and change export files... by Howard Hinnant · 14 years ago
  86. f9734c8 temporarily use cc to link instead of clang to work around issue with -Xarch by Nick Kledzik · 14 years ago
  87. 373a9d1 update export list for when building with clang++ by Nick Kledzik · 14 years ago
  88. 364f596 Bug 7984 by Bernhard Rosenkraenzer by Howard Hinnant · 14 years ago
  89. 45f5717 Cement ABI on clang for char16_t and char32_t. Also fixed some comments in <iterator>. by Howard Hinnant · 14 years ago
  90. c7e4d82 <rdar://problem/8279559> [libstdcxx] use new linker options to make symbols non-weak by Nick Kledzik · 14 years ago
  91. 0e353f2 Didn't mean to change lib/buildit on the last check in by Howard Hinnant · 14 years ago
  92. d444470 now works with -fno-exceptions and -fno-rtti by Howard Hinnant · 14 years ago
  93. 45783d2 buildit adjustment by Howard Hinnant · 14 years ago
  94. a6a062d [string.conversions] by Howard Hinnant · 14 years ago
  95. adff489 patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient. by Howard Hinnant · 14 years ago
  96. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago