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
2020-10-01[search] Do not pass class fields to its method.tatiana-yan
2019-12-20[search] Stop geocoding after the emitter has filled up.Maxim Pimenov
2019-11-25[search] Implemented cancelling of Search by timeout.Maxim Pimenov
2019-09-23Got rid of the old style std/ includes for several files, mostly in map/ and ...Maxim Pimenov
2019-06-19[search][search_quality] Collect features for all results with known relevanc...tatiana-yan
2019-02-11[core] GetReadable name is used to translate addreses.Arsentiy Milchakov
2018-12-10[search] Do not limit ranker batch size for categorial requests.tatiana-yan
2018-11-27[search] Pass viewport as is for list search to be consistent with viewport s...tatiana-yan
2018-09-17[search] Changed namespace from search::base to search_base.Maxim Pimenov
2018-07-30[indexer] Convert LoaderBase methods to const, do not store FeatureType * in ...tatiana-yan
2018-07-18[search] Use vector for preferredCategories and CategoriesCachetatiana-yan
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
2018-05-18[search] Separate PreRanker::Params::m_minDistanceOnMapBetweenResults and Ran...tatiana-yan
2018-03-23[base] Changed the namespace of Cancellable from my to base.Maxim Pimenov
2017-12-28[search] Translated names in results.Yuri Gorshenin
2017-11-17[search] Flattened the call graph of UpdateResults and Finish.Maxim Pimenov
2017-11-10Review fixes.Yuri Gorshenin
2017-11-10[search] CategoriesInfo.Yuri Gorshenin
2017-10-31Review fixes.Yuri Gorshenin
2017-10-31[search] Added m_needAddress and m_needHighlight to SearchParams.Yuri Gorshenin
2017-10-31Review fixes.Maxim Pimenov
2017-10-31[search] Refactored MakeResult.Maxim Pimenov
2017-10-25[search] A refactoring of ranker.Maxim Pimenov
2017-10-17[search] Usage of CitiesBoundaries in LocalityFinder.Yuri Gorshenin
2017-10-13[search] Reduced number of cache invalidations in LocalityFinder.Yuri Gorshenin
2017-10-11[search] Using SmallSet for Locales.Maxim Pimenov
2017-02-15[search] Ranking with errors.Yuri Gorshenin
2016-09-28Merge pull request #4390 from ygorshenin/fix-locality-findermpimenov
2016-09-27[search] Fixed locality matching code.Yuri Gorshenin
2016-09-22[search] Fixed search in viewport filtering.Yuri Gorshenin
2016-09-12Review fixes.Yuri Gorshenin
2016-09-12[search] Fixed (and accelerated) coords search.Yuri Gorshenin
2016-08-26Another fix and a test.Maxim Pimenov
2016-08-12[search] Refactored search API.Yuri Gorshenin
2016-07-29Review fixes.Yuri Gorshenin
2016-07-18Review fixes.Maxim Pimenov
2016-07-15[search] Implemented batching of search results.search-results-batchingMaxim Pimenov
2016-07-14[search] Fixed slooow locality matching.Yuri Gorshenin
2016-07-08Review fixes.Maxim Pimenov
2016-07-08[search] Moved Results from Engine to Ranker.Maxim Pimenov
2016-07-07A more robust init in the viewport search case.Maxim Pimenov
2016-07-07Review fixes.Maxim Pimenov
2016-07-07[search] Inverted a dependency: Ranker does not call PreRanker any longer.Maxim Pimenov
2016-06-29Review fixes.Maxim Pimenov
2016-06-28[search] Removed Ranker's dependency on Processor.Maxim Pimenov
2016-06-21Review fixes.Maxim Pimenov
2016-06-21[search] Separated out ranker.Maxim Pimenov