aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)AuthorFilesLines
2023-09-07setup.py: add long_description (#1073)Cosimo Lupo1-0/+5
2023-07-30simplify CMake buildEvgenii Kliuchnikov1-92/+95
2022-12-29Python: use a new output buffer code (#902)Ma Lin1-32/+24
2021-08-04Merge-in SharedDictionary feature (#916)Eugene Kliuchnikov1-0/+4
2020-08-26Update (#826)Eugene Kliuchnikov1-0/+5
2019-08-16Fix license in setup.py (#769)James Hilliard1-2/+2
2018-07-09Fix missing header files (#695)William A. Kennington III1-0/+2
2018-03-20Update (#651)Eugene Kliuchnikov1-0/+1
2018-02-26New feature: "Large Window Brotli" (#640)Eugene Kliuchnikov1-5/+6
2017-08-23disable buidling/deployment of python wheels (#583)Cosimo Lupo1-1/+18
2017-04-23Move files & update paths (#541)Eugene Kliuchnikov1-73/+74
2017-03-06Update common, decoder, encoder, java (#520)Eugene Kliuchnikov1-0/+1
2017-02-06Update encoder (#504)Eugene Kliuchnikov1-0/+4
2016-12-20Python: Simplify test suite generation by using unittest discovery (#485)Alex Nicksay1-26/+9
2016-10-17Python: Create native brotli module and move extension to _brotliAlex Nicksay1-2/+8
2016-10-12Python: Clean up setup.py fileAlex Nicksay1-145/+177
2016-08-23Add includedir to setup.pyEugene Kliuchnikov1-3/+3
2016-08-23Move "public" to "include/brotli"Eugene Kliuchnikov1-3/+3
2016-08-22Fix setup.py regexpEugene Kliuchnikov1-1/+1
2016-08-22Use version from common/version.hEugene Kliuchnikov1-5/+9
2016-08-22Fix setup.pyEugene Kliuchnikov1-3/+3
2016-06-13Fix CI build.Eugene Kliuchnikov1-16/+25
2016-06-03Update setup.pyEugene Kliuchnikov1-18/+18
2016-02-16Remove obsolete compilation uniteustas1-1/+0
2016-01-11Add the new source files to setup.pyZoltan Szabadka1-0/+5
2015-12-08setup.py: don't enable c++0x for gccCosimo Lupo1-6/+2
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