Added Authors@R field in description to comply with CRAN requirements
Update to fix a CRAN warning (using non partable flags during compilation)
Maintainer change. Frederic Bertrand is now the maintainer of the package. (https://github.com/wch/Rttf2pt1/issues/25#issuecomment-3320579566).
Fixed C code compilation warnings : -Wcomment, -Wparentheses, -Wunused-function, -Wunused-label, -Wunused-but-set-variable, -Wdeprecated-declarations, -Wuninitialized
Fixed gcc-ASAN -Wstringop-overflow issue
Fixed include of <netinet/in.h> on Windows systems
Fixed -Wimplicit-function-declaration in Windows CRAN checks
Fixed FIXED issue, -Wmaybe-uninitialized, -Wunused-but-set-variable, -Wunused-function, -Wcomment, -Wparentheses, -Wformat, -Wformat-extra-args in Windows CRAN checks
Added lib to windows makefile
Added basic unit tests
ttf2pt1
to crashe, and cause the message
No FontName. Skipping.
to appear. (#20)-Wformat
and
-Wformat-pedantic
warnings, which raise significant
warnings on R-devel. (#16, #18)-Wparentheses
flag, which raised a WARNING.Force building a 32-bit binary for Windows, by adding the
-m32
flag to gcc in src/Makefile.win, because CRAN builds a
64-bit binary by default, which doesn’t work on all systems.
Added a fallback check for the exec/i386/ directory on Mac, because CRAN puts it there by default.
Changed the format of the author list in DESCRIPTION.