index
:
pack
master
Serialisation and deserialisation in C similar to Python's struct library (WIP)
Tomasz Kramkowski <tomasz@kramkow.ski>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
add the PACK_TYPE_COUNT pack_type
Tomasz Kramkowski
2021-08-08
2
-1
/
+3
*
default.tool.do: make things cleaner hopefully
Tomasz Kramkowski
2021-08-08
1
-19
/
+19
*
factor unpack core into read_fields
Tomasz Kramkowski
2021-08-07
1
-69
/
+77
*
always va_end even when an error occurs
Tomasz Kramkowski
2021-08-07
3
-9
/
+17
*
set -o pipefail when it is necessary
Tomasz Kramkowski
2021-08-07
2
-2
/
+2
*
fix up missed pack_type chars
Tomasz Kramkowski
2021-08-06
2
-11
/
+14
*
README.md: move to using link references everywhere
Tomasz Kramkowski
2021-08-06
1
-15
/
+29
*
use xmacros to generate type related code
Tomasz Kramkowski
2021-08-06
3
-64
/
+65
*
add pack_type and pack_endian and use them
Tomasz Kramkowski
2021-08-06
5
-47
/
+68
*
remove unused 's' from getsize switch
Tomasz Kramkowski
2021-08-06
1
-1
/
+1
*
test: signal test failure with exit code
Tomasz Kramkowski
2021-08-06
1
-0
/
+5
*
cleanup readme
Tomasz Kramkowski
2021-08-06
1
-12
/
+17
*
Revert ".builds: use my own minimal/do version"
Tomasz Kramkowski
2021-08-06
5
-5
/
+5
*
make do-link executable from /usr/bin/env
Tomasz Kramkowski
2021-08-06
4
-6
/
+8
*
.builds: use my own minimal/do version
Tomasz Kramkowski
2021-08-06
5
-5
/
+5
*
implement do-link to simplify linking .do files
Tomasz Kramkowski
2021-08-06
4
-15
/
+11
*
default.o.do: rename compiler to tool
Tomasz Kramkowski
2021-08-06
1
-4
/
+4
*
sort .gitignore
Tomasz Kramkowski
2021-08-06
1
-1
/
+1
*
Implement compile_commands.json generation
Tomasz Kramkowski
2021-08-06
14
-18
/
+46
*
compile_flags.txt.do: use target flags for now
Tomasz Kramkowski
2021-08-06
1
-1
/
+1
*
README: Fix email addresses
Tomasz Kramkowski
2021-08-06
1
-2
/
+4
*
Update contributing and bugs information
Tomasz Kramkowski
2021-08-06
1
-3
/
+15
*
README: Sort and line up badges
Tomasz Kramkowski
2021-08-06
1
-8
/
+4
*
Fix license information content and format
Tomasz Kramkowski
2021-08-05
12
-11
/
+12
*
clean: fix all the non-redo-targets bugs
Tomasz Kramkowski
2021-08-05
1
-2
/
+2
*
Cross compilation support
Tomasz Kramkowski
2021-08-05
14
-48
/
+77
*
Define PRIuSIZE to avoid issues compiling with msvcrt
Tomasz Kramkowski
2021-08-05
3
-6
/
+18
*
Separate gcc specific warnings
Tomasz Kramkowski
2021-08-05
6
-9
/
+17
*
README: Make build health badges into a list
Tomasz Kramkowski
2021-08-05
1
-8
/
+10
*
README: Add alpine build health badge
Tomasz Kramkowski
2021-08-05
1
-0
/
+2
*
add builds.sr.ht manifest for alpine
Tomasz Kramkowski
2021-08-05
1
-0
/
+20
*
.parse-deps: No longer executable, called with sed -f
Tomasz Kramkowski
2021-08-05
3
-4
/
+3
*
add builds.sr.ht manifest for freebsd
Tomasz Kramkowski
2021-08-05
2
-1
/
+21
*
README: Add sourcehut build health badges
Tomasz Kramkowski
2021-08-05
1
-0
/
+5
*
README: mention apenwarr's minimal do
Tomasz Kramkowski
2021-08-05
1
-0
/
+4
*
add builds.sr.ht manifest for openbsd
Tomasz Kramkowski
2021-08-05
1
-0
/
+17
*
unpack.c: don't drop const in void * cast
Tomasz Kramkowski
2021-08-05
1
-1
/
+1
*
Add reference to -B-lm to README.md for OpenBSD
Tomasz Kramkowski
2021-08-05
1
-0
/
+4
*
Change to #!/usr/bin/env bash for openbsd portability
Tomasz Kramkowski
2021-08-05
10
-10
/
+19
*
fix .parse-deps when input spans multiple lines
Tomasz Kramkowski
2021-08-05
1
-2
/
+4
*
explicitly cast printf %p params to (void *)
Tomasz Kramkowski
2021-08-05
3
-3
/
+3
*
add builds.sr.ht manifest for archlinux
Tomasz Kramkowski
2021-08-05
1
-0
/
+21
*
configure: don't exit 1 when CC is not set
Tomasz Kramkowski
2021-08-05
1
-1
/
+1
*
.vars.rc.do: warnings array name corrected
Tomasz Kramkowski
2021-08-05
1
-1
/
+1
*
Update readme
Tomasz Kramkowski
2021-07-23
1
-3
/
+13
*
compile_flags.txt.do: fix shebang
Tomasz Kramkowski
2021-07-23
1
-1
/
+1
*
Move ieee754b functions to their own file
Tomasz Kramkowski
2021-07-23
5
-39
/
+63
*
common.h: Fix include guards
Tomasz Kramkowski
2021-07-23
1
-4
/
+4
*
Remove scripts/license_headers checker
Tomasz Kramkowski
2021-07-22
1
-14
/
+0
*
.parse-depfile -> .parse-deps - as it's no longer used with files
Tomasz Kramkowski
2021-07-22
3
-3
/
+3
[next]