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 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
*
default.o.do: Remove the need for a temporary depfile
Tomasz Kramkowski
2021-07-21
2
-6
/
+4
*
Make clean use redo-targets if it exists
Tomasz Kramkowski
2021-07-18
1
-2
/
+6
*
Do not store .d files permanently. Use tempfiles
Tomasz Kramkowski
2021-07-18
3
-3
/
+5
*
README fix list indentation
Tomasz Kramkowski
2021-07-15
1
-12
/
+12
*
Remove trailing whitespace
Tomasz Kramkowski
2021-07-15
1
-1
/
+1
*
README updates
Tomasz Kramkowski
2021-07-15
1
-3
/
+4
*
-fdiagnostics-colour -> color
Tomasz Kramkowski
2021-07-15
1
-2
/
+2
*
Generate .config.rc (now .vars.rc) with redo
Tomasz Kramkowski
2021-07-15
9
-59
/
+103
[next]