CE C/C++ Toolchain (v12.1)
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
isblankfunction by @mateoconlechuga - Added
_fpclassifyfand_isnormalfby @ZERICO2005 - Added both intel+arm macOS releases by @adriweb
-
Bugfixes
- Fixed
_isinffunction by @runer112 - Fixed
__ftollABI and left shift amount by @calc84maniac - Fixed graphx line clipping issue (#353) by @mateoconlechuga
- Fixed
msd_Closemsddrvce freezing issue (#477) by @mateoconlechuga - Fixed multiple issues with
inchar/outcharandfget/fputfunctions by @mateoconlechuga - Fixed some memory leaks in convimg by @mateoconlechuga
- Fixed
-
Improvements:
- Optimized all
isxxxxxctype.h functions by @calc84maniac / @mateoconlechuga - The
incharfunction now returnsintto support EOF by @mateoconlechuga
- Optimized all
For a breakdown of changes, please see the changelog file.