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 (Expand)Author
2019-12-26[omim] Replaced boost::optional with std::optional.Maxim Pimenov
2019-11-01[geometry] Get rid of MercatorBounds, refactor to namespace mercatorMikhail Gorbushin
2019-10-24[indexer] Get rid of template GetValueMikhail Gorbushin
2019-09-16[search] Fix CHECK, add more debug info.tatiana-yan
2019-08-20[geocoder] Fixed feature name in localized region address.Daria Volvenkova
2019-08-02[bookmarks][geocoder] Review fixes.Daria Volvenkova
2019-08-02[bookmarks][geocoder] Region address for bookmarks.Daria Volvenkova
2019-04-18[indexer] enum feature::EGeomType is changed to enum class feature::GeomTypeArsentiy Milchakov
2019-03-18[editor] Return EditableMapObject from Editor::GetEditedFeaturetatiana-yan
2019-03-18[map] Remove GetFeatureByID from Framework.tatiana-yan
2019-03-15[search] Fix streets matching for generator: try all names, not only FeatureT...tatiana-yan
2019-02-21[editor][indexer] Use EditableMapObject in editor instead of FeatureType.tatiana-yan
2019-02-15[search] Got rid of most old style std/ includes.Maxim Pimenov
2019-02-11[core] GetReadable name is used to translate addreses.Arsentiy Milchakov
2019-01-31[search] review fixesArsentiy Milchakov
2019-01-31[core][search] The structure AddressInfo is removed because of it is rudiment...Arsentiy Milchakov
2019-01-24[search] Use squares and suburbs as streets in geocoder.tatiana-yan
2019-01-24[search] Minor street matching improvements.tatiana-yan
2019-01-23[search] Improve streets matching for HouseToStreet table.tatiana-yan
2018-12-28[search][generator] Store corresponding street feature id as street identifie...tatiana-yan
2018-12-27[search] Hide HouseToStreet street identifier type from FeaturesLayerMatcher.tatiana-yan
2018-12-27[search] Simplify ReverseGeocoder interface.tatiana-yan
2018-12-26[search] ReverseGeocoder style fixes.tatiana-yan
2018-12-19[editor] Show nearby features list for created features.Arsentiy Milchakov
2018-11-19[search] Faster GetAddress for ranker and reverse geocoding.tatiana-yan
2018-09-17[search] Changed namespace from search::base to search_base.Maxim Pimenov
2018-09-14[base] Unified stl_add and stl_helpers.Maxim Pimenov
2018-08-22[editor] synchronization. review fixes.Arsentiy Milchakov
2018-08-22[editor] Synchronization based on mutexes.Arsentiy Milchakov
2018-07-30[indexer] Convert LoaderBase methods to const, do not store FeatureType * in ...tatiana-yan
2018-07-25Review fixes.vng
2018-07-25[generator] Speed up search address section building. vng
2018-06-27[indexer] DataSource refactoringtatiana-yan
2018-06-25Rename variables and methods (index to DataSource)Sergey Yershov
2018-06-22[indexer][editor] Refactor Index into DataSourceSergey Yershov
2016-10-07Feature list toolIlya Zverev
2016-05-31[search] Got rid of the v2 directory and namespace.Maxim Pimenov
2016-05-26[base] Implemented EqualsBy.Yuri Gorshenin
2016-04-28Minor speed optimization.Alex Zolotarev
2016-03-25[reverse-geocoder] Skip address initialization for features outside of buildi...Yuri Gorshenin
2016-03-24Review fixes.vng
2016-03-24[search] Treat street synonyms as prefix in search algos.vng
2016-03-23Review fixes.vng
2016-03-23[tests] Added additional logging.vng
2016-03-23Load HouseToStreet table only if needed.vng
2016-03-23[editor] Correctly set nearby streets for created features, minor refactoring.Alex Zolotarev
2016-03-23Moved CategoriesHolder from search into indexer library. Need to access it fr...Alex Zolotarev
2016-03-23Review fixes.vng
2016-03-23[search] Some refactoring of ReverseGeocoder routing according to reviews.vng
2016-03-23Review fixes.vng