The v12.1 toolchain includes some new features, bugfixes, and improvements! 🎉
Thanks to all the contributors!
This is primarily a bugfix release over 12.0, as well as supplying both native intel&ARM binaries for macOS!
Getting Started
Check out the CE C/C++ Toolchain Documentation.
Downloads
Windows: CEdev-Windows.zip
Linux: CEdev-Linux.tar.gz
macOS (intel): CEdev-macOS-intel.dmg
macOS (arm): CEdev-macOS-arm.dmg
Changelog
-
New features
- Added convbin support for bundles by @mateoconlechuga
- Added
isblank
function by @mateoconlechuga - Added
_fpclassifyf
and_isnormalf
by @ZERICO2005 - Added both intel+arm macOS releases by @adriweb
-
Bugfixes
- Fixed
_isinf
function by @runer112 - Fixed
__ftoll
ABI and left shift amount by @calc84maniac - Fixed graphx line clipping issue (#353) by @mateoconlechuga
- Fixed
msd_Close
msddrvce freezing issue (#477) by @mateoconlechuga - Fixed multiple issues with
inchar
/outchar
andfget
/fput
functions by @mateoconlechuga - Fixed some memory leaks in convimg by @mateoconlechuga
- Fixed
-
Improvements:
- Optimized all
isxxxxx
ctype.h functions by @calc84maniac / @mateoconlechuga - The
inchar
function now returnsint
to support EOF by @mateoconlechuga
- Optimized all
For a breakdown of changes, please see the changelog file.