aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)AuthorFilesLines
2015-10-06[setup.py] add PyPI trove classifiersCosimo Lupo1-0/+25
2015-10-05[setup.py] remove monkey-patch for distutils.msvc9compiler; try to import set...Cosimo Lupo1-13/+4
2015-10-02Add tools/version.h that conatins the brotli version.Zoltan Szabadka1-2/+2
2015-10-01Move literal cost computation to where it's used.Zoltan Szabadka1-0/+2
2015-10-01Make the brotli encoder C++98 compatible.Zoltan Szabadka1-0/+1
2015-09-24Update brotli decoder with latest improvements.Zoltan Szabadka1-0/+1
2015-08-14[setup.py] pass extra compiler flags on OS X to enable support for C++11: -st...Cosimo Lupo1-0/+2
2015-08-11[setup.py] retrieve version string from brotlimodule.cc so we don't need to m...Cosimo Lupo1-4/+18
2015-08-11[setup.py] support MINGW32 compiler: fix clashing 'hypot' definition; statica...Cosimo Lupo1-0/+9
2015-08-11[setup.py] use MSVC 10.0 when compiling for Windows Python 2.7Cosimo Lupo1-0/+15
2015-08-10Use a single lookup table for insert/copy offsets and extra bits.Zoltan Szabadka1-2/+0
2015-06-12Use a static hash table to look up dictionary words and transforms.Zoltan Szabadka1-0/+2
2015-05-07Speed and memory usage improvements for the decoder.Zoltan Szabadka1-0/+1
2015-04-23Add dictionary_hash.h to setup.py.Zoltan Szabadka1-0/+1
2015-04-23Add the streams.* files to Makefile and setup.pyZoltan Szabadka1-0/+2
2015-03-31[python] moved setup.py to the root of repositoryCosimo Lupo1-0/+163