Commit Graph

17 Commits

Author SHA1 Message Date
rsheeter 914faa323d Merge pull request #72 from JLHwung/fix-macos-compilation-error
remove illegal `-f' ar option on Darwin
2017-10-05 11:27:29 -07:00
Eugene Kliuchnikov f07f3fb803 Pull brotli v1.0.0 2017-09-25 11:12:52 +02:00
Rod Sheeter a3c61ecad8 Add woff2_info 2017-07-27 09:37:28 -07:00
Rod Sheeter cbea7b962e Make it possible to disable noisy logging in support of #348 2017-03-06 10:30:05 -08:00
Eugene Kliuchnikov a9d21c7d0b Fix fuzzer library linkage (missing dictionary.o) 2017-02-25 18:05:38 +01:00
rsheeter cdd19711f4 Merge branch 'master' into master 2017-02-23 13:09:01 -08:00
J Huang 58bb16a546 remove illegal `-r' ar option on Darwin 2017-02-12 10:41:15 +08:00
Rod Sheeter 8109a2cc2b Add fuzzers for consumption by https://github.com/google/oss-fuzz 2017-01-03 16:21:48 -08:00
Eugene Kliuchnikov 9db42c09e9 Roll new brotli version. 2016-12-06 11:14:53 +01:00
Rod Sheeter b220918cab Stop trusting header totalSfntSize and glyf origLength 2016-03-08 12:30:08 -08:00
Lucas Cimon 1414a2690b Definining __STDC_FORMAT_MACROS to support old gcc versions + explicitly raising an error when Brotli submodule is not initialized - cf. issue #19 2015-12-31 09:20:31 +01:00
Khaled Hosny 17ed658d0a Don’t print to stderr unless a standalone binary
We will use woff2 code from OTS and it is undesirable for a library to
print messages to stderr.
2015-08-28 01:30:03 +02:00
Dmitry Shachnev 5b99d15ab3 Makefile fixes and cleanups
- Distinguish between CC/CFLAGS, CPP/CPPFLAGS and CXX/CXXFLAGS.
  Do not store compiler flags in CPPFLAGS, which is for preprocessor.
- Use COMMON_FLAGS for flags that are for both C and C++.
- Use $(MAKE) instead of make, so that parallel building works.
- Drop -m64 flag which is wrong on 32-bit systems.
2015-03-13 18:06:37 +03:00
Rod Sheeter 6e9eeaf43c add new objects 2015-02-24 14:04:43 -08:00
Khaled Hosny 4b8c71e0d5 Rename CPP to CXX
CPP is the C pre processor.
2014-11-22 16:48:32 +02:00
Khaled Hosny a262e006d1 Fold shared.mk into Makefile
There is only one Makefile in this repository.
2014-11-22 16:48:31 +02:00
Khaled Hosny 3e1f5ca955 Move the Makefile to the top directory 2014-11-22 16:48:21 +02:00