Age | Commit message (Expand) | Author |
2015-03-06 | Yank $STRIP from config (and STRIP=no weirdness) and just allow strip to fail. | Rob Landley |
2015-03-04 | scripts/mkflags.c : main function need return 0 if normal exit | Hyejin Kim |
2015-02-28 | Add LDFLAGS and STRIP=no support. | Rob Landley |
2015-02-14 | Fix --help for single.sh builds. | Rob Landley |
2015-02-14 | Move guts of "make change" to scripts/change.sh, don't try to build sh or hel... | Rob Landley |
2015-02-07 | Build standalone commands where "depends on" config entries need to be switch... | Rob Landley |
2015-01-16 | AOSP master has <pty.h> and builds netcat/nc. | Elliott Hughes |
2015-01-02 | Need to update install.c for the changed OLDTOY() argument list. | Rob Landley |
2015-01-01 | Tweak status.html | Rob Landley |
2014-12-31 | Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac... | Rob Landley |
2014-12-23 | those of us who need to check in generated files find that 'tr' and | Elliott Hughes |
2014-12-13 | Oops. xfork() moved to portability.c and the config2help.c build wasn't inclu... | Rob Landley |
2014-12-11 | here's a patch that should let us replace toolbox's chcon. | Elliott Hughes |
2014-11-28 | Improve error reporting in parallel build. (On error, wait for all children t... | Rob Landley |
2014-11-28 | When running a test, the diff is always an ascii diff, not binary. | Rob Landley |
2014-11-28 | Add "make change" target to build the big toybox binary as a bunch of little ... | Rob Landley |
2014-11-19 | Fixups for the android/bionic build probes patch. | Rob Landley |
2014-11-19 | probe for getspnam(), forkpty(), utmpx, replace sethostname() | Isaac Dunham |
2014-11-14 | Add color support for scripts/test.sh and new SKIP_HOST for tests expected to... | Rob Landley |
2014-09-27 | Multi-build single.sh should exit with an error when build breaks. | Rob Landley |
2014-09-27 | Allow single.sh to build more than one command per invocation. | Rob Landley |
2014-09-20 | Delete generated/README.txt (the contents are in code.html now) so clean can ... | Rob Landley |
2014-09-20 | Remove debug echo checked in by mistake. | Rob Landley |
2014-09-20 | Move testsuite out of scripts/test into its own top level tests directory, an... | Rob Landley |
2014-09-20 | Give library probe a progress indicator, and use 150% of detected CPUs to try... | Rob Landley |
2014-09-11 | Create a generated/build.sh with a single compiler command line to rebuild th... | Rob Landley |
2014-09-11 | Oops, unbreak make.sh. | Rob Landley |
2014-09-09 | Make tweaks: collate generated/*.o files into their own subdirectory, add PIP... | Rob Landley |
2014-09-04 | Don't hang for $CPUS=1. | Rob Landley |
2014-09-03 | Testsuites for toybox command - "tar", "bzcat", "xzcat", "zcat" and "hostname". | Divya Kothari |
2014-09-03 | chmod testsuite and link testsuite. | Divya Kothari |
2014-08-31 | More parallel build tweaks. | Rob Landley |
2014-08-30 | Old compilers complain about linker options passed with -c, so split out $LDO... | Rob Landley |
2014-08-30 | Another fix from Johan Bergstr?m, using the gnu/dammit version of sort on the... | Rob Landley |
2014-08-30 | Add VERBOSE=fail to "make tests", based on suggestion from Johan Bergstr?m. | Rob Landley |
2014-08-24 | Fix parallel make not always catching errors before link time. | Rob Landley |
2014-08-12 | Enable a command's sub-options in single builds. | Rob Landley |
2014-08-09 | Parallelize the build. (set CPUS=1 to force single processor build, or anothe... | Rob Landley |
2014-08-02 | Add --help support to single.sh builds. | Rob Landley |
2014-08-01 | Add factor. | Rob Landley |
2014-07-27 | Patch from Isaac Dunham to work around the deficiencies in musl's regex engin... | Rob Landley |
2014-07-21 | Have single.sh enable I18N and FLOAT. | Rob Landley |
2014-07-14 | Implement -HL for cp. | Rob Landley |
2014-07-04 | Cut down from 1000+ file attribute tests to a more manageable number. | Rob Landley |
2014-07-04 | I have developed few testsuites for toybox commands - | Divya Kothari |
2014-07-03 | Have "make test" run tests in testdir/testdir instead of same directory as co... | Rob Landley |
2014-06-28 | Add fallocate probe for uClibc. | Rob Landley |
2014-06-26 | I have developed few testsuite for toybox commands - ls, ln, rm, mv, printf, ... | Divya Kothari |
2014-06-09 | host needs -lresolv | Rob Landley |
2014-06-08 | Isaac Dunham also reported that some diff implementations can't handle nonsee... | Rob Landley |