- Fixed signed/unsigned type mismatches.
- Small fix to stop a compiler warning with gcc11, which raised a WARNING.
- Small fix to stop a compiler warning with clang 10, which raised a WARNING.
- Small fix to stop a compiler warning from the
-Wparentheses
flag, which raised a WARNING.
- Small fix for compilation on Windows.
- Fixed compilation issues on Windows when it does not have short filename support (at the suggestion of Tomas Kalibera).
- Fixed compilation on Windows for R 3.3.
- Made compiler warnings go away, because new version of R CMD check gives warning on compiler warnings.
- Changed license line in DESCRIPTION to LICENSE, and addded LICENSE file.
- Changed license line in DESCRIPTION to BSD_3_clause.
-
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.