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
2018-04-19[editor] The character '+' is valid for name nowArsentiy Milchakov
2018-04-18Review fixesVladiMihaylenko
2018-04-18Added hash specialization for ftypes::IsHotelChecker::TypeVladiMihaylenko
2018-04-18[core] Tightened the thread checkerAlexander Zatsepin
2018-04-16[generator] Disable fake types for linesIlya Zverev
2018-04-13Custom bookmark name.Daria Volvenkova
2018-04-12Added FC2018 search icon, fixed displacementr.kuznetsov
2018-04-11Review fixes.Maxim Pimenov
2018-04-11[coding] Refactored EncodeDelta for points.Maxim Pimenov
2018-04-11clang-formatMaxim Pimenov
2018-04-11[coding] [geometry] Refactored geometry serialization.Maxim Pimenov
This commit moves all the code related to geometry serialization from indexer/ and coding/ to a single place, namely coding/geometry_coding.{c,h}pp.
2018-04-11[generator] Fix type constructorIlya Zverev
2018-04-10[coding] [geometry] Deprecated PointToInt.Maxim Pimenov
For some reason we have been using bitwise merge to store a pair of 32-bit unsigned integer coordinates. Since the width of the coordinates is fixed and storage in general has nothing to do with the Z-order curve where bitwise merge is appropriate, this commit marks this method of storage as obsolete (and effectively deprecated). The functions to convert between PointD and PointU are still serviceable. Their usage is slightly refactored.
2018-04-09Store feature names and types in bookmark data.Daria Volvenkova
2018-04-09Increase search rank for FC2018 objectstatiana-kondakova
2018-03-29Add FC2018 types and citiesIlya Zverev
2018-03-29Added hotel type to PP, remove banner from hotelsr.kuznetsov
2018-03-16Add geo rankingtatiana-kondakova
2018-03-16BoundsT -> Bounds, CellIdT -> CellIdtatiana-kondakova
2018-03-16Making routes along piers. That means along tag man_made:pier.Vladimir Byko-Ianko
2018-03-16Replace http with https for openstreetmap.org linksIlya Zverev
2018-03-16[indexer] Pull back entrance and partner2 typesIlya Zverev
2018-03-07Add data generation for LocalityIndexBuildertatiana-kondakova
2018-03-06Using _t suffix instead of ::type in whole project + using std:: somewhere.VladiMihaylenko
2018-03-05[editor] get rid of commentArsentiy Milchakov
2018-03-05[editor] getting rid of osm::Editor::OriginalFeatureHasDeaultName methodArsentiy Milchakov
2018-03-05[editor] changing default name automatically fix.Arsentiy Milchakov
2018-03-05Added flags for partners buttonsr.kuznetsov
2018-03-01Fix signed unsigned mismatch warningtatiana-kondakova
2018-02-28Review fixes.Vladimir Byko-Ianko
2018-02-28Review fixes.Vladimir Byko-Ianko
2018-02-28Adding highway class Transported for ferry and trains which transports cars.Vladimir Byko-Ianko
2018-02-21[indexer] similar languages changes.Arsentiy Milchakov
2018-02-08Fix gcc5 buildtatiana-kondakova
2018-02-08Change LocalityIndex depthtatiana-kondakova
2018-02-07Add LocalityIndex testtatiana-kondakova
2018-02-02Add LocalityIndextatiana-kondakova
2018-02-01Build fixtatiana-kondakova
2018-02-01covering::IntervalsT -> covering::Intervalstatiana-kondakova
2018-02-01Add LocalityIndexBuildertatiana-kondakova
2018-01-30Remove GeoIndex 2011 format supporttatiana-kondakova
2018-01-23[editor] review fixesArsentiy Milchakov
2018-01-23[editor] Support migration for old versions of edits.Arsentiy Milchakov
2018-01-23[cleanup] [ios] Fixed compilation warnings.Ilya Grechuhin
2018-01-22Added new partners systemr.kuznetsov
2018-01-19[indexer] Add ability to mmap scales index.Yuri Gorshenin
2018-01-18Fixing some routing_integration_tests.Vladimir Byko-Ianko
2018-01-17[editor] relations are allowed for editingArsentiy Milchakov
2018-01-10[editor] matching by geometryArsentiy Milchakov
2018-01-09[editor] names validation fixArsentiy Milchakov