summaryrefslogtreecommitdiffstats
path: root/clang/www/OpenProjects.html
Commit message (Collapse)AuthorAgeFilesLines
* [www] Change URLs to HTTPS.Stephan T. Lavavej2019-10-241-5/+5
| | | | | | | | | | | | | | | | | | | | | | This changes most URLs in llvm's html files to HTTPS. Most changes were search-and-replace with manual verification; some changes were manual. For a few URLs, the websites were performing redirects or had changed their anchors; I fixed those up manually. This consistently uses the official https://wg21.link redirector. This also strips trailing whitespace and fixes a couple of typos. Fixes D69363. There are a very small number of dead links for which I don't know any replacements (they are equally dead as HTTP or HTTPS): https://llvm.org/cmds/llvm2cpp.html https://llvm.org/devmtg/2010-11/videos/Grosser_Polly-desktop.mp4 https://llvm.org/devmtg/2010-11/videos/Grosser_Polly-mobile.mp4 https://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-desktop.mov https://llvm.org/devmtg/2011-11/videos/Grosser_PollyOptimizations-mobile.mp4 https://llvm.org/perf/db_default/v4/nts/22463 https://polly.llvm.org/documentation/memaccess.html
* [WWW] Fixing file permissions for the .html pages.Mike Edwards2018-07-271-0/+0
| | | | llvm-svn: 338098
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found via codespell -q 3 -I ../clang-whitelist.txt Where whitelist consists of: archtype cas classs checkk compres definit frome iff inteval ith lod methode nd optin ot pres statics te thru Patch by luzpaz! (This is a subset of D44188 that applies cleanly with a few files that have dubious fixes reverted.) Differential revision: https://reviews.llvm.org/D44188 llvm-svn: 329399
* Update some stuff on the open projects page to reflect things we've already ↵Richard Smith2013-04-201-11/+9
| | | | | | done. llvm-svn: 179953
* Switch C++11 open project to C++1y :)Richard Smith2013-04-201-2/+2
| | | | llvm-svn: 179951
* Avoiding flamewarsRenato Golin2013-02-271-1/+1
| | | | llvm-svn: 176221
* Add config manager to open projectsRenato Golin2013-02-271-6/+26
| | | | llvm-svn: 176211
* Fix ALL the markup.Benjamin Kramer2012-01-151-3/+3
| | | | llvm-svn: 148219
* Updating the Clang website to refer to C++'11 instead of C++'0xDavid Blaikie2011-10-141-2/+2
| | | | llvm-svn: 141949
* Mention an XML printer on the Open Projects pageDouglas Gregor2011-03-091-0/+7
| | | | llvm-svn: 127336
* c/objc/c++'98 are basically done, but we want '0x support.Chris Lattner2010-12-061-20/+15
| | | | | | | Add "clang indent" as a possible project, we really really need it. :) llvm-svn: 121030
* validatorGabor Greif2010-10-161-0/+2
| | | | llvm-svn: 116668
* these items are done, afaikGabor Greif2010-10-161-6/+2
| | | | llvm-svn: 116667
* Add a "Universal Driver" open project, and web page.Daniel Dunbar2009-10-171-0/+7
| | | | llvm-svn: 84366
* Add an open project. :)Daniel Dunbar2009-10-171-0/+5
| | | | llvm-svn: 84359
* Tweak the list of open projects for C++Douglas Gregor2009-08-261-3/+3
| | | | llvm-svn: 80179
* Update C++ open projects listDouglas Gregor2009-08-021-4/+2
| | | | llvm-svn: 77901
* Tweak the C++ open projects pageDouglas Gregor2009-06-151-2/+3
| | | | llvm-svn: 73409
* Point to the clang driver, not the ccc driverDouglas Gregor2009-06-111-1/+1
| | | | llvm-svn: 73192
* Add pseudo-destructors to the Open Projects listDouglas Gregor2009-06-111-0/+1
| | | | llvm-svn: 73191
* Prune some projects that have already been startedDouglas Gregor2009-06-111-12/+2
| | | | llvm-svn: 73190
* Add another C++ open projectDouglas Gregor2009-03-241-0/+1
| | | | llvm-svn: 67620
* Remove a task that's completed now.Anders Carlsson2009-03-241-1/+1
| | | | llvm-svn: 67596
* Document some small- to mid-size open C++ projectsDouglas Gregor2009-03-201-5/+17
| | | | llvm-svn: 67398
* Split get_involved into Get Involved and Open Projects pagesDouglas Gregor2009-03-131-0/+99
llvm-svn: 66891
OpenPOWER on IntegriCloud