aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/Projects.rst
AgeCommit message (Collapse)AuthorFilesLines
2015-08-05Rename all references to old mailing lists to new lists.llvm.org address.Tanya Lattner1-1/+1
llvm-svn: 243999
2014-03-12Remove projects/sample.Rafael Espindola1-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
2013-01-18Documentation: remove all mentions of DejaGNU and TclDmitri Gribenko1-5/+3
We don't have DejaGNU tests now. llvm-svn: 172836
2013-01-11docs: Fix long standing linking antipattern.Sean Silva1-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
2012-11-14docs: Sphinxify TestingGuideSean Silva1-3/+3
llvm-svn: 167979
2012-07-30Fix grammar-o. Fixes PR13482!Nick Lewycky1-1/+1
llvm-svn: 160996
2012-06-19Use correct capitalization.Bill Wendling1-1/+1
llvm-svn: 158752
2012-06-19Indent coding examples.Bill Wendling1-5/+5
llvm-svn: 158728
2012-06-19Remove bad HTML tags. Add missing :.Bill Wendling1-4/+4
llvm-svn: 158726
2012-06-19Put flag names on one line.Bill Wendling1-2/+1
llvm-svn: 158715
2012-06-19Fix italicized text.Bill Wendling1-4/+4
llvm-svn: 158714
2012-06-19Use correct URL.Bill Wendling1-1/+1
llvm-svn: 158713
2012-06-19Fix numbering of list items.Bill Wendling1-6/+6
llvm-svn: 158712
2012-06-19Fix some Sphinx mistakes.Bill Wendling1-41/+40
llvm-svn: 158711
2012-06-19First attempt at Sphinx. Convert the Projects.html file to Sphinx format.Bill Wendling1-0/+329
llvm-svn: 158709