summaryrefslogtreecommitdiffstats
path: root/libcxx/www/index.html
Commit message (Collapse)AuthorAgeFilesLines
...
* [CMake] Fix c++ abi library configuration on Linux.Michael J. Spencer2012-12-311-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 Hinnant2012-11-271-1/+1
| | | | llvm-svn: 168715
* Remove by-chapter breakdown of what is implemented. The chart is now obsolete.Howard Hinnant2012-11-271-3/+1
| | | | llvm-svn: 168713
* Change C++0x references to C++11, Fixes bug #12745Marshall Clow2012-11-141-4/+4
| | | | llvm-svn: 167930
* Update instructions for building and using libc++ on Mac OSHoward Hinnant2012-11-061-27/+18
| | | | llvm-svn: 167490
* Fix a typo in the docsMarshall Clow2012-08-221-1/+1
| | | | llvm-svn: 162335
* Andrew Morrow: Attached is a writeup of the current state of the libc++ test ↵Howard Hinnant2012-07-311-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 statusHoward Hinnant2012-07-301-6/+0
| | | | llvm-svn: 160959
* Updated the complete by-chapter graphHoward Hinnant2012-07-301-1/+1
| | | | llvm-svn: 160943
* Jean-Daniel updates the libc++ index page to reflect not so recent changes ↵Howard Hinnant2012-07-191-6/+6
| | | | | | in C++ standard status. llvm-svn: 160509
* link to Marshall's notes.Howard Hinnant2012-07-061-0/+1
| | | | llvm-svn: 159791
* Add documentation regarding -fno-rtti.Howard Hinnant2012-05-201-0/+9
| | | | llvm-svn: 157157
* Updated documentation contributed by Christopher Jefferson.Howard Hinnant2012-04-031-1/+3
| | | | llvm-svn: 153955
* Clarify building instructions for 10.7Howard Hinnant2011-11-171-3/+11
| | | | llvm-svn: 144910
* Update instructions for building on Mac OS 10.6Howard Hinnant2011-10-091-0/+1
| | | | llvm-svn: 141507
* Provide link to developer's policyHoward Hinnant2011-09-301-0/+3
| | | | llvm-svn: 140857
* Ruben's Windows test results.Howard Hinnant2011-09-281-0/+5
| | | | llvm-svn: 140700
* Address PR10909: http://llvm.org/bugs/show_bug.cgi?id=10909Howard Hinnant2011-09-121-4/+8
| | | | llvm-svn: 139493
* Add instructions for -U__STRICT_ANSI__ for Mac OS 10.6Howard Hinnant2011-06-221-0/+6
| | | | llvm-svn: 133616
* Jean-Daniel Dupas fixes install directionsHoward Hinnant2011-02-221-1/+2
| | | | llvm-svn: 126222
* Updated getting started directions.Howard Hinnant2011-01-271-7/+36
| | | | llvm-svn: 124452
* type_traits intrinsics designHoward Hinnant2010-11-191-0/+1
| | | | llvm-svn: 119775
* libc++ is now dual licensed under both UIUC and MIT licenses.Chris Lattner2010-11-161-3/+3
| | | | llvm-svn: 119391
* A compiler writer's guide to <atomic>Howard Hinnant2010-10-051-0/+8
| | | | llvm-svn: 115629
* Updated current status.Howard Hinnant2010-09-051-6/+6
| | | | llvm-svn: 113110
* Fixing whitespace problemsHoward Hinnant2010-08-221-12/+12
| | | | llvm-svn: 111769
* Fix an apparent typo.Dan Gohman2010-06-041-1/+1
| | | | llvm-svn: 105467
* weekly test resultsHoward Hinnant2010-05-131-0/+4
| | | | llvm-svn: 103732
* wording.Chris Lattner2010-05-121-2/+2
| | | | llvm-svn: 103658
* wordingChris Lattner2010-05-121-4/+4
| | | | llvm-svn: 103657
* tweak from cjeffersonChris Lattner2010-05-121-1/+2
| | | | llvm-svn: 103656
* improve the 'current status' section to say what *is* there inChris Lattner2010-05-121-7/+46
| | | | | | | | addition to what is not. Add a big "why libc++" section to address a pretty major FAQ. llvm-svn: 103655
* fix more linksChris Lattner2010-05-111-2/+2
| | | | llvm-svn: 103511
* Fixed svn linkHoward Hinnant2010-05-111-2/+2
| | | | llvm-svn: 103510
* cxx not cppChris Lattner2010-05-111-4/+4
| | | | llvm-svn: 103501
* updated web page with clang mailing list linkHoward Hinnant2010-05-111-0/+3
| | | | llvm-svn: 103491
* libcxx initial importHoward Hinnant2010-05-111-0/+110
llvm-svn: 103490
OpenPOWER on IntegriCloud