summaryrefslogtreecommitdiffstats
path: root/llvm/docs/Projects.html
Commit message (Collapse)AuthorAgeFilesLines
* First attempt at Sphinx. Convert the Projects.html file to Sphinx format.Bill Wendling2012-06-191-482/+0
| | | | llvm-svn: 158709
* [docs] Remove unsupported references to ExtraSource variable.Daniel Dunbar2012-05-151-7/+0
| | | | llvm-svn: 156857
* [docs] Update HTML pages to refer to CSS in a way that works locally and ↵Daniel Dunbar2012-04-191-1/+1
| | | | | | with Sphinx. llvm-svn: 155153
* docs/*.html: Appease W3C Checker to add "charset=utf-8".NAKAMURA Takumi2011-10-311-0/+1
| | | | llvm-svn: 143348
* Corrections and additional information for "Creating and LLVM Project"Andrew Trick2011-06-031-6/+34
| | | | | | documentation. This should now reflect the current state of LLVM Makefiles. llvm-svn: 132527
* whitespaceAndrew Trick2011-06-031-10/+10
| | | | llvm-svn: 132526
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-231-13/+13
| | | | | | | | | | | | | | | | | <h2>Section Example</h2> <div> <!-- h2+div is applied --> <p>Section preamble.</p> <h3>Subsection Example</h3> <p> <!-- h3+p is applied --> Subsection body </p> <!-- End of section body --> </div> FIXME: Care H5 better. llvm-svn: 130040
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-181-22/+22
| | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
| | | | llvm-svn: 129181
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+460
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-460/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: 2nd part changeset for cfe trunk to follow. *** PRE-PATCH ISSUES ADDRESSED - clang api docs fail build from objdir - clang/llvm api docs collide in install PREFIX/ - clang/llvm main docs collide in install - clang/llvm main docs have full of hard coded destination assumptions and make use of absolute root in static html files; namely CommandGuide tools hard codes a website destination for cross references and some html cross references assume website root paths *** IMPROVEMENTS - bumped Doxygen from 1.4.x -> 1.6.3 - splits llvm/clang docs into 'main' and 'api' (doxygen) build trees - provide consistent, reliable doc builds for both main+api docs - support buid vs. install vs. website intentions - support objdir builds - document targets with 'make help' - correct clean and uninstall operations - use recursive dir delete only where absolutely necessary - added call function fn.RMRF which safeguards against botched 'rm -rf'; if any target (or any variable is evaluated) which attempts to remove any dirs which match a hard-coded 'safelist', a verbose error will be printed and make will error-stop. llvm-svn: 103213
* Grammar fix.Misha Brukman2009-08-131-2/+2
| | | | llvm-svn: 78930
* Fix the instructions to work even when PATH does not contain ".".Dan Gohman2009-01-121-1/+1
| | | | | | Thanks to Martin Geisse for pointing this out! llvm-svn: 62102
* Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman2008-12-111-5/+5
| | | | | | tags are not needed in HTML, only XML. llvm-svn: 60885
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-111-2/+2
| | | | llvm-svn: 60880
* Subversionify the documentation.Reid Spencer2007-07-091-4/+4
| | | | llvm-svn: 38442
* Fix a typo.Reid Spencer2006-03-171-1/+1
| | | | llvm-svn: 26823
* Fix a typo Eric van Riet Paap noticedChris Lattner2006-03-161-1/+1
| | | | llvm-svn: 26791
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
| | | | llvm-svn: 26746
* Added a note to remove CVS directories when copying the sample project toJohn Criswell2005-10-241-0/+6
| | | | | | | a new project. Kudos to Rob for suggesting that I add this important step. llvm-svn: 23969
* A few small steps toward HTML 4.01 Strict compliance.Reid Spencer2005-02-281-8/+4
| | | | llvm-svn: 20369
* Add a little more detail about the configuration process for projects.Reid Spencer2005-02-281-16/+29
| | | | llvm-svn: 20368
* Fix locations of libraries and executables to match makefiles.Reid Spencer2005-01-161-2/+2
| | | | llvm-svn: 19599
* BUILD_* to PROJ_*Reid Spencer2005-01-161-2/+2
| | | | llvm-svn: 19598
* Update documentation on how to set up a projectReid Spencer2005-01-161-25/+20
| | | | llvm-svn: 19591
* Merged in RELEASE_14 changes.John Criswell2004-12-101-5/+5
| | | | llvm-svn: 18763
* Removed QMTest reference.Tanya Lattner2004-12-081-11/+10
| | | | llvm-svn: 18640
* Make use of the new doc_author class. "Seperate content from presentation" ↵Chris Lattner2004-05-231-0/+4
| | | | | | they said. llvm-svn: 13675
* Make file use stylesheets and be HTML-4.01 (Strict)-compliant.Misha Brukman2004-05-121-386/+442
| | | | llvm-svn: 13506
* * Send people to the LLVMdev archive/subscription page rather than just stateMisha Brukman2003-10-301-6/+7
| | | | | | | the address * Somewhat standardize the footer of the page llvm-svn: 9605
* Merged in RELEASE_1.John Criswell2003-10-271-0/+3
| | | | llvm-svn: 9538
* Adding information on what testing support is provided by the LLVM buildJohn Criswell2003-10-211-0/+34
| | | | | | system. Currently, it is not much. llvm-svn: 9348
* Added additional information about linking dynamic libraries.John Criswell2003-10-171-0/+15
| | | | llvm-svn: 9211
* I am not the only John Criswell.John Criswell2003-10-161-1/+1
| | | | | | :) llvm-svn: 9175
* Give credit where credit is dueChris Lattner2003-10-161-1/+1
| | | | llvm-svn: 9174
* Added a section on all of the wonderful Makefile variables used to locateJohn Criswell2003-10-161-30/+162
| | | | | | | | | | | | LLVM. Added information on how to use the autoconf code to specify LLVM's location and setup separate source and object trees. Fixed some of the wording to be more accurate, especially regarding the building of libraries. Added information on where built files are placed. Added a link to the llvmdev mailing list so that they can ask us questions. llvm-svn: 9173
* Updated some of the information for the new autoconf changes.John Criswell2003-10-151-20/+5
| | | | llvm-svn: 9136
* Adding a web page on how to start a new LLVM Project.John Criswell2003-07-031-0/+221
llvm-svn: 7095
OpenPOWER on IntegriCloud