summaryrefslogtreecommitdiff
path: root/tools/asm_processor/build.py
AgeCommit message (Collapse)Author
2022-06-12Enable more IDO warnings and apply fixes (#1264)Roman971
* Update asm-processor and fix includes with EARLY * Enable more IDO warnings and disable unwanted warning 516 * Fix most new and remaining warnings * Improve skelanime comment * Improve asmproc pragma comment Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> * Add suggested comment for a wrong prototype * Update asm-processor with the latest fix Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
2021-05-02Update asm-processor and add make dependencies for global asm and early ↵Roman971
includes (#801) * Update asm-processor to latest master * Add make dependencies for global asm and early includes * Update asm-processor to latest master
2020-10-18Small asm-processor optimization (#459)zelda2774
Co-authored-by: zelda2774 <zelda2774@invalid>
2020-03-20Fixing build to successfully stop on failureEthan Roseman
2020-03-17First proper commit.Jack Walker