CE C/C++ Toolchain (10.2)
·
1015 commits
to master
since this release
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_Evalandos_EvalVarfor direct evaluation of equations by @mateoconlechuga - Fix comparison of int32_t and int64_t by @runer112.
- Fix
printfwhen printing certain floating point values by @mateoconlechuga. - Add automated DMG code signing / notarization for nightly macOS builds by @adriweb.
- Fix printing of
int32_tby @jacobly0. - Fix
gfx_FloodFillissue on bottom on screen wrapping by @mateoconlechuga. - Updated and improved
convfontsupport with text-based fonts by @drdnar. - Change the type of CLOCKS_PER_SECOND to match clock_t by @commandblockguy.
- Deprecate
TI_REAL_TYPEandti_Ansstyle of macros by @mateoconlechuga. - Deprecate
sk_key_tandti_var_ttypedefs by @mateoconlechuga. - Compiler fix for missing register class check by @jacobly0.
- Added comments for 8XP programs in
convbinby @mateoconlechuga. - Added transparent pixel support in
convimgby @mateoconlechuga. - General documentation updates and improvements.
For a much more detailed list of changes, please see the changelog file.