| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Link with -lm for log() | 2016-07-02 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | Without this change, I’m getting the following error: ``` cc blocksplitter.c cache.c deflate.c gzip_container.c hash.c katajainen.c lz77.c squeeze.c tree.c util.c zlib_container.c zopfli_lib.c woff.c sfnt2woff.c -o sfnt2woff-zopfli -lz /tmp/ccMWhalm.o: In function `ZopfliCalculateEntropy': tree.c:(.text+0x290): undefined reference to `log' tree.c:(.text+0x2c7): undefined reference to `log' tree.c:(.text+0x375): undefined reference to `log' collect2: error: ld returned 1 exit status Makefile:6: recipe for target 'sfnt2woff-zopfli' failed make: *** [sfnt2woff-zopfli] Error 1 ``` The manpage `log(3)` mentions “Link with -lm.”, which this change does. | ||||
| * | Merge pull request #1 from matuzo/master | 2015-09-24 | 1 | -3/+3 | |
| |\ | | | | | Update README.md with new executable names | ||||
| | * | Update README.md with new executable names | 2015-09-24 | 1 | -3/+3 | |
| |/ | |||||
| * | Merge branch 'master' of github.com:bramstein/sfnt2woff-zopfliv1.0.1 | 2014-12-18 | 1 | -2/+2 | |
| |\ | |||||
| | * | Update language. | 2014-11-09 | 1 | -2/+2 | |
| | | | |||||
| * | | Rename executable to sfnt2woff-zopfli to differentiate between the original ↵v1.0.0 | 2014-12-18 | 1 | -4/+4 | |
| |/ | | | | and the zopfli based one. | ||||
| * | Add README. | 2014-11-09 | 1 | -0/+41 | |
| | | |||||
| * | Add MPL/Apache license for Mozilla & Google. | 2014-11-09 | 1 | -0/+33 | |
| | | |||||
| * | Add myself as contributor to make Zopfli modifications available under the ↵ | 2014-11-09 | 1 | -0/+1 | |
| | | | | | same terms as the original sfnt2woff code. | ||||
| * | Remove outdated comment. | 2014-11-09 | 1 | -1/+0 | |
| | | |||||
| * | Initialise dest to NULL instead of 0 for consistency. | 2014-11-09 | 1 | -1/+1 | |
| | | |||||
| * | Use Zopfli to compress metadata. | 2014-11-09 | 1 | -9/+3 | |
| | | |||||
| * | Clean up object files. | 2014-11-09 | 1 | -1/+1 | |
| | | |||||
| * | Fix bug with uninitialised variable. | 2014-11-09 | 1 | -14/+3 | |
| | | |||||
| * | Add Zopfli files. | 2014-11-06 | 28 | -20/+4481 | |
| | | |||||
| * | initial commit | 2014-10-20 | 6 | -0/+1969 | |