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
2017-11-01Fabulous android CMake fix.Грешилов Вячеслав
2017-10-31[search] Fixed viewport search.Yuri Gorshenin
2017-10-31Review fixes.Yuri Gorshenin
2017-10-31[search] Added m_needAddress and m_needHighlight to SearchParams.Yuri Gorshenin
2017-10-31Adding operator()(TransitHeader) for FixedSizeSerializer and ↵Vladimir Byko-Ianko
FixedSizeDeserializer.
2017-10-31[transit] Adding stopsOffset to header and implementing VisitHeader() method ↵Vladimir Byko-Ianko
to reduce number of trasit data structures friends.
2017-10-31Review fixes.Vladimir Byko-Ianko
2017-10-31Test on transit section header rewriting.Vladimir Byko-Ianko
2017-10-31Implementation serializer and deserializer for transit section header with ↵Vladimir Byko-Ianko
keeping fix size numbers.
2017-10-31Review fixes.Maxim Pimenov
2017-10-31[search] Refactored the lang indexes in the KeywordLangMatcher.Maxim Pimenov
The efficiency should drop a little because now new vectors are created all the time but, taking into account how small a part of processing a query this is, I think that introducing additional lighter methods is not justified.
2017-10-31[search] Turned off address computation for suggestions from features.Maxim Pimenov
2017-10-31Review fixes.Maxim Pimenov
2017-10-31[search] Refactored MakeResult.Maxim Pimenov
2017-10-30Review fixes.Yuri Gorshenin
2017-10-30[search] Removed multiple viewports.Yuri Gorshenin
2017-10-27[build] Fixed typo in minizip CMakeLists.beta-1087Yuri Gorshenin
2017-10-27Review fixes.Yuri Gorshenin
2017-10-27[search] Move viewport to search params.Yuri Gorshenin
2017-10-27Review fixes.Vladimir Byko-Ianko
2017-10-27Adding line color type.Vladimir Byko-Ianko
2017-10-27Adding more detailed information in case of CHECKs.Vladimir Byko-Ianko
2017-10-27Any class from transit types may be present as json dictionary (object).Vladimir Byko-Ianko
2017-10-27Added local experts JNIr.kuznetsov
2017-10-27Support local experts on Android.Daria Volvenkova
2017-10-26[build] Fixed qmake build.Yuri Gorshenin
2017-10-26Added markers rendering for transit routing (#7402)Roman Kuznetsov
Added markers for transit routing
2017-10-26Review fixes.Vladimir Byko-Ianko
2017-10-26Keeping osm id with gates as gate id.Vladimir Byko-Ianko
2017-10-25Review fixes.Maxim Pimenov
2017-10-25[search] A refactoring of ranker.Maxim Pimenov
- Factored out assigning the highlight ranges. - Moved several Ranker's methods to the private section. - Renamed PreResult1 to PreRankerResult and PreResult2 to RankerResult. - Moved result comparators closer to their call sites (changing them to lambdas). - Removed IndexedValue. - Moved KeywordsScorer from Ranker to Processor. - Added a type alias for query tokens.
2017-10-25Review fixes.Yuri Gorshenin
2017-10-25[search] Simplified SearchParams.Yuri Gorshenin
2017-10-25Renaming mapping.Vladimir Byko-Ianko
2017-10-25Review fixes.Vladimir Byko-Ianko
2017-10-25Minor fixes.Vladimir Byko-Ianko
2017-10-25Keep ranges of stop ids in lines.Vladimir Byko-Ianko
2017-10-25Passing country id and path in a different values to it path for opening ↵Vladimir Byko-Ianko
polyline files next.
2017-10-24Transit warning fix.Vladimir Byko-Ianko
2017-10-24Review fixes.Yuri Gorshenin
2017-10-24[search][generator] Fixed cities boundaries generation.Yuri Gorshenin
2017-10-23Review fixes.Vladimir Byko-Ianko
2017-10-23Getting rid of shape id.Vladimir Byko-Ianko
2017-10-23[partners_api] booking review fixesArsentiy Milchakov
2017-10-23[partners_api] booking api small refactoringArsentiy Milchakov
2017-10-23[partners_api] booking api hotelAvailability method implementationArsentiy Milchakov
2017-10-23Refactored (a bit) user mark containersr.kuznetsov
2017-10-23Search result improvementsr.kuznetsov
2017-10-23[xc-scheme] [ios] Fixed xc scheme build.Ilya Grechuhin
2017-10-20Updated type of shape id in transit graph.Daria Volvenkova