Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [CMake] Fix c++ abi library configuration on Linux. | Michael J. Spencer | 2012-12-31 | 1 | -0/+55 | |
| | | | | | | | | | | You can now configure from the command line using: -DLIBCXX_CXX_ABI=libsupc++ -DLIBCXX_LIBSUPCXX_INCLUDE_PATHS="path;path Also documents how to build on Linux. llvm-svn: 171316 | |||||
* | Fix type-o. | Howard Hinnant | 2012-11-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 168715 | |||||
* | Remove by-chapter breakdown of what is implemented. The chart is now obsolete. | Howard Hinnant | 2012-11-27 | 1 | -3/+1 | |
| | | | | llvm-svn: 168713 | |||||
* | Change C++0x references to C++11, Fixes bug #12745 | Marshall Clow | 2012-11-14 | 1 | -4/+4 | |
| | | | | llvm-svn: 167930 | |||||
* | Update instructions for building and using libc++ on Mac OS | Howard Hinnant | 2012-11-06 | 1 | -27/+18 | |
| | | | | llvm-svn: 167490 | |||||
* | Fix a typo in the docs | Marshall Clow | 2012-08-22 | 1 | -1/+1 | |
| | | | | llvm-svn: 162335 | |||||
* | Andrew Morrow: Attached is a writeup of the current state of the libc++ test ↵ | Howard Hinnant | 2012-07-31 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | suite on Linux. There are a few tests that are listed as failing here for which I have a patch in the works. I'll be sending those along soon. There are others where I know what is going on but don't yet have a solution, and I've included some notes for those. Several still need to be investigated, mostly in localization and the regex test suite. I think that many of these failures are due to locale implementation variations that make the expected test results not match the actual results. I'm not sure what the best way to make the tests accomodate this sort of variation might be. The failures in the unique_ptr test suite are very new and are caused by a clang crash which I've not yet looked into. llvm-svn: 161079 | |||||
* | Updated status | Howard Hinnant | 2012-07-30 | 1 | -6/+0 | |
| | | | | llvm-svn: 160959 | |||||
* | Updated the complete by-chapter graph | Howard Hinnant | 2012-07-30 | 1 | -1/+1 | |
| | | | | llvm-svn: 160943 | |||||
* | Jean-Daniel updates the libc++ index page to reflect not so recent changes ↵ | Howard Hinnant | 2012-07-19 | 1 | -6/+6 | |
| | | | | | | in C++ standard status. llvm-svn: 160509 | |||||
* | link to Marshall's notes. | Howard Hinnant | 2012-07-06 | 1 | -0/+1 | |
| | | | | llvm-svn: 159791 | |||||
* | Add documentation regarding -fno-rtti. | Howard Hinnant | 2012-05-20 | 1 | -0/+9 | |
| | | | | llvm-svn: 157157 | |||||
* | Updated documentation contributed by Christopher Jefferson. | Howard Hinnant | 2012-04-03 | 1 | -1/+3 | |
| | | | | llvm-svn: 153955 | |||||
* | Clarify building instructions for 10.7 | Howard Hinnant | 2011-11-17 | 1 | -3/+11 | |
| | | | | llvm-svn: 144910 | |||||
* | Update instructions for building on Mac OS 10.6 | Howard Hinnant | 2011-10-09 | 1 | -0/+1 | |
| | | | | llvm-svn: 141507 | |||||
* | Provide link to developer's policy | Howard Hinnant | 2011-09-30 | 1 | -0/+3 | |
| | | | | llvm-svn: 140857 | |||||
* | Ruben's Windows test results. | Howard Hinnant | 2011-09-28 | 1 | -0/+5 | |
| | | | | llvm-svn: 140700 | |||||
* | Address PR10909: http://llvm.org/bugs/show_bug.cgi?id=10909 | Howard Hinnant | 2011-09-12 | 1 | -4/+8 | |
| | | | | llvm-svn: 139493 | |||||
* | Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6 | Howard Hinnant | 2011-06-22 | 1 | -0/+6 | |
| | | | | llvm-svn: 133616 | |||||
* | Jean-Daniel Dupas fixes install directions | Howard Hinnant | 2011-02-22 | 1 | -1/+2 | |
| | | | | llvm-svn: 126222 | |||||
* | Updated getting started directions. | Howard Hinnant | 2011-01-27 | 1 | -7/+36 | |
| | | | | llvm-svn: 124452 | |||||
* | type_traits intrinsics design | Howard Hinnant | 2010-11-19 | 1 | -0/+1 | |
| | | | | llvm-svn: 119775 | |||||
* | libc++ is now dual licensed under both UIUC and MIT licenses. | Chris Lattner | 2010-11-16 | 1 | -3/+3 | |
| | | | | llvm-svn: 119391 | |||||
* | A compiler writer's guide to <atomic> | Howard Hinnant | 2010-10-05 | 1 | -0/+8 | |
| | | | | llvm-svn: 115629 | |||||
* | Updated current status. | Howard Hinnant | 2010-09-05 | 1 | -6/+6 | |
| | | | | llvm-svn: 113110 | |||||
* | Fixing whitespace problems | Howard Hinnant | 2010-08-22 | 1 | -12/+12 | |
| | | | | llvm-svn: 111769 | |||||
* | Fix an apparent typo. | Dan Gohman | 2010-06-04 | 1 | -1/+1 | |
| | | | | llvm-svn: 105467 | |||||
* | weekly test results | Howard Hinnant | 2010-05-13 | 1 | -0/+4 | |
| | | | | llvm-svn: 103732 | |||||
* | wording. | Chris Lattner | 2010-05-12 | 1 | -2/+2 | |
| | | | | llvm-svn: 103658 | |||||
* | wording | Chris Lattner | 2010-05-12 | 1 | -4/+4 | |
| | | | | llvm-svn: 103657 | |||||
* | tweak from cjefferson | Chris Lattner | 2010-05-12 | 1 | -1/+2 | |
| | | | | llvm-svn: 103656 | |||||
* | improve the 'current status' section to say what *is* there in | Chris Lattner | 2010-05-12 | 1 | -7/+46 | |
| | | | | | | | | addition to what is not. Add a big "why libc++" section to address a pretty major FAQ. llvm-svn: 103655 | |||||
* | fix more links | Chris Lattner | 2010-05-11 | 1 | -2/+2 | |
| | | | | llvm-svn: 103511 | |||||
* | Fixed svn link | Howard Hinnant | 2010-05-11 | 1 | -2/+2 | |
| | | | | llvm-svn: 103510 | |||||
* | cxx not cpp | Chris Lattner | 2010-05-11 | 1 | -4/+4 | |
| | | | | llvm-svn: 103501 | |||||
* | updated web page with clang mailing list link | Howard Hinnant | 2010-05-11 | 1 | -0/+3 | |
| | | | | llvm-svn: 103491 | |||||
* | libcxx initial import | Howard Hinnant | 2010-05-11 | 1 | -0/+110 | |
llvm-svn: 103490 |