brotli/enc
Eugene Klyuchnikov bb26d1919f Fix sign-comparison warnings
+ add more debug runtime checks
+ minor cleanup
2015-11-23 11:05:12 +01:00
..
backward_references.cc Fix --Wconversion and --pedantic-erros for the encoder. 2015-10-28 17:44:47 +01:00
backward_references.h Fix --Wconversion and --pedantic-erros for the encoder. 2015-10-28 17:44:47 +01:00
bit_cost.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
block_splitter.cc Fix sign-comparison warnings 2015-11-23 11:05:12 +01:00
block_splitter.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
brotli_bit_stream.cc Fix --Wconversion and --pedantic-erros for the encoder. 2015-10-28 17:44:47 +01:00
brotli_bit_stream.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
cluster.h Fix sign-comparison warnings 2015-11-23 11:05:12 +01:00
command.h Fix --Wconversion and --pedantic-erros for the encoder. 2015-10-28 17:44:47 +01:00
context.h Fix --Wconversion and --pedantic-erros for the encoder. 2015-10-28 17:44:47 +01:00
dictionary_hash.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
dictionary.cc Add extern "C" linkage to the encoder and decoder dictionary definitions. 2015-10-01 14:30:22 +02:00
dictionary.h Add extern "C" linkage to the encoder and decoder dictionary definitions. 2015-10-01 14:30:22 +02:00
encode_parallel.cc Fix --Wconversion and --pedantic-erros for the encoder. 2015-10-28 17:44:47 +01:00
encode_parallel.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
encode.cc Add more explicit type conversions. 2015-11-17 13:45:41 +01:00
encode.h Add more explicit type conversions. 2015-11-17 13:45:41 +01:00
entropy_encode.cc Fix sign-comparison warnings 2015-11-23 11:05:12 +01:00
entropy_encode.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
fast_log.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
find_match_length.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
hash.h Fix sign-comparison warnings 2015-11-23 11:05:12 +01:00
histogram.cc Fix --Wconversion and --pedantic-erros for the encoder. 2015-10-28 17:44:47 +01:00
histogram.h Fix --Wconversion and --pedantic-erros for the encoder. 2015-10-28 17:44:47 +01:00
literal_cost.cc Fix --Wconversion and --pedantic-erros for the encoder. 2015-10-28 17:44:47 +01:00
literal_cost.h Move literal cost computation to where it's used. 2015-10-01 15:10:42 +02:00
Makefile Move literal cost computation to where it's used. 2015-10-01 15:10:42 +02:00
metablock.cc Fix sign-comparison warnings 2015-11-23 11:05:12 +01:00
metablock.h Deprecate greedy_block_split and enable_context_modeling brotli params. 2015-06-12 16:50:49 +02:00
port.h Fix sign-comparison warnings 2015-11-23 11:05:12 +01:00
prefix.h Fix --Wconversion and --pedantic-erros for the encoder. 2015-10-28 17:44:47 +01:00
ringbuffer.h Fix sign-comparison warnings 2015-11-23 11:05:12 +01:00
static_dict_lut.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
static_dict.cc Fix typos. 2015-09-21 21:04:07 +02:00
static_dict.h Make the brotli encoder C++98 compatible. 2015-10-01 12:08:14 +02:00
streams.cc Fix sign-comparison warnings 2015-11-23 11:05:12 +01:00
streams.h Fix sign-comparison warnings 2015-11-23 11:05:12 +01:00
transform.h Fix --Wconversion and --pedantic-erros for the encoder. 2015-10-28 17:44:47 +01:00
types.h [types.h] make std ints types for _MSC_VER compatible with CFFI 2015-10-05 11:32:12 +01:00
utf8_util.cc Fix --Wconversion and --pedantic-erros for the encoder. 2015-10-28 17:44:47 +01:00
utf8_util.h Move literal cost computation to where it's used. 2015-10-01 15:10:42 +02:00
write_bits.h Fix sign-comparison warnings 2015-11-23 11:05:12 +01:00