Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump the trunk version to 9.0.0svn | Hans Wennborg | 2019-01-16 | 1 | -2/+2 |
| | | | | llvm-svn: 351320 | ||||
* | fix some typos in the doc | Sylvestre Ledru | 2018-09-20 | 1 | -1/+1 |
| | | | | llvm-svn: 342628 | ||||
* | Update version to 8.0.0svn: cmake, includes files and docs | Hans Wennborg | 2018-08-01 | 1 | -3/+3 |
| | | | | llvm-svn: 338555 | ||||
* | Update version to 7.0.0svn: cmake, include files and docs | Hans Wennborg | 2018-01-03 | 1 | -2/+2 |
| | | | | llvm-svn: 321725 | ||||
* | Bump docs version to 6.0 | Hans Wennborg | 2017-07-19 | 1 | -2/+2 |
| | | | | llvm-svn: 308462 | ||||
* | Update version to 5.0 | Eric Fiselier | 2017-01-13 | 1 | -2/+2 |
| | | | | llvm-svn: 291928 | ||||
* | Update year to 2017 | Eric Fiselier | 2017-01-03 | 1 | -1/+1 |
| | | | | llvm-svn: 290876 | ||||
* | Update doc version to 4.0 | Eric Fiselier | 2016-12-09 | 1 | -2/+2 |
| | | | | llvm-svn: 289206 | ||||
* | Update version numbers in docs | Eric Fiselier | 2016-05-03 | 1 | -3/+3 |
| | | | | llvm-svn: 268459 | ||||
* | [libcxx] Add new Sphinx documentation | Eric Fiselier | 2015-08-22 | 1 | -0/+251 |
Summary: This patch adds Sphinx based documentation to libc++. The goal is to make it easier to write documentation for libc++ since writing new documentation in HTML is cumbersome. This patch rewrites the main page for libc++ along with the instructions for using, building and testing libc++. The built documentation can be found and reviewed here: http://efcs.ca/libcxx-docs In order to build the sphinx documentation you need to specify the cmake options `-DLLVM_ENABLE_SPHINX=ON -DLIBCXX_INCLUDE_DOCS=ON`. This will add the makefile rule `docs-libcxx-html`. Reviewers: chandlerc, mclow.lists, danalbert, jroelofs Subscribers: silvas, cfe-commits Differential Revision: http://reviews.llvm.org/D12129 llvm-svn: 245788 |