You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Corrected a missing defined check in the 64/32-bit architecture detection macro for GCC to ensure proper platform compatibility on systems using aarch64. (#265)
Fixed "ClientApiTest.client_info_version_test" to no longer require environment variables being set for test to pass. (#263)
Developer enhancements:
Created a new action added to generate a report and patch file for code styling. (#261)
Created a new action to check CMake flag compatibility and generate a test report, improving build accuracy. (#264)
Optimized some action completion times by up to 50-65%, providing faster feedback to accelerate the development cycle. (#261)