rageworx / libsrcnn

Super-Resolution imaging with Convolutional Neural Network library for G++, Non-OpenCV model.
http://rageworx.pe.kr/search/SRCNN
GNU Lesser General Public License v3.0
16 stars 1 forks source link

Updating makefiles for modern environments #11

Open rageworx opened 1 year ago

rageworx commented 1 year ago

macOS updated to 13 ( Darwin 22 ) with new clang. Maybe need to update code compatibility with latest clang standard, also other compilers - MinGW-W64 g++ 12. Linux is not an option for now because my systems are running older version of Linux kernel and g++.

Compatibility goals