summaryrefslogtreecommitdiffstats
path: root/libcxx/docs
Commit message (Collapse)AuthorAgeFilesLines
* Update paths in libc++ build instructions. Patch from Jonathan Anderson.Eric Fiselier2015-12-141-2/+2
| | | | llvm-svn: 255561
* [libcxx] Make libc++.so a linker script by default on most platforms.Eric Fiselier2015-10-152-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | Summary: This patch turns on `LIBCXX_ENABLE_ABI_LINKER_SCRIPT` by default whenever `LLVM_HAVE_LINK_VERSION_SCRIPT` is ON. This turns out to be whenever: 1. WIN32 is not defined. 2 UNIX is defined. 3. APPLE is not defined. While `LLVM_HAVE_LINK_VERSION_SCRIPT` is meant to reflect exactly what we are asking I think it's close enough. After committing this patch Linux users will no longer have to use "-lc++abi" explicitly! Reviewers: mclow.lists, danalbert, compnerd, jroelofs Subscribers: emaste, rengolin, cbergstrom, cfe-commits Differential Revision: http://reviews.llvm.org/D13739 llvm-svn: 250469
* Add links to libc++ code coverage and buildersEric Fiselier2015-10-151-2/+4
| | | | llvm-svn: 250361
* Update testing guide for libc++Eric Fiselier2015-10-141-7/+56
| | | | llvm-svn: 250323
* Use __config_site when building libc++. Also cleanup ABI versioning docEric Fiselier2015-10-142-0/+1
| | | | llvm-svn: 250261
* ABI versioning macros for libc++.Evgeniy Stepanov2015-10-132-0/+36
| | | | | | | | C++ macros and CMake options that specify the default ABI version of the library, and can be overridden to pick up new ABI-changing features. llvm-svn: 250254
* Fix whitespace in docEric Fiselier2015-10-131-1/+1
| | | | llvm-svn: 250238
* [libcxx] Capture configuration information when installing the libc++ headersEric Fiselier2015-10-132-0/+94
| | | | | | | | | | | | | | | | | Summary: Hi all, This patch is a successor to D11963. However it has changed dramatically and I felt it would be best to start a new review thread. Please read the design documentation added in this patch for a description of how it works. Reviewers: mclow.lists, danalbert, jroelofs, EricWF Subscribers: vkalintiris, rnk, ed, espositofulvio, asl, eugenis, cfe-commits Differential Revision: http://reviews.llvm.org/D13407 llvm-svn: 250235
* Cleanup BuildingLibcxx.rst and remove TODOEric Fiselier2015-09-061-3/+3
| | | | llvm-svn: 246952
* Fix another bad link in the new docsEric Fiselier2015-09-061-2/+2
| | | | llvm-svn: 246951
* Try to fix links for libcxx.llvm.org/docs again.Eric Fiselier2015-09-061-27/+15
| | | | llvm-svn: 246950
* Try and fix links again. Seems to be a sphinx version issue.Eric Fiselier2015-09-051-12/+12
| | | | llvm-svn: 246915
* Try and fix broken bugzilla linkEric Fiselier2015-09-051-1/+1
| | | | llvm-svn: 246914
* Cleanup new documentation index and transfer more information from ↵Eric Fiselier2015-09-051-37/+53
| | | | | | www/index.html llvm-svn: 246913
* Remove test commit.Tanya Lattner2015-09-051-1/+1
| | | | llvm-svn: 246912
* Test temporary commit. Tanya Lattner2015-09-051-1/+1
| | | | llvm-svn: 246911
* Test commit for builderEric Fiselier2015-09-052-0/+4
| | | | llvm-svn: 246910
* Add temporary Makefile.sphinx build file to get libcxx.llvm.org/docs goingEric Fiselier2015-09-051-0/+34
| | | | llvm-svn: 246909
* Try building docs again.Eric Fiselier2015-09-051-1/+0
| | | | llvm-svn: 246906
* Test commit for sphinx docs try2Eric Fiselier2015-09-041-0/+1
| | | | llvm-svn: 246895
* [libcxx] Add new Sphinx documentationEric Fiselier2015-08-227-0/+954
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
OpenPOWER on IntegriCloud