summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update setuptools and black (#498)Inada Naoki2022-03-031-1/+1
| | | | * Use setuptools * Use black==22.1.0
* Refactor CI (#492)Inada Naoki2021-11-251-2/+3
| | | | * Use cibuildwheel to build wheels. * Use matrix
* Support Python 3.10 and Drop Python 3.5 (#487)Inada Naoki2021-11-161-2/+2
| | | | * linux: Use manylinux2014 * mac: Drop Python 3.6 too
* Use manylinux1 instead of manylinux2010Inada Naoki2020-12-181-4/+4
|
* Build arm64 wheels (#439)Tsahi Zidenberg2020-12-111-0/+4
|
* Fix datetime before epoch on windows in cython implementation (#436)Peter Fischer2020-07-301-0/+1
| | | | Cython implementation still used datetime.from_timestamp method, which does not work on windows. Update the cython implementation to use utc time and delta and add a regression test to highlight the issue.
* Build linux and macOS wheels on GitHub Actions. (#409)Inada Naoki2020-02-191-4/+4
|
* Clean msgpack/_cmsgpack.cpp and msgpack/_cmsgpack.*.so (#407)Alex Willmer2020-02-141-1/+2
|
* Support datetime. (#394)Inada Naoki2019-12-111-1/+1
|
* Remove unused importInada Naoki2019-12-061-1/+1
|
* travis: Add BlackInada Naoki2019-12-051-0/+4
|
* Add StackError and FormatError (#331)INADA Naoki2018-11-201-1/+2
|
* Refactor Cython code (#328)INADA Naoki2018-11-141-1/+1
| | | _msgpack -> _cmsgpack
* Merge extension moduleINADA Naoki2018-11-081-3/+2
| | | | | | | There were `_packer.so` and `_unpacker.so`. But single module is simpler than double module. Merge extension module into single `_msgpack.so`.
* Add Makefile target for updating docker imageINADA Naoki2018-02-051-0/+5
|
* s/raw_as_bytes/raw/g (#276)INADA Naoki2018-01-121-1/+2
| | | fixes #273
* Add raw_as_bytes option to Unpacker. (#265)INADA Naoki2018-01-111-1/+2
|
* Update MakefileINADA Naoki2018-01-091-16/+11
|
* Merge branch 'release-0.4'INADA Naoki2016-07-301-0/+4
|\
| * Make manylinux1 wheelsINADA Naoki2016-07-301-0/+4
| |
* | Remove wrong download_url from package metadataINADA Naoki2016-05-131-0/+6
|/
* Document update.INADA Naoki2013-10-211-0/+3
|
* Use --cplus for cythoningINADA Naoki2013-05-191-1/+1
|
* docs: better unpacker docstring.INADA Naoki2013-02-261-0/+3
|
* better packer docstringINADA Naoki2013-02-261-4/+8
|
* Switchng to py.testINADA Naoki2012-12-291-1/+1
|
* Add msgpack.version as version tuple.INADA Naoki2010-09-021-1/+6
|
* fix typo in MakefileKeiji Muraishi2010-03-311-1/+1
|
* Fix MakefileNaoki INADA2009-11-051-3/+2
|
* Some optimization on packing.Naoki INADA2009-06-301-0/+1
|
* Fix tests.Naoki INADA2009-06-291-0/+7