1. 1d4a1ed Revert "Update aosp/master libcxx rebase to r263688" by Dan Albert · 8 years ago
  2. 82091b2 [libcxx] Remove -Wpadded from buildit script. by Akira Hatanaka · 8 years ago
  3. ed5394a Not everyone uses bash, so fix test syntax. by Joerg Sonnenberger · 10 years ago
  4. 928bb68 Whoops! Set the default in the last commit to c++1y instead of c++11 by Marshall Clow · 11 years ago
  5. 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
  6. 520dc52 G M: Remove unneeded warnings in buildit that are hindering porting. by Howard Hinnant · 11 years ago
  7. 7f76450 Xing Xue: port to IBM XLC++/AIX. by Howard Hinnant · 11 years ago
  8. 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
  9. 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
  10. 6afc7ad [build/Darwin] Use the correct libc++abi reexport list. by Daniel Dunbar · 11 years ago
  11. fd329a4 [build] Detabify. by Daniel Dunbar · 11 years ago
  12. a38e2c9 [build] Create the link for the final library install name in the lib dir. by Daniel Dunbar · 11 years ago
  13. ec3773c Quash a whole bunch of warnings by Howard Hinnant · 13 years ago
  14. bc90e2a Remove -Wglobal-constructors from flags. This was an accidental addition. by Howard Hinnant · 13 years ago
  15. fdcbd1d reverting change to compatibility_version by Howard Hinnant · 13 years ago
  16. e0a0e51 Change compatibility_version by Howard Hinnant · 13 years ago
  17. 9677458 Fix <rdar://problem/10136825> by Howard Hinnant · 13 years ago
  18. efbe406 Work on Windows port by Ruben Van Boxem by Howard Hinnant · 13 years ago
  19. 8f5f256 more Apple build system tweaks by Nick Kledzik · 13 years ago
  20. 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
  21. 8feadca support another Apple build environment by Nick Kledzik · 13 years ago
  22. d982028 change RC_BUILDIT to RC_XBS for detecting Apple build environment by Nick Kledzik · 13 years ago
  23. c6e08d6 <rdar://problem/9014045> more support for Apple internal build environments by Nick Kledzik · 13 years ago
  24. 08774c5 Change install name to libc++.1.dylib by Howard Hinnant · 13 years ago
  25. 30bbc93 updated buildit to work with recent clang updates by Howard Hinnant · 13 years ago
  26. 2d72b1e Effort to reduce the number of exported symbols by Howard Hinnant · 14 years ago
  27. 626916f Add CMake build and fix major Linux blockers. by Michael J. Spencer · 14 years ago
  28. a8feece update to use new linker option to re-export from libc++abi.dylb by Nick Kledzik · 14 years ago
  29. f9734c8 temporarily use cc to link instead of clang to work around issue with -Xarch by Nick Kledzik · 14 years ago
  30. 364f596 Bug 7984 by Bernhard Rosenkraenzer by Howard Hinnant · 14 years ago
  31. 45f5717 Cement ABI on clang for char16_t and char32_t. Also fixed some comments in <iterator>. by Howard Hinnant · 14 years ago
  32. c7e4d82 <rdar://problem/8279559> [libstdcxx] use new linker options to make symbols non-weak by Nick Kledzik · 14 years ago
  33. 0e353f2 Didn't mean to change lib/buildit on the last check in by Howard Hinnant · 14 years ago
  34. d444470 now works with -fno-exceptions and -fno-rtti by Howard Hinnant · 14 years ago
  35. 45783d2 buildit adjustment by Howard Hinnant · 14 years ago
  36. a6a062d [string.conversions] by Howard Hinnant · 14 years ago
  37. 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
  38. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago