* Remove uneccessary externs
* Improve Makefile
- For Windows, the Makefile now checks if INTELSDKROOT is actually defined in order to prevent accidental inclusion of an 'include' directory (if one exists)
- The Makefile has a few comments reworded and cleaned up
* Another few rewordings in the Makefile
* Rectify a mistake that causes LFCS mining to forcefully use 28 group
bits
* Possibly prevent CL_DEVICE_NOT_FOUND errors from occurring
* Correct a comment's wording
* Simplify Makefile and enforce 64-bit compilation
* Use OpenCL 1.2 headers if unified headers are used
* Use fgets() instead of scanf() and add some utils
* Revert "Possibly prevent CL_DEVICE_NOT_FOUND errors from occurring"
This reverts commit 8c14941385 since it
seems that there is no apparent benefit.
* Code reorganization & cleanup
* Finalize 'seedminer mode'
* Rewording and temporarily delete unistd.h
* Include unistd.h inside of utils.h instead
* Update utils.h
* Update utils.c
* Changes to code and build system for Linux support.
- Makefile was altered to support the dynamic OpenCL lib with the
default path for Ubuntu's ocl-icd-opencl-dev apt package.
- Various changes in the source code to resolve -Wall -Werror build
errors using cc 7.2.0.
* Remove beginning newlines from affected .c and .cl source files
* Include stdlib.h instead of malloc.h in ocl_util.c
This allows compilation on macOS
* Implement full macOS support
* Include better compiling instructions and add some comments to the Makefile
* Forgot to add an extra newline in the README
* Fix two comments inside of the Makefile
* Edit comments in Makefile
* Edit comments in Makefile... again
* Edit Makefile to provide proper static linking instructions
* Minor edits to utils.c
* Match wording in README
* Better comments in Makefile
* Small fix-ups in Makefile
* Spelling correction
* Update README.md
* Edit some Makefile comments
* Oops
* Improve compiling instructions
* Simple fix
* Make sure output buffers are flushed