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-11-01[geometry] Get rid of MercatorBounds, refactor to namespace mercatorMikhail Gorbushin
2019-09-23Got rid of the old style std/ includes for several files, mostly in map/ and ...Maxim Pimenov
2019-05-21[search] Minor cleanup.Maxim Pimenov
2019-04-18[indexer] enum feature::EGeomType is changed to enum class feature::GeomTypeArsentiy Milchakov
2019-04-15Several explicit constructors per the Cppcheck report.Maxim Pimenov
2019-03-18[indexer] Disallow copy and move of FeatureType, remove FeatureType::ParseEve...tatiana-yan
2019-02-15[search] Got rid of the T affix for types.Maxim Pimenov
2019-01-23[search] Improve streets matching for HouseToStreet table.tatiana-yan
2018-12-13[coding] Renamed the StringUtf8Multilang files.Maxim Pimenov
2018-11-26[coding] Removed the CellId epsilon.Maxim Pimenov
2018-09-18[base] Replaced the namespace my with base.Maxim Pimenov
2018-09-14[base] Unified stl_add and stl_helpers.Maxim Pimenov
2018-08-01[geometry] Refactoring of code that works with parametrized segments.Maxim Pimenov
2018-07-30[indexer] Review fixestatiana-yan
2018-07-30[indexer] Convert LoaderBase methods to const, do not store FeatureType * in ...tatiana-yan
2018-07-23[geometry] Renamed SquareLength to SquaredLength.Maxim Pimenov
2018-06-27[indexer] DataSource refactoringtatiana-yan
2018-06-26[search] Minor refactoring of HouseDetector.Maxim Pimenov
2018-06-25Rename variables and methods (index to DataSource)Sergey Yershov
2018-06-22[indexer][editor] Refactor Index into DataSourceSergey Yershov
2018-03-07Getting rid of my::sq, math::sqrtatiana-kondakova
2017-04-06[assessment-tool] Save/SaveAsYuri Gorshenin
2016-12-28Remove using std from baseSergey Yershov
2016-07-05[indexer] Fixed FeaturesLoaderGuard.Yuri Gorshenin
2016-05-31[search] Removed the "search_" prefix where it was redundant.Maxim Pimenov
2016-03-24[search] Treat street synonyms as prefix in search algos.vng
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] Limit POI to street match with 100 meters.vng
2016-03-23Review fixes.vng
2016-03-23Review fixes.Yuri Gorshenin
2016-03-23[search] Moved search components to the search library. Moved search index bu...vng
2016-03-23[search] Added building -> street detection algorithm.vng
2015-09-23Review fixes.vng
2015-09-23Feature index refactoring.vng
2015-09-23Implemented new mwm info table.Yuri Gorshenin
2015-09-23Review fixSergey Yershov
2015-09-23Fix build warnings for Search. Cleanup code.Sergey Yershov
2015-09-23Fix include path for searchSergey Yershov
2015-09-23Singletone IsBuildingChecker.Alex Zolotarev
2015-09-23Fixed MwmSet::Register() signature.Yuri Gorshenin
2015-09-23Renamed methods.Alex Zolotarev
2015-09-23Minor change: sorted includes.Alex Zolotarev
2015-09-23Moved boost::make_transform_iterator into std/transform_iterator.hpp.Alex Zolotarev
2015-09-23[search] Fixed memory leaks in house detector.Yuri Gorshenin
2015-09-23Replace DistanceOnEarth fn call with more convenient one.vng
2015-09-23[search] Move GetStreetName function to indexer search_string_utilsDenis Koronchik
2015-09-23Minor refaсtoring: removed CoordPointT typedef to avoid disambiguate.vng
2015-09-23Added mwm timestamp reading.vng
2015-09-23Warning fixesAlex Zolotarev