summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Projects.rst
Commit message (Collapse)AuthorAgeFilesLines
* Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner2015-08-051-1/+1
| | | | llvm-svn: 243999
* Remove projects/sample.Rafael Espindola2014-03-121-70/+4
| | | | | | | | | | | | | | | As an example that was not actually being used, it suffered from a slow bitrot. The two main issues with it were that it had no cmake support and included a copy of the autoconf directory. The reality is that autoconf is not easily composable. The lack of composabilty is why we have clang options in llvm's configure. Suggesting that users include a copy of autoconf/ in their projects seems a bad idea. We are also in the process of switching to cmake, so pushing autoconf to new project is probably not what we want. llvm-svn: 203728
* Documentation: remove all mentions of DejaGNU and TclDmitri Gribenko2013-01-181-5/+3
| | | | | | We don't have DejaGNU tests now. llvm-svn: 172836
* docs: Fix long standing linking antipattern.Sean Silva2013-01-111-2/+0
| | | | | | | | | Before we learned about :doc:, we used :ref: and put a dummy link at the top of each page. Don't do that anymore. This fixes PR14891 as a special case. llvm-svn: 172162
* docs: Sphinxify TestingGuideSean Silva2012-11-141-3/+3
| | | | llvm-svn: 167979
* Fix grammar-o. Fixes PR13482!Nick Lewycky2012-07-301-1/+1
| | | | llvm-svn: 160996
* Use correct capitalization.Bill Wendling2012-06-191-1/+1
| | | | llvm-svn: 158752
* Indent coding examples.Bill Wendling2012-06-191-5/+5
| | | | llvm-svn: 158728
* Remove bad HTML tags. Add missing :.Bill Wendling2012-06-191-4/+4
| | | | llvm-svn: 158726
* Put flag names on one line.Bill Wendling2012-06-191-2/+1
| | | | llvm-svn: 158715
* Fix italicized text.Bill Wendling2012-06-191-4/+4
| | | | llvm-svn: 158714
* Use correct URL.Bill Wendling2012-06-191-1/+1
| | | | llvm-svn: 158713
* Fix numbering of list items.Bill Wendling2012-06-191-6/+6
| | | | llvm-svn: 158712
* Fix some Sphinx mistakes.Bill Wendling2012-06-191-41/+40
| | | | llvm-svn: 158711
* First attempt at Sphinx. Convert the Projects.html file to Sphinx format.Bill Wendling2012-06-191-0/+329
llvm-svn: 158709
OpenPOWER on IntegriCloud