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-11-06[pybindings] Fix linking on MacVictor Popov
Mac has different linker defaults than linux, and by default it does not allow undefined symbols to be left in resulting pybinding library. To allow it, we specifically pass linker argument when linking final pybinding object. This is done to avoid linking excessively to libpythonX.Y since at the time pybinding is loaded into Python process, all libpython symbols would be immediately available.
2020-09-22[pybindings] remove linking to libpythonVictor Popov
2020-06-03[pybindings] PR review improvementsVictor Popov
- docs refinements - python style fixes
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-04-27[data][indexer][generator][python] Rename dat section to features.tatiana-yan
2020-03-18[bindings] Refactored functions in vector_list_conversion.hpp; added a ↵Maksim Andrianov
namespace.
2020-02-11[coding] Removed namespace coding::url to url, and "url_helpers" files to "url".Maxim Pimenov
2020-02-11[base] [coding] Moved together several functions that work with urls.Maxim Pimenov
2019-12-04[Python bindings] Fixes for pyhelpers and other subprojectsOlga Khlopkova
2019-11-27[cmake] Add succinct dependency.tatiana-yan
2019-10-23[indexer] Get rid of MwmValueBaseMikhail Gorbushin
2019-10-08[platform] MapOptions is renamed to MapFileTypeArsentiy Milchakov
2019-09-23Got rid of the old style std/ includes for several files, mostly in map/ and ↵Maxim Pimenov
platform/.
2019-09-20[coding] Changed the filenames of the FilesContainers to better reflect the ↵Maxim Pimenov
class names.
2019-09-19Got rid of the old style std/ includes for several files throughout the project.Maxim Pimenov
2019-09-18[map] Moved FeaturesFetcher out of namespace model (thus removing this ↵Maxim Pimenov
namespace). Alternatives considered were: namespace feature namespace map namespace utils
2019-09-09Review fixes.Maxim Pimenov
2019-05-15Fixed some warnings.Maxim Pimenov
2019-04-12[std] Use new include style for coding, fixes.tatiana-yan
2019-01-17Review fixes.py-modules-0.2.9Vladimir Byko-Ianko
2019-01-17Using default args instead of to versions of ↵Vladimir Byko-Ianko
GenerateTrafficValuesFromBinary() function.
2019-01-17Adding method to remove temporary traffic blocks for selected mwms.Vladimir Byko-Ianko
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.
2018-11-30[base] Renamed CHECK_SWITCH to UNREACHABLE.Maxim Pimenov
2018-11-21Review fixesr.kuznetsov
2018-09-18[base] Replaced the namespace my with base.Maxim Pimenov
2018-08-10Review fixesr.kuznetsov
2018-08-10[Core] Added user agent for http requestsr.kuznetsov
2018-07-30[indexer] Convert LoaderBase methods to const, do not store FeatureType * in ↵tatiana-yan
shared feature loader. Remove mutable from FeatureType. Remove methods which use uninitialized FeatureType * LoaderBase::m_pFt from FeatureBase. Remove FeatureBase because noone else uses it.
2018-07-05Review fixes.Vladimir Byko-Ianko
2018-07-05Fixing race condition in TrafficCache.Vladimir Byko-Ianko
2018-07-05Calling routing callback from ui thread.Vladimir Byko-Ianko
2018-06-25Review fixesMaksim Andrianov
2018-06-25After mergeMaksim Andrianov
2018-06-15[cmake] Add precompiled headers supportgreshilov
2018-04-25Fixed warningsVladiMihaylenko
2017-12-28[qmake] Goodbye QMake!greshilov
+3party dirs +Rebased
2017-12-20Adding transit library and transit_tests.Vladimir Byko-Ianko
2017-06-27review fixesArsentiy Milchakov
2017-06-27[partners_api] yandex + taxi engineArsentiy Milchakov
2017-06-15Fix cmake build.Sergey Magidovich
2017-05-02[coding] Added GZip support.Yuri Gorshenin
2017-03-30icu added into cmake build system.Daria Volvenkova
2017-03-30Using transliteration for obtaining best feature name.Daria Volvenkova
2017-03-22warnings fixArsentiy Milchakov
2017-03-03[routing][traffic] Removed a circular dependency.Maxim Pimenov
2017-03-01[search] CMakeLists for pysearch.Yuri Gorshenin
2017-02-28[build] Use system-provided boost instead of 3party.beta-655Yuri Gorshenin
2017-02-20[routing] pull request #5436 review fixesДобрый Ээх
2017-01-13Fix warnings.Sergey Yershov