Eugene Kliuchnikov
db3a11625d
Fix CI build.
2016-06-13 15:22:13 +02:00
eustas
75c6c1abab
Fix brotlimodule
2016-04-19 16:43:42 +02:00
Eugene Kliuchnikov
7d25e6b6fe
Truncate dictionary to window size.
2016-02-24 16:01:35 +01:00
Eugene Kliuchnikov
30612e3a64
Add binding for custom_dictionary.
2016-02-23 17:42:55 +01:00
eustas
c5c80a9f3d
Addressed comment
2016-01-25 15:13:17 +01:00
eustas
8e8b8de0e6
Update brotlimodule.cc
2016-01-25 12:33:38 +01:00
eustas
1b938dc7a2
Update brotlimodule.cc
2016-01-25 12:16:36 +01:00
eustas
c49918e1ee
Update brotlimodule.cc
2016-01-25 12:07:39 +01:00
eustas
ca0ae4cbc0
Update brotlimodule.cc
2016-01-25 11:40:20 +01:00
eustas
a4f40c1b24
Fix brotlimodule compilation warnings
2016-01-25 11:39:05 +01:00
eustas
fec00d24e1
Make input const
2016-01-23 00:31:47 +01:00
eustas
a22993b312
Fix pointer dereferencing.
2016-01-22 14:09:25 +01:00
eustas
1f9106429a
Remove deprecated API call
2016-01-22 14:01:46 +01:00
Cosimo Lupo
912b0ac2c4
brotlimodule.cc: fix error with clang ('expected a class or namespace')
2015-12-08 12:49:04 +00:00
Cosimo Lupo
8195a5c946
[brotlimodule.cc] set 'lgwin' valid range to [10..24]
2015-10-06 19:50:58 +01:00
Cosimo Lupo
3e67d48702
[brotlimodule.cc] remove C++11 vector::data() call
2015-10-05 11:09:11 +01:00
Zoltan Szabadka
b5c92e54a6
Add tools/version.h that conatins the brotli version.
...
This can be reused by all of the tools.
Set the version to the next git release tag.
2015-10-02 11:32:42 +02:00
Cosimo Lupo
ac33d35632
[brotlimodule.cc] add __version__ string attribute to brotli module
2015-08-11 11:12:54 +01:00
Cosimo Lupo
f14172902b
[brotlimodule.cc] fix RuntimeError on OS X: keyword list must be NULL terminated
...
Sorry, my fault...
2015-08-11 11:09:47 +01:00
Cosimo Lupo
08212db733
[brotlimodule.cc] fix C++11 warning about conversion from string literal to 'char *'
2015-08-10 14:39:44 +01:00
Cosimo Lupo
d3dfc68922
[brotlimodule.cc] no longer expose deprecated BrotliParams: enable_dictionary, enable_transforms, greedy_block_split, enable_context_modeling
2015-08-10 14:38:17 +01:00
Cosimo Lupo
aa6f7d8f0c
[brotlimodule] add MODE_GENERIC constant
2015-05-11 11:09:36 +01:00
Cosimo Lupo
3351bb08e3
[brotlimodule] apply uniform docstring style
2015-05-11 10:39:24 +01:00
Cosimo Lupo
6d935db75c
[brotlimodule] add quality, lgwin and lgblock parameters
2015-05-11 10:39:23 +01:00
Cosimo Lupo
dbcb32614a
[brotlimodule] add enable_context_modeling parameter (defaults to True)
2015-05-11 10:39:21 +01:00
Cosimo Lupo
4c1d06931e
[brotlimodule] add new keyword params docstring of brotli.compress
2015-05-11 10:39:20 +01:00
Cosimo Lupo
6264bea2e4
[brotlimodule] add greedy_block_split parameter (defaults to False);
...
renamed variables: transform -> enable_transforms, dictionary -> enable_dictionary
2015-05-11 10:39:18 +01:00
Cosimo Lupo
b2eba122c8
[brotlimodule] add enable_dictionary parameter (defautls to True)
2015-05-11 10:39:17 +01:00
Cosimo Lupo
89c74d6859
[brotlimodule] use keyword arguments for mode and enable_transforms;
...
update brotli.compress docstring accordingly
2015-05-11 10:39:15 +01:00
szabadka
e651c85fe2
Merge pull request #37 from anthrotype/setup_py
...
[python] setup.py fixes for Windows
2015-03-16 20:33:14 +01:00
Khaled Hosny
e0c5df8c61
[python] Use BrotliDecompress()
...
So that we can use a callback to dynamically allocate the decompression
buffer, getting rid of the optional bufsize argument to
decompress.decompress().
2015-03-16 21:06:52 +02:00
Cosimo Lupo
855efcf75c
[python/setup.py] use relative paths instead of symlinks (unsupported on Win)
2015-03-16 16:54:27 +00:00
Khaled Hosny
11306237f4
Add Python bindings
2015-01-24 11:56:43 +02:00