aboutsummaryrefslogtreecommitdiff
path: root/fractal-gen.h
Commit message (Collapse)AuthorAge
* Rename cores => threadsDavid Phillips2016-10-26
|
* Add very rough multi-core efficiency outputDavid Phillips2016-09-19
|
* Coords are now centre of image rather than top leftDavid Phillips2016-06-01
|
* Initial roughing of custom image location, mandelbrot onlyDavid Phillips2016-05-27
|
* Style changeDavid Phillips2016-05-19
|
* Invert load sharing for thread vs cluster nodeDavid Phillips2016-05-05
| | | | | | Rows are divided between cluster nodes and columns between threads. This is a major change for anyone using this in a cluster, but it was done so to enable the frame interlacer to use buffered reads and writes.
* Ditch stdbool and EXIT_*David Phillips2016-04-13
|
* Remove unnecessary header guardsDavid Phillips2016-04-08
|
* Bump copyright dateDavid Phillips2016-04-08
|
* Remove initialisation of variables from headerDavid Phillips2016-04-08
|
* Tidy up declarationsDavid Phillips2016-04-08
|
* Use getopt(3) to parse arguments insteadDavid Phillips2016-04-04
|
* Replace assertions with useful error messages, tidy header file upDavid Phillips2016-03-30
|
* FixingDavid Phillips2015-07-28
|
* Started work on cluster-style parallel processingDavid Phillips2015-07-24
|
* Added license to top of all sourcesDavid Phillips2015-07-07
|
* Made it easier to add new algos, added tricorn algo, burning ship lattice ↵David Phillips2015-06-10
| | | | ship algo
* Switched to using basenameDavid Phillips2015-06-06
|
* Updated Makefile, added missing filesDavid Phillips2015-06-06