CE C/C++ Toolchain (10.2)
The v10.2 toolchain includes some new features, improvements, and bugfixes! 🎉
Thanks to all the contributors!
Getting Started
Check out the CE C/C++ Toolchain Documentation.
Downloads
Windows: CEdev-Windows.zip
Linux: CEdev-Linux.tar.gz
macOS: CEdev-macOS.dmg
CE Libraries
Download the latest CE Libraries to fully utilize the CE C/C++ Toolchain.
These libraries add runtime support for fast graphics, file access, keypad integration, and more.
Documentation for the libraries can be found here.
Changelog
- Add
os_Eval
andos_EvalVar
for direct evaluation of equations by @mateoconlechuga - Fix comparison of int32_t and int64_t by @runer112.
- Fix
printf
when printing certain floating point values by @mateoconlechuga. - Add automated DMG code signing / notarization for nightly macOS builds by @adriweb.
- Fix printing of
int32_t
by @jacobly0. - Fix
gfx_FloodFill
issue on bottom on screen wrapping by @mateoconlechuga. - Updated and improved
convfont
support with text-based fonts by @drdnar. - Change the type of CLOCKS_PER_SECOND to match clock_t by @commandblockguy.
- Deprecate
TI_REAL_TYPE
andti_Ans
style of macros by @mateoconlechuga. - Deprecate
sk_key_t
andti_var_t
typedefs by @mateoconlechuga. - Compiler fix for missing register class check by @jacobly0.
- Added comments for 8XP programs in
convbin
by @mateoconlechuga. - Added transparent pixel support in
convimg
by @mateoconlechuga. - General documentation updates and improvements.
For a much more detailed list of changes, please see the changelog file.