This website requires JavaScript.
Tutki
Apua
Kirjaudu sisään
go
/
bindata
Tarkkaile
1
Tähti
0
Fork
0
You've already forked bindata
Koodi
Ongelmat
Pull-pyynnöt
Julkaisut
Wiki
Toiminta
22
Commitit
1
Haara
15
Tagit
1,1
MiB
c2d800d607
Commit Graph
2 Commitit
Tekijä
SHA1
Viesti
Päivämäärä
jim teeuwen
37af2a4b27
Fix generated code for both compressed and uncompressed modes. We now no longer require a memcpy to read the static file data and can get it directly from the .rodata section. This addresses issue
#1
2012-06-13 14:17:25 +02:00
jim teeuwen
384e0cafe9
Added -u flag. When this is supplied to the program, no compression of the input data will take place. This also means the generated source code changes from a function to a global variable. The function is only there because it has to decompress the binary data. When no compression is used, this is obviously not necessary. Default behaviour is still the same (with compression) so existing code using this program will not break. Fixed README to reflect new behaviour. Added new testdata examples for both compressed and uncompressed output.
2012-03-28 01:39:01 +02:00