aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2 from stapelberg/patch-1LibravatarLarge Libravatar Bram Stein2016-07-081-2/+2
|\ | | | | Link with -lm for log()
| * Link with -lm for log()LibravatarLarge Libravatar Michael Stapelberg2016-07-021-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/masterLibravatarLarge Libravatar Bram Stein2015-09-241-3/+3
|\ | | | | Update README.md with new executable names
| * Update README.md with new executable namesLibravatarLarge Libravatar matuzo2015-09-241-3/+3
|/
* Merge branch 'master' of github.com:bramstein/sfnt2woff-zopfliv1.0.1LibravatarLarge Libravatar Bram Stein2014-12-181-2/+2
|\
| * Update language.LibravatarLarge Libravatar Bram Stein2014-11-091-2/+2
| |
* | Rename executable to sfnt2woff-zopfli to differentiate between the original ↵v1.0.0LibravatarLarge Libravatar Bram Stein2014-12-181-4/+4
|/ | | | and the zopfli based one.
* Add README.LibravatarLarge Libravatar Bram Stein2014-11-091-0/+41
|
* Add MPL/Apache license for Mozilla & Google.LibravatarLarge Libravatar Bram Stein2014-11-091-0/+33
|
* Add myself as contributor to make Zopfli modifications available under the ↵LibravatarLarge Libravatar Bram Stein2014-11-091-0/+1
| | | | same terms as the original sfnt2woff code.
* Remove outdated comment.LibravatarLarge Libravatar Bram Stein2014-11-091-1/+0
|
* Initialise dest to NULL instead of 0 for consistency.LibravatarLarge Libravatar Bram Stein2014-11-091-1/+1
|
* Use Zopfli to compress metadata.LibravatarLarge Libravatar Bram Stein2014-11-091-9/+3
|
* Clean up object files.LibravatarLarge Libravatar Bram Stein2014-11-091-1/+1
|
* Fix bug with uninitialised variable.LibravatarLarge Libravatar Bram Stein2014-11-091-14/+3
|
* Add Zopfli files.LibravatarLarge Libravatar Bram Stein2014-11-0628-20/+4481
|
* initial commitLibravatarLarge Libravatar Bram Stein2014-10-206-0/+1969