Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-03 | Fix indentation. | luckytyphlosion | |
2022-01-03 | Add helpful error checks for common user errors. | luckytyphlosion | |
2021-08-09 | Fix compilation on BSD make (from pizza2004). | luckytyphlosion | |
Long-term, this should be fixed by just requiring macOS to use GNU make (probably via setting some alias), but this change is really overdue and not having a macOS computer makes this harder to test. | |||
2021-01-25 | Fix builds on xcode 12+ | luckytyphlosion | |
Enforce the use of -Werror-implicit-function-declaration for all platforms to catch this. See: https://developer.apple.com/documentation/xcode-release-notes/xcode-12-release-notes | |||
2020-12-16 | Check for $(DEVKITARM) first before checking for $(DEVKITARM)/bin | luckytyphlosion | |
2020-12-16 | Check $(DEVKITARM)/bin instead of $(DEVKITARM)/base_tools | luckytyphlosion | |
Rationale: uninstalling devkitarm doesn't remove base_tools, but removes bin. If the binaries exist but not base_tools, then the user clearly wants to install using dkA. Otherwise, if base_tools exists but not binaries, it is possible that the user wants to use standalone arm-none-eabi binaries. | |||
2020-11-25 | Add support for building agbcc without devkitPro | luckytyphlosion | |
2020-02-15 | Merge pull request #30 from camthesaxman/arm_support | huderlem | |
Build ARM compiler | |||
2020-02-03 | Add .travis.yml | PikalaxALT | |
2020-02-03 | No more __STDC__ warning in libc | Scott Norton | |
2020-01-31 | Patch get_run_time and add arm compiler to install.sh | PikalaxALT | |
2020-01-30 | delete test suite | camthesaxman | |
2020-01-30 | make clean is broken | camthesaxman | |
2020-01-30 | make ARM compiler build on Windows | camthesaxman | |
2020-01-29 | ignore build artifacts | camthesaxman | |
2020-01-29 | don't autogenerate c-parse.c and c-parse.h; don't link libiberty.a | camthesaxman | |
2020-01-29 | add some more files | camthesaxman | |
2020-01-29 | add old compiler with ARM support | camthesaxman | |
2019-08-06 | Merge pull request #29 from aaaaaa123456789/master | luckytyphlosion | |
Fix Makefiles to account for the $CC and $CXX environment | |||
2019-08-06 | Fix Makefiles to account for the $CC and $CXX environment | aaaaaa123456789 | |
2019-05-06 | Merge pull request #26 from 916253/patch-1 | huderlem | |
Remove trailing slash to fix macOS compatibility | |||
2019-05-06 | Merge pull request #27 from pret/revert-22-master | huderlem | |
Revert "install headers into tools/agbcc/include" | |||
2019-05-06 | Revert "install headers into tools/agbcc/include" | huderlem | |
2019-05-06 | Merge pull request #22 from garakmon/master | huderlem | |
install headers into tools/agbcc/include | |||
2019-04-29 | Remove trailing slash to fix macOS compatibility | Emma | |
BSD utilities on macOS do not ignore trailing slashes in commands, which results in this script incorrectly copying files to /tools/agbcc, rather than the intended /tools/agbcc/include. Removing the trailing slash should prevent this from happening, and allow macOS users to use the tool as intended. | |||
2018-07-18 | install headers into tools/agbcc/include | Garak | |
as long as there is not a `/` after include, this should not make a new directory in `tools/agbcc/include/` | |||
2018-05-26 | Merge pull request #21 from huderlem/tools | Marcus Huderle | |
Use devkitarm's configured tools | |||
2018-05-26 | Use devkitarm's configured tools | Marcus Huderle | |
2018-05-25 | Merge pull request #20 from yui-konnu/master | Marcus Huderle | |
Another macOS fix | |||
2018-04-08 | Use preprocessor from devkitARM | yui | |
2018-04-08 | Changes to compile on Mac | yui | |
2018-04-06 | Merge pull request #12 from camthesaxman/fhex-asm | Marcus Huderle | |
avoid assembler warning when using -fhex-asm | |||
2018-04-06 | Merge pull request #8 from NieDzejkob/stop-on-error | Marcus Huderle | |
Stop the script on the first error using the set -e command | |||
2017-12-27 | Merge pull request #16 from ProjectRevoTPP/libc_fix | yenatch | |
Libc fix | |||
2017-12-27 | fix | ProjectRevoTPP | |
2017-12-27 | Merge branch 'libc' of https://github.com/ProjectRevoTPP/agbcc | ProjectRevoTPP | |
2017-12-27 | please actually work this time im asking nicely | ProjectRevoTPP | |
2017-12-27 | Merge pull request #15 from ProjectRevoTPP/libc | Marcus Huderle | |
revo is dumb | |||
2017-12-27 | idiot, don't try to change that | ProjectRevoTPP | |
2017-12-27 | Makefile update | ProjectRevoTPP | |
2017-12-27 | gitignore is dumb | ProjectRevoTPP | |
2017-12-27 | Merge pull request #13 from ProjectRevoTPP/libc | Marcus Huderle | |
add libc building to agbcc. | |||
2017-12-21 | install.sh comment | ProjectRevoTPP | |
2017-12-21 | Merge branch 'master' of https://github.com/sceptillion/agbcc into libc | ProjectRevoTPP | |
2017-12-20 | fix more 64-bit float bugs | sceptillion | |
2017-12-20 | dont forget to be recursive | ProjectRevoTPP | |
2017-12-20 | move libc/include/ to agbcc/include/ in install.sh. | ProjectRevoTPP | |
2017-12-20 | tab to spaces | ProjectRevoTPP | |
2017-12-20 | add libc building to agbcc. | ProjectRevoTPP | |
2017-12-16 | Merge pull request #11 from camthesaxman/64bit | Marcus Huderle | |
finally fix 64-bit |