Commit Graph

678 Commits

Author SHA1 Message Date
Eugene Kliuchnikov
6a078b17d7 Update encoder
* reorganize premake artifacts
* remove deprecated methods/struct
2016-06-20 17:20:17 +02:00
eustas
f836c9459f Merge pull request #381 from eustas/master
Fix wheels build
2016-06-17 21:52:40 +02:00
eustas
902b20c0b8 Remove command line args
Values should be taken from setup.cfg
2016-06-17 20:25:28 +02:00
eustas
81054a4667 Restore platform suffix 2016-06-17 20:24:24 +02:00
Eugene Kliuchnikov
1bcdb45bad Fix wheels build. 2016-06-17 20:10:31 +02:00
eustas
3116718689 Merge pull request #379 from eustas/master
Fix VS build problems
2016-06-17 16:39:00 +02:00
Eugene Kliuchnikov
b32cefe160 Fix VS build problems:
* rename build -> buildfiles to avoid clashing with BUILD
* set binary mode for stdin/out in bro
* convert bro to C
2016-06-17 16:24:51 +02:00
eustas
bce5c9b78c Merge pull request #378 from eustas/master
Fix travis build
2016-06-16 17:59:04 +02:00
eustas
f0c7ece315 Remove platform suffix 2016-06-16 17:45:05 +02:00
eustas
bac060f1a1 Fix library path 2016-06-16 17:25:26 +02:00
eustas
cac71ca2f6 Put library also to bin 2016-06-16 17:23:21 +02:00
eustas
41e4fb8bf3 Reroute -t parameter to build_ext 2016-06-16 15:36:11 +02:00
eustas
198b51d969 Place binary output to bin/ 2016-06-16 15:31:09 +02:00
eustas
7152be88ec Remove deleted files 2016-06-16 15:30:18 +02:00
eustas
b4d12191fd Merge pull request #377 from eustas/master
Update build system. Now libraries are produced as build artifacts.
2016-06-16 14:34:41 +02:00
Eugene Kliuchnikov
f9ab24a7aa Fix gitignore 2016-06-16 11:06:47 +02:00
Eugene Kliuchnikov
378485b097 Update build system. Now libraries are produced as build artifacts.
There are currently 3 ways to build:
* Easy: `./configure; make`
* Simple: use Bazel
* Portable: use premake5 to generate XCode / MSVS projects
2016-06-16 10:52:57 +02:00
eustas
4a8bb6a2b8 Merge pull request #376 from PiotrSikora/cpp_constants
Restore C++ constants in "brotli" namespace.
2016-06-16 10:08:38 +02:00
Piotr Sikora
629d01cc7e Restore C++ constants in "brotli" namespace.
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
2016-06-15 14:25:46 -07:00
eustas
e4c891420c Merge pull request #375 from google/v0.5
Update to v0.5
2016-06-15 12:04:04 +02:00
eustas
cd33d2757c Merge pull request #373 from eustas/v0.5
Rebase
2016-06-14 16:06:45 +02:00
eustas
95151f9525 Update version to 0.5.0 2016-06-14 16:05:49 +02:00
Eugene Kliuchnikov
ee6bb31599 Merge branch 'v0.5' of https://github.com/eustas/brotli into v0.5 2016-06-14 16:03:51 +02:00
eustas
e208eff300 Fix: declare variables before code 2016-06-14 16:02:38 +02:00
Eugene Kliuchnikov
986aa099ac Fix VS compilation warnings; cleanup API. 2016-06-14 16:02:38 +02:00
eustas
048b14c65f Fix declaration / instruction mixture 2016-06-14 16:02:38 +02:00
eustas
999a3ce9b2 Fix implicit 32->64 bit conversion 2016-06-14 16:02:38 +02:00
eustas
514941adeb Fix implicit 32->64 bit conversion 2016-06-14 16:02:38 +02:00
eustas
7d928f470d Fix implicit 32->64 bit conversion 2016-06-14 16:02:38 +02:00
eustas
3bb19efbb8 Fix double constant literal 2016-06-14 16:02:38 +02:00
eustas
d7d59462db Backport MSVC log2 fix 2016-06-14 16:02:38 +02:00
eustas
918ddd31c1 Fix kInfinity definition
INFINITY is legal only in C++11
2016-06-14 16:02:38 +02:00
Eugene Kliuchnikov
8872d7b459 Fix CI build. 2016-06-14 16:02:38 +02:00
Eugene Kliuchnikov
3ccbf05d5f Convert encoder to plain C. 2016-06-14 16:02:38 +02:00
Eugene Kliuchnikov
c2a9b2d276 Step 3: change file extension C++ -> C
This will break the build.
2016-06-14 16:02:38 +02:00
eustas
55bd78fbca Fix test file path 2016-06-14 16:02:38 +02:00
eustas
ab53fc31f7 Fix test file path 2016-06-14 16:02:38 +02:00
eustas
98bc7fcc13 Fix test file path 2016-06-14 16:02:38 +02:00
Eugene Kliuchnikov
2a6b041a4e Update setup.py 2016-06-14 16:02:38 +02:00
Eugene Kliuchnikov
58a3023ef8 Transform most of C++ comments to C-style. 2016-06-14 16:02:38 +02:00
Eugene Kliuchnikov
f1c9ab2910 Extract common parts: constants, dictionary, etc. 2016-06-14 16:02:38 +02:00
eustas
34bfe2a6cc Add Travis status 2016-06-14 15:53:06 +02:00
eustas
29d31d5921 Prepare to release 0.4.0 2016-06-14 15:07:13 +02:00
eustas
89803b95ee Prepare to release 0.4.0 2016-06-14 15:06:36 +02:00
eustas
22f7e3c1f6 Merge pull request #372 from eustas/to-v0.4
Fix VS compilation warnings; cleanup API.
2016-06-14 14:44:01 +02:00
eustas
e96b7db0c2 Fix: declare variables before code 2016-06-14 13:54:11 +02:00
Eugene Kliuchnikov
be1a53a61b Fix VS compilation warnings; cleanup API. 2016-06-14 13:42:47 +02:00
eustas
2b4bdc4bcd Merge pull request #371 from eustas/to-v0.4
Fix CI build.
2016-06-13 17:18:13 +02:00
eustas
48da49b097 Fix declaration / instruction mixture 2016-06-13 16:46:25 +02:00
eustas
40101bb9bf Fix implicit 32->64 bit conversion 2016-06-13 16:44:52 +02:00