This website requires JavaScript.
Explore
Help
Sign In
go
/
bindata
Watch
1
Star
0
Fork
0
You've already forked bindata
Code
Issues
Pull Requests
Releases
Wiki
Activity
22
Commits
1
Branch
15
Tags
1.1
MiB
c2d800d607
Commit Graph
2 Commits
Author
SHA1
Message
Date
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