aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test.c: add simple unpack_struct testTomasz Kramkowski2021-08-111-0/+46
* implement unpack_structTomasz Kramkowski2021-08-112-0/+73
* make [HT]CC full paths for redo-ifchange in .toolTomasz Kramkowski2021-08-112-1/+7
* add bash ft modelines to bash do filesTomasz Kramkowski2021-08-087-0/+7
* add the PACK_TYPE_COUNT pack_typeTomasz Kramkowski2021-08-082-1/+3
* default.tool.do: make things cleaner hopefullyTomasz Kramkowski2021-08-081-19/+19
* factor unpack core into read_fieldsTomasz Kramkowski2021-08-071-69/+77
* always va_end even when an error occursTomasz Kramkowski2021-08-073-9/+17
* set -o pipefail when it is necessaryTomasz Kramkowski2021-08-072-2/+2
* fix up missed pack_type charsTomasz Kramkowski2021-08-062-11/+14
* README.md: move to using link references everywhereTomasz Kramkowski2021-08-061-15/+29
* use xmacros to generate type related codeTomasz Kramkowski2021-08-063-64/+65
* add pack_type and pack_endian and use themTomasz Kramkowski2021-08-065-47/+68
* remove unused 's' from getsize switchTomasz Kramkowski2021-08-061-1/+1
* test: signal test failure with exit codeTomasz Kramkowski2021-08-061-0/+5
* cleanup readmeTomasz Kramkowski2021-08-061-12/+17
* Revert ".builds: use my own minimal/do version"Tomasz Kramkowski2021-08-065-5/+5
* make do-link executable from /usr/bin/envTomasz Kramkowski2021-08-064-6/+8
* .builds: use my own minimal/do versionTomasz Kramkowski2021-08-065-5/+5
* implement do-link to simplify linking .do filesTomasz Kramkowski2021-08-064-15/+11
* default.o.do: rename compiler to toolTomasz Kramkowski2021-08-061-4/+4
* sort .gitignoreTomasz Kramkowski2021-08-061-1/+1
* Implement compile_commands.json generationTomasz Kramkowski2021-08-0614-18/+46
* compile_flags.txt.do: use target flags for nowTomasz Kramkowski2021-08-061-1/+1
* README: Fix email addressesTomasz Kramkowski2021-08-061-2/+4
* Update contributing and bugs informationTomasz Kramkowski2021-08-061-3/+15
* README: Sort and line up badgesTomasz Kramkowski2021-08-061-8/+4
* Fix license information content and formatTomasz Kramkowski2021-08-0512-11/+12
* clean: fix all the non-redo-targets bugsTomasz Kramkowski2021-08-051-2/+2
* Cross compilation supportTomasz Kramkowski2021-08-0514-48/+77
* Define PRIuSIZE to avoid issues compiling with msvcrtTomasz Kramkowski2021-08-053-6/+18
* Separate gcc specific warningsTomasz Kramkowski2021-08-056-9/+17
* README: Make build health badges into a listTomasz Kramkowski2021-08-051-8/+10
* README: Add alpine build health badgeTomasz Kramkowski2021-08-051-0/+2
* add builds.sr.ht manifest for alpineTomasz Kramkowski2021-08-051-0/+20
* .parse-deps: No longer executable, called with sed -fTomasz Kramkowski2021-08-053-4/+3
* add builds.sr.ht manifest for freebsdTomasz Kramkowski2021-08-052-1/+21
* README: Add sourcehut build health badgesTomasz Kramkowski2021-08-051-0/+5
* README: mention apenwarr's minimal doTomasz Kramkowski2021-08-051-0/+4
* add builds.sr.ht manifest for openbsdTomasz Kramkowski2021-08-051-0/+17
* unpack.c: don't drop const in void * castTomasz Kramkowski2021-08-051-1/+1
* Add reference to -B-lm to README.md for OpenBSDTomasz Kramkowski2021-08-051-0/+4
* Change to #!/usr/bin/env bash for openbsd portabilityTomasz Kramkowski2021-08-0510-10/+19
* fix .parse-deps when input spans multiple linesTomasz Kramkowski2021-08-051-2/+4
* explicitly cast printf %p params to (void *)Tomasz Kramkowski2021-08-053-3/+3
* add builds.sr.ht manifest for archlinuxTomasz Kramkowski2021-08-051-0/+21
* configure: don't exit 1 when CC is not setTomasz Kramkowski2021-08-051-1/+1
* .vars.rc.do: warnings array name correctedTomasz Kramkowski2021-08-051-1/+1
* Update readmeTomasz Kramkowski2021-07-231-3/+13
* compile_flags.txt.do: fix shebangTomasz Kramkowski2021-07-231-1/+1