1. 8b00e6c Ok, 3 major changes for debug mode in one commit: by Howard Hinnant · 11 years ago
  2. 0bb0a7c Debug mode for unordered_multiset. The exercise spotted a few places I had missed on unordered_set, so I picked those up as well. by Howard Hinnant · 11 years ago
  3. 2062f37 I believe this finishes up debug mode for list. The testing is a little weak, but I believe all of the functionality is there. Certainly enough for people to checkout and start beating up on. by Howard Hinnant · 11 years ago
  4. 302fa82 I believe debug mode for vector<T> (T != bool) is complete. If anyone sees anything more they would like to see on it, please let me know. Debug mode is activated by compiling with -D_LIBCPP_DEBUG2=1. Eventually _LIBCPP_DEBUG2 will be renamed to just _LIBCPP_DEBUG. by Howard Hinnant · 11 years ago
  5. e47bc9b Updated link to Marshall's instructions by Marshall Clow · 11 years ago
  6. c7cbe50 Some forward-looking and optimistic documentation. by Howard Hinnant · 11 years ago
  7. fae54b9 Michael van der Westhuizen: correction to the libcxx build instructions when built with libcxxrt on Linux. by Howard Hinnant · 11 years ago
  8. 0dee9cd Bruce Mitchener: Minor typo fixes. by Howard Hinnant · 11 years ago
  9. af4d161 Michael van der Westhuizen: Update instructions for building on Linux. by Howard Hinnant · 11 years ago
  10. db8a030 [CMake] Fix c++ abi library configuration on Linux. by Michael J. Spencer · 12 years ago
  11. b0895ff Fix type-o. by Howard Hinnant · 12 years ago
  12. 641f6c1 Remove by-chapter breakdown of what is implemented. The chart is now obsolete. by Howard Hinnant · 12 years ago
  13. faa1716 Change C++0x references to C++11, Fixes bug #12745 by Marshall Clow · 12 years ago
  14. 22b781b Update instructions for building and using libc++ on Mac OS by Howard Hinnant · 12 years ago
  15. 08a0b48 Fix a typo in the docs by Marshall Clow · 12 years ago
  16. ef793f2 Andrew Morrow: Among the various libc++ tests that currently don't pass on Linux are by Howard Hinnant · 12 years ago
  17. 403f91a Andrew Morrow: The attached patch is an attempt to implement by Howard Hinnant · 12 years ago
  18. 6d39f9f Andrew Morrow: This patch fixes by Howard Hinnant · 12 years ago
  19. ee7a0bf Andrew Morrow: Attached is a writeup of the current state of the libc++ test suite on Linux. by Howard Hinnant · 12 years ago
  20. 7a7b6d8 Updated status by Howard Hinnant · 12 years ago
  21. 30055c6 Updated the complete by-chapter graph by Howard Hinnant · 12 years ago
  22. 7d87f6b Jean-Daniel : clang now supports all required type_traits. by Howard Hinnant · 12 years ago
  23. af34734 Jean-Daniel updates the libc++ index page to reflect not so recent changes in C++ standard status. by Howard Hinnant · 12 years ago
  24. a0b5bef New Windows libc++ test results provided by Ruben Van Boxem. by Howard Hinnant · 12 years ago
  25. 820e007 link to Marshall's notes. by Howard Hinnant · 12 years ago
  26. 5106565 Add documentation regarding -fno-rtti. by Howard Hinnant · 12 years ago
  27. 271a1c0 Updated documentation contributed by Christopher Jefferson. by Howard Hinnant · 12 years ago
  28. 704f09b Clarify building instructions for 10.7 by Howard Hinnant · 13 years ago
  29. 08e1747 Windows support by Ruben Van Boxem. by Howard Hinnant · 13 years ago
  30. 9077326 Update instructions for building on Mac OS 10.6 by Howard Hinnant · 13 years ago
  31. 8452d21 Updated testit to run on Windows and fresh Windows results by Ruben Van Boxem by Howard Hinnant · 13 years ago
  32. 2481cba Provide link to developer's policy by Howard Hinnant · 13 years ago
  33. 0cbb3a1 Ruben's Windows test results. by Howard Hinnant · 13 years ago
  34. 8b3fae3 Address PR10909: http://llvm.org/bugs/show_bug.cgi?id=10909 by Howard Hinnant · 13 years ago
  35. 737a351 Given that __underlying_type is now available in clang, implement by Sean Hunt · 13 years ago
  36. f5d76a7 Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6 by Howard Hinnant · 13 years ago
  37. 0cfa1f7 CWG 1170 has been fixed for destructors by Howard Hinnant · 13 years ago
  38. 9e604b4 __is_trivially_copyable now supplied by clang by Sean Hunt · 13 years ago
  39. d5c2f25 Corrected misspelling by Howard Hinnant · 13 years ago
  40. 7bbce3c Updated to reflect updated use of existing clang support by Howard Hinnant · 13 years ago
  41. 3666695 Updated type_traits and the type_traits design doc with recent work done in clang. by Howard Hinnant · 13 years ago
  42. 86e78d6 Jonathan Sauer updated is_base_of traits status by Howard Hinnant · 13 years ago
  43. 5a245db Jean-Daniel Dupas fixes install directions by Howard Hinnant · 13 years ago
  44. 65451f1 Updated getting started directions. by Howard Hinnant · 14 years ago
  45. 01feecb type_traits intrinsics design by Howard Hinnant · 14 years ago
  46. 9835d76 type_traits intrinsics design by Howard Hinnant · 14 years ago
  47. f38bc6e libc++ is now dual licensed under both UIUC and MIT licenses. by Chris Lattner · 14 years ago
  48. f26262d Updated chart with weekly test results, and updated export files for chnages in <atomic>. by Howard Hinnant · 14 years ago
  49. 21ef47f Changing <atomic> to follow Design A by Howard Hinnant · 14 years ago
  50. be22ed4 Update atomic Design A spec with reference C++ implementations for the purpose of documeting the semantics of each atomic operation. by Howard Hinnant · 14 years ago
  51. f6fe084 Update atomic Design A spec by Howard Hinnant · 14 years ago
  52. 4d89249 updated for weekly test results by Howard Hinnant · 14 years ago
  53. 08f2969 Updated atomic design docs by Howard Hinnant · 14 years ago
  54. 77868b9 Update atomic design A by Howard Hinnant · 14 years ago
  55. 086b718 Updated <atomic> docs with three design options by Howard Hinnant · 14 years ago
  56. e78d1f5 A compiler writer's guide to <atomic>, minor update by Howard Hinnant · 14 years ago
  57. 56f0d5b A compiler writer's guide to <atomic> by Howard Hinnant · 14 years ago
  58. 5b6af69 updated per weekly tests by Howard Hinnant · 14 years ago
  59. 049734e Updated chart for weekly test results. by Howard Hinnant · 14 years ago
  60. e764f0b Updated by-chapter-summary with weekly test results, and fixed up some bad paths in some tests caused by aligning the test suite with N3126. by Howard Hinnant · 14 years ago
  61. f6547cb Updated current status. by Howard Hinnant · 14 years ago
  62. ae153b9 Updated for weekly test results. by Howard Hinnant · 14 years ago
  63. 98ccdec Updated for weekly test results by Howard Hinnant · 14 years ago
  64. d2bb032 Fixing whitespace problems by Howard Hinnant · 14 years ago
  65. 4a23e1e Updated by-chapter chart with weekly test results. Also did some prototyping on result_of, but if-def'd out the prototyped part (which the LWG may or may not accept) by Howard Hinnant · 14 years ago
  66. 588ea08 weekly by-chapter summary updated by Howard Hinnant · 14 years ago
  67. ddff70e Updated weekly by chapter summary by Howard Hinnant · 14 years ago
  68. aa69808 A good start on extended posix regex. Loops working. Alternation working. Also update by-chapter completeness summary. by Howard Hinnant · 14 years ago
  69. 37f9f9c weekly update to by-chapter-summary, plus left and right anchor support in basic posix. by Howard Hinnant · 14 years ago
  70. 43b4dec Updated chart with weekly test results by Howard Hinnant · 14 years ago
  71. 8c2c18d Continuing to work through regex, and updated libcxx_by_chapter.pdf with weekly test results by Howard Hinnant · 14 years ago
  72. 80d88f3 updated for weekly tests by Howard Hinnant · 14 years ago
  73. 4b3a088 Fix an apparent typo. by Dan Gohman · 14 years ago
  74. 89f2606 updated by-chapter-complete chart by Howard Hinnant · 14 years ago
  75. 13c98cc weekly test results plus a bug fix clang found by Howard Hinnant · 14 years ago
  76. daf0ff1 weekly test results by Howard Hinnant · 14 years ago
  77. d0e811a weekly test results by Howard Hinnant · 14 years ago
  78. bfa808e wording. by Chris Lattner · 14 years ago
  79. f338249 wording by Chris Lattner · 14 years ago
  80. a5058d9 tweak from cjefferson by Chris Lattner · 14 years ago
  81. 24173b8 improve the 'current status' section to say what *is* there in by Chris Lattner · 14 years ago
  82. a535ffd fix more links by Chris Lattner · 14 years ago
  83. 76e1ffc Fixed svn link by Howard Hinnant · 14 years ago
  84. 4b74895 cxx not cpp by Chris Lattner · 14 years ago
  85. 5897196 add css files, also, test commit. by Chris Lattner · 14 years ago
  86. 8c21737 updated web page with clang mailing list link by Howard Hinnant · 14 years ago
  87. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago