Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
brotli
/
e32a419b83af8cd55b6090c3f8a9fcb04c97b1ae
/
setup.py
fc4d345
Fix missing header files (#695)
by William A. Kennington III
· 6 years ago
631fe19
Update (#651)
by Eugene Kliuchnikov
· 7 years ago
35e69fc
New feature: "Large Window Brotli" (#640)
by Eugene Kliuchnikov
· 7 years ago
4f455ca
disable buidling/deployment of python wheels (#583)
by Cosimo Lupo
· 7 years ago
6ece1d8
Move files & update paths (#541)
by Eugene Kliuchnikov
· 8 years ago
cdca91b
Update common, decoder, encoder, java (#520)
by Eugene Kliuchnikov
· 8 years ago
11df843
Update encoder (#504)
by Eugene Kliuchnikov
· 8 years ago
89a5b6e
Python: Simplify test suite generation by using unittest discovery (#485)
by Alex Nicksay
· 8 years ago
f7b5b3d
Python: Create native brotli module and move extension to _brotli
by Alex Nicksay
· 8 years ago
6f55ee6
Python: Clean up setup.py file
by Alex Nicksay
· 8 years ago
6e2207f
Add includedir to setup.py
by Eugene Kliuchnikov
· 8 years ago
8148001
Move "public" to "include/brotli"
by Eugene Kliuchnikov
· 8 years ago
cedddde
Fix setup.py regexp
by Eugene Kliuchnikov
· 8 years ago
2c2d557
Use version from common/version.h
by Eugene Kliuchnikov
· 8 years ago
403729c
Fix setup.py
by Eugene Kliuchnikov
· 8 years ago
db3a116
Fix CI build.
by Eugene Kliuchnikov
· 8 years ago
11d1337
Update setup.py
by Eugene Kliuchnikov
· 8 years ago
14b32cc
Remove obsolete compilation unit
by eustas
· 9 years ago
47f1eab
Add the new source files to setup.py
by Zoltan Szabadka
· 9 years ago
8b2ca8e
setup.py: don't enable c++0x for gcc
by Cosimo Lupo
· 9 years ago
18a2954
[setup.py] add PyPI trove classifiers
by Cosimo Lupo
· 9 years ago
b2f6c6d
[setup.py] remove monkey-patch for distutils.msvc9compiler; try to import setuptools required by "Microsoft Visual C++ Compiler for Python 2.7"
by Cosimo Lupo
· 9 years ago
b5c92e5
Add tools/version.h that conatins the brotli version.
by Zoltan Szabadka
· 9 years ago
4c37566
Move literal cost computation to where it's used.
by Zoltan Szabadka
· 9 years ago
4a7024d
Make the brotli encoder C++98 compatible.
by Zoltan Szabadka
· 9 years ago
0cf3a54
Update brotli decoder with latest improvements.
by Zoltan Szabadka
· 9 years ago
e88fe7b
[setup.py] pass extra compiler flags on OS X to enable support for C++11: -stdlib=libc++ -mmacosx-version-min=10.7
by Cosimo Lupo
· 9 years ago
d2c8b27
[setup.py] retrieve version string from brotlimodule.cc so we don't need to modify it more than once
by Cosimo Lupo
· 9 years ago
54baf43
[setup.py] support MINGW32 compiler: fix clashing 'hypot' definition; statically link libgcc and libstdc++
by Cosimo Lupo
· 9 years ago
c3540e2
[setup.py] use MSVC 10.0 when compiling for Windows Python 2.7
by Cosimo Lupo
· 9 years ago
4b2fd00
Use a single lookup table for insert/copy offsets and extra bits.
by Zoltan Szabadka
· 9 years ago
6609883
Use a static hash table to look up dictionary words and transforms.
by Zoltan Szabadka
· 9 years ago
83aa24d
Speed and memory usage improvements for the decoder.
by Zoltan Szabadka
· 10 years ago
e91a449
Add dictionary_hash.h to setup.py.
by Zoltan Szabadka
· 10 years ago
09aa9ca
Add the streams.* files to Makefile and setup.py
by Zoltan Szabadka
· 10 years ago
77c2399
[python] moved setup.py to the root of repository
by Cosimo Lupo
· 10 years ago