]>
git.mdlowis.com Git - projs/atf.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael D. Lowis [Wed, 22 Feb 2017 01:54:29 +0000 (20:54 -0500)]
Remove unused config.mk
Michael D. Lowis [Wed, 22 Feb 2017 01:48:02 +0000 (20:48 -0500)]
Updated README and removed unnecessary macro from atf.h
Michael D. Lowis [Tue, 21 Feb 2017 22:20:20 +0000 (17:20 -0500)]
added mocked out exit function for testing of exit codes without terminating the test process
Michael D. Lowis [Sat, 18 Feb 2017 01:37:36 +0000 (20:37 -0500)]
added macro to ignore a test
Michael D. Lowis [Sat, 18 Feb 2017 01:36:38 +0000 (20:36 -0500)]
changed license to ISC in license.md.
Michael D. Lowis [Sat, 18 Feb 2017 00:39:43 +0000 (19:39 -0500)]
Changed license from BSD 2-clause to ISC. Pretty much the same terms but with less words. Licenses is now embedded in the file header comment in atf.h
Mike Lowis [Fri, 26 Aug 2016 18:32:54 +0000 (14:32 -0400)]
minor cleanup of atf.h
Mike Lowis [Fri, 26 Aug 2016 18:16:59 +0000 (14:16 -0400)]
Restructured repo and combined .c file with header to ease integration with new projects
Mike Lowis [Wed, 30 Dec 2015 12:44:42 +0000 (12:44 +0000)]
Added distribution tarball tasks to the makefile
Michael D. Lowis [Wed, 30 Dec 2015 03:36:40 +0000 (22:36 -0500)]
Added config.mk for user-specific configuration
Michael D. Lowis [Sun, 29 Nov 2015 21:34:09 +0000 (16:34 -0500)]
Switched to a simple posix-compliant makefile. Stop trying to be fancy.
Mike D. Lowis [Tue, 7 Apr 2015 12:57:14 +0000 (08:57 -0400)]
Added text representation of signal name to crash output
Michael D. Lowis [Tue, 29 Jul 2014 00:39:31 +0000 (20:39 -0400)]
Added example tests
Michael D. Lowis [Mon, 28 Jul 2014 20:34:01 +0000 (16:34 -0400)]
Add first crack at ATF
Mike Lowis [Mon, 28 Jul 2014 19:19:37 +0000 (15:19 -0400)]
Initial commit