Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Coords are now centre of image rather than top left | David Phillips | 2016-06-01 |
| | |||
* | Initial roughing of custom image location, mandelbrot only | David Phillips | 2016-05-27 |
| | |||
* | Style change | David Phillips | 2016-05-19 |
| | |||
* | Invert load sharing for thread vs cluster node | David Phillips | 2016-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 Phillips | 2016-04-13 |
| | |||
* | Remove unnecessary header guards | David Phillips | 2016-04-08 |
| | |||
* | Bump copyright date | David Phillips | 2016-04-08 |
| | |||
* | Remove initialisation of variables from header | David Phillips | 2016-04-08 |
| | |||
* | Tidy up declarations | David Phillips | 2016-04-08 |
| | |||
* | Use getopt(3) to parse arguments instead | David Phillips | 2016-04-04 |
| | |||
* | Replace assertions with useful error messages, tidy header file up | David Phillips | 2016-03-30 |
| | |||
* | Fixing | David Phillips | 2015-07-28 |
| | |||
* | Started work on cluster-style parallel processing | David Phillips | 2015-07-24 |
| | |||
* | Added license to top of all sources | David Phillips | 2015-07-07 |
| | |||
* | Made it easier to add new algos, added tricorn algo, burning ship lattice ↵ | David Phillips | 2015-06-10 |
| | | | | ship algo | ||
* | Switched to using basename | David Phillips | 2015-06-06 |
| | |||
* | Updated Makefile, added missing files | David Phillips | 2015-06-06 |