Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-20[pybindings] get rid of extra underscore in version: allow to specify SCM ↵py-modules-10.3.0rc1Victor Popov
version like 'rc1+hash' to conform PEP-440
2020-10-19[pybindings][python] support python 3.8 and 3.9Victor Popov
2020-09-22[pybindings] remove linking to libpythonVictor Popov
2020-09-09[python] Renamed basic to essential package.Maksim Andrianov
2020-09-09[pybindings] refactor data dependencies: use omim-data-* packages from ↵Victor Popov
tools/python
2020-09-09[pybindings] add SCM version to bindings build system.Victor Popov
It will allow to build exact commit and not mix resulting packages
2020-08-27[python] Added setup.py files to generator packages.Maksim Andrianov
2020-06-03[pybindings] Creating directories for each pybinding.Maksim Andrianov
2020-06-03[pybindings] fix paths if omim-builddir is a relative pathVictor Popov
2020-06-03[pyhelpers] Review fixes:Maksim Andrianov
- updated the code style - improved building of bindings
2020-06-03[pybindings] PR review improvementsVictor Popov
- docs refinements - python style fixes
2020-06-03[pybindings] PR review improvementsVictor Popov
- PEP8 formatting - suppress warning about package name - add package data to pygen, pysearch, pytraffic bindings - improve documentation a bit
2020-06-03[pybindings] setup.py for building pybindings with easeVictor Popov
- build boost_python from our bundled boost - configure omim, build single binding - build all bindings in one run - install, create wheels
2020-06-03[pybindings] calculate pybindings version as maximum of ios and android onesVictor Popov
2020-03-18[bindings] Refactored functions in vector_list_conversion.hpp; added a ↵Maksim Andrianov
namespace.
2019-12-04[Python bindings] Fixes for pyhelpers and other subprojectsOlga Khlopkova
2019-09-23Got rid of the old style std/ includes for several files, mostly in map/ and ↵Maxim Pimenov
platform/.
2019-01-15Add version to all PYBINDINGS modules.Victor Popov
Make all modules have externally-specified (by build script) version. It must be externally specified since we can't know which tag the code was checked out from.
2017-09-13Updated the spec in accordance with what Victor said.Timofey
2017-08-03Fix spec and build.shSergey Yershov
2017-08-03Fix build pymodules on Linuxpy-modules-0.2.3Sergey Yershov
2017-04-27Add rpmspeck for python3 bindings.Sergey Magidovich
2017-04-12Fix vector_uint8t_to_str to work woth both python 2 and 3.Sergey Magidovich
2017-04-04Add Campaign serialization. Add python bindings.mgsergio
2017-02-28[build] Use system-provided boost instead of 3party.beta-655Yuri Gorshenin
2016-12-09Review fixes.Maxim Pimenov
2016-12-09A cleaner interface for bindings.Maxim Pimenov
2016-11-16Add python bindings for trafficSergey Yershov