Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-30 | 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 | |||
2017-10-26 | avoid assembler warning when using -fhex-asm | camthesaxman | |
2017-10-26 | finally fix 64-bit | camthesaxman | |
2017-05-14 | Stop the script on the first error using the set -e command | NieDzejkob | |
2016-10-23 | add stdint.h | YamaArashi | |
2016-10-18 | fix bug with -fhex-asm and negative integers | YamaArashi | |
2016-09-28 | go back to 32-bit | YamaArashi | |