summaryrefslogtreecommitdiff
path: root/docs/users_guide/parallel.xml
Commit message (Collapse)AuthorAgeFilesLines
* Move user's guide to ReStructuredTextBen Gamari2015-10-031-203/+0
|
* users_guide: Various spelling fixesBen Gamari2015-06-161-0/+1
| | | | | | | | | | | | | | | | | | | Summary: Today when reading through the users manual I noticed a few spelling issues. This prompted me to run the document through ispell which turned up even more issues. I've tried to be conservative here; most of the corrections are misspellings and typos but in a few cases I've moved from American to British orthography. Test Plan: Read. Reviewers: austin Reviewed By: austin Subscribers: bgamari, thomie Differential Revision: https://phabricator.haskell.org/D925
* [Docs] Fixed several broken urls in user's guideKonstantin Zudov2014-11-071-2/+2
| | | | | | | | | | | | Summary: Some of the links in user's guide were broken, I've found the files they used to link and updated urls. Reviewers: austin Reviewed By: austin Subscribers: thomie, carter, simonmar Differential Revision: https://phabricator.haskell.org/D418
* Document -fvectorise and -favoid-vect. (#5801)David Terei2013-01-311-1/+1
|
* parallel.xml whitespaceDaniel Fischer2011-05-311-6/+6
|
* remove 'mode: xml' emacs settings (#2208)Simon Marlow2010-07-081-1/+0
|
* Fix more library links in the user guideIan Lynagh2010-02-231-7/+8
|
* Fix the links to the base docs from the user guideIan Lynagh2010-02-231-1/+1
|
* Document the new SPARKS statistic, and xref from the parallelism sectionSimon Marlow2008-10-241-6/+21
|
* Add short DPH section to users guideRoman Leshchinskiy2008-10-081-0/+8
| | | | MERGE TO 6.10
* Fix some more URLsIan Lynagh2007-11-261-1/+1
|
* Fix some linksIan Lynagh2007-11-261-2/+2
|
* Fix a whole heap of speling errrs in the docsJosef Svenningsson2007-10-071-1/+1
|
* Improved naming of generated HTML files by using nice IDssven.panne@aedion.de2007-02-071-1/+1
|
* fix definition of fib in example codeSimon Marlow2006-10-121-3/+3
|
* fix definition of fib in example codeSimon Marlow2006-10-121-3/+3
|
* Use relative URLs when referring to libraries; push to 6.6 branchsimonpj@microsoft.com2006-10-111-2/+2
|
* Improve documentation of concurrent and parallel Haskell; push to branchsimonpj@microsoft.com2006-10-101-24/+97
|
* Document SMP supportSimon Marlow2006-08-251-185/+81
|
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+210
Most of the other users of the fptools build system have migrated to Cabal, and with the move to darcs we can now flatten the source tree without losing history, so here goes. The main change is that the ghc/ subdir is gone, and most of what it contained is now at the top level. The build system now makes no pretense at being multi-project, it is just the GHC build system. No doubt this will break many things, and there will be a period of instability while we fix the dependencies. A straightforward build should work, but I haven't yet fixed binary/source distributions. Changes to the Building Guide will follow, too.