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
2015-09-23[categories_holder.cpp] Remove static const member declaration from .cpp file...Artyom Polkovnikov
2015-09-23[routing] Add turn instructionsDenis Koronchik
2015-09-23[search] Move GetStreetName function to indexer search_string_utilsDenis Koronchik
2015-09-23[generator] Do cover feature for the best geometry always, because it’s ind...vng
2015-09-23[generator] Fixed bug with skipping non-drawable special types.vng
2015-09-23Minor refaсtoring: removed CoordPointT typedef to avoid disambiguate.vng
2015-09-23[tests] Check that feature has nonempty geometry if it’s stored in geometry...vng
2015-09-23[generator] Store feature in geometry index only if it has nonempty geometry ...vng
2015-09-23Minor refactoring.vng
2015-09-23Do delayed update if mwm file is actually locked.vng
2015-09-23Review fixes.vng
2015-09-23[classificator] Added “junction=roundabout” type for routing algorithm.vng
2015-09-23Minor refactoring - use “initializer_list” for getting classificator types.vng
2015-09-23[index] Check for “pending ready” files every time the app starts.vng
2015-09-23[routing] Fix error with route search run when start and end osrm nodes equalDenis Koronchik
2015-09-23[msvc][win] Fixed compilation issuesAlex Zolotarev
2015-09-23[strings] Append sv transltionDenis Koronchik
2015-09-23Added mwm timestamp reading.vng
2015-09-23[routing] Improve start/end points findDenis Koronchik
2015-09-23Removed duplicating enums.vng
2015-09-23Review fixes.vng
2015-09-23[routing] Added route-ferry-motorcar type.vng
2015-09-23[coding] Implement FileMappingContainerDenis Koronchik
2015-09-23Pretty print of FeatureType.Denis Koronchik
2015-09-23[core] Fixed bug with scale index processing - duplicating functor was copied.Denis Koronchik
2015-09-23[generator][classificator] Factor out additional tags for highways as the sep...vng
2015-09-23[categories] “WiFi” category should be the last option when showing featu...vng
2015-09-23Made FeatureParams::GetTypeMask private.vng
2015-09-23[search] Do not match Wi-Fi with “wi” or “fi” token.vng
2015-09-23[search] Do search for category only if it matches for current, input or Engl...vng
2015-09-23[categories] Do correct distinguishing of current language and current locale...vng
2015-09-23Removed useless includes.vng
2015-09-23[categories] Added “sk” language to language index array.vng
2015-09-23[c++11] Migrated from scoped_ptr to unique_ptrAlex Zolotarev
2015-09-23Minor changes.vng
2015-09-23Activated Turkish categories translationAlex Zolotarev
2015-09-23Base libraries C++11 sources compatibilityAlex Zolotarev
2015-09-23[localizations] Split languages for data and for categories, they should be d...Alex Zolotarev
2015-09-23[optimization] Improve speed of interval indexDenis Koronchik
2015-09-23[search] Refactored emitting final search results.vng
2015-09-23[classif] Add BaseChecker::PrepareFeatureTypeToMatch().Denis Koronchik
2015-09-23Use one static instance of IsStreetChecker.vng
2015-09-23Code style fixesAlex Zolotarev
2015-09-23[routing] Implement path reconstruction function for feature road graph.vng
2015-09-23- Routing does not depend on searchAlex Zolotarev
2015-09-23[routing] Road graph on mwm features.Denis Koronchik
2015-09-23Added convenience static method m2::PointD MercatorBounds::FromLatLon(lat, lon)Alex Zolotarev
2015-09-23[generator] Fixed generation of .addr file.vng
2015-09-23[search] Fixed stop words processing for category synonyms.vng
2015-09-23Compile errors fixesSergey Pisarchik