Age | Commit message (Expand) | Author |
2024-10-08 | build: actually build pcsx-redux bios on release | Leah Rowe |
2024-07-28 | lib.sh: new function mk() to handle trees in bulk | Leah Rowe |
2024-07-26 | general code cleanup in the build system | Leah Rowe |
2024-07-22 | support ./mk in place of ./update trees | Leah Rowe |
2024-07-19 | put cachedir in environmental variable | Leah Rowe |
2024-07-18 | build: remove tmp/ on release archives | Leah Rowe |
2024-07-17 | build: remove cache/ on making releases | Leah Rowe |
2024-07-17 | trees: auto-delete+auto-rebuild if project changes | Leah Rowe |
2024-07-07 | rom.sh: new file, to replace script/roms | Leah Rowe |
2024-06-30 | trees: handle all projects if project undefined | Leah Rowe |
2024-06-27 | remove use of _xm variable in the build system | Leah Rowe |
2024-06-27 | lib.sh: move git_err() to build | Leah Rowe |
2024-06-27 | build: don't rm TMPDIR if it's /tmp | Leah Rowe |
2024-06-27 | lib.sh: simplified TMPDIR handling | Leah Rowe |
2024-06-22 | use backticks on eval commands, not subshells | Leah Rowe |
2024-06-22 | lib.sh: remove badcmd() | Leah Rowe |
2024-06-16 | build: remove unused variables | Leah Rowe |
2024-06-14 | lib.sh: remove the items() function | Leah Rowe |
2024-06-09 | minor code cleanup in the build system | Leah Rowe |
2024-06-09 | build: also make a lock file during release build | Leah Rowe |
2024-06-09 | create a lock file during builds | Leah Rowe |
2024-06-06 | don't use build.list to detect multi-tree projects | Leah Rowe |
2024-06-05 | move id check to lib.sh too | Leah Rowe |
2024-06-05 | move root check to lib.sh (bugfix) | Leah Rowe |
2024-06-05 | bugfix: move dependencies handling to lib.sh | Leah Rowe |
2024-06-03 | better help text on invalid commands | Leah Rowe |
2024-06-02 | build: print the project website address on help | Leah Rowe |
2024-05-30 | delete u-boot test/lib/strlcat.c using nuke() | Leah Rowe |
2024-05-26 | rename include/option.sh to include/lib.sh | Leah Rowe |
2024-05-26 | general code cleanup in the build system | Leah Rowe |
2024-05-25 | build: simplify git_init() | Leah Rowe |
2024-05-25 | build: do root check before git check | Leah Rowe |
2024-05-25 | build: simplify git checks | Leah Rowe |
2024-05-24 | build: hide git-init output | Leah Rowe |
2024-05-19 | more minor cleanup in the build system | Leah Rowe |
2024-05-19 | build/roms: rename moverom to copyrom | Leah Rowe |
2024-05-19 | minor code cleanup in the build system | Leah Rowe |
2024-05-18 | git.sh: Remove .git if XBMK_RELEASE=y | Leah Rowe |
2024-05-16 | build: remove initcmd() and simplify main() | Leah Rowe |
2024-05-16 | build: initialise git first (before commands) | Leah Rowe |
2024-05-16 | build: remove excmd() and simplify main() | Leah Rowe |
2024-05-16 | build: don't make script_path a global variable | Leah Rowe |
2024-05-16 | lbmk: allow easier sync with cbmk | Leah Rowe |
2024-05-15 | remove help commands (user should read docs) | Leah Rowe |
2024-05-15 | option.sh: delete check_git() | Leah Rowe |
2024-05-15 | build: define "xp" in the global variables | Leah Rowe |
2024-05-15 | build: simplify for loop in fetch_trees() | Leah Rowe |
2024-05-15 | build: simplified downloads in fetch_trees() | Leah Rowe |
2024-05-15 | ./build release: don't do u-boot-only archives | Leah Rowe |
2024-05-15 | build: use utc+0 when initialising git repo dates | Leah Rowe |