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
2019-06-10CrossroadsVladiMihaylenko
2019-05-30[geometry] LatLon refactoring.Vladimir Byko-Ianko
2019-05-30[generator] United the borders_loader and borders_generator files.Maxim Pimenov
2019-05-21[base] [coding] Moved file_name_utils.{c,h}pp from coding/ to base/.Maxim Pimenov
2019-03-25[routing] Refactored vehicle models and fixed tests.VladiMihaylenko
2019-03-25[routing] Using alias instead of uint16_t for maxspeed.VladiMihaylenko
2019-03-25Using country name instead of mwm in track analyzerVladiMihaylenko
2019-03-18[indexer] Disallow copy and move of FeatureType, remove ↵tatiana-yan
FeatureType::ParseEverything().
2019-01-31[track analyzer] Correct usage of none maxspeed and walk maxspeed.VladiMihaylenko
2018-11-30[base] Renamed CHECK_SWITCH to UNREACHABLE.Maxim Pimenov
2018-11-26Using maxspeed in track analyzerVladiMihaylenko
2018-11-23[routing] Getting ready VehicleModel for bidirectinal maxspeeds.Vladimir Byko-Ianko
2018-11-21Review fixesr.kuznetsov
2018-11-08Made track analyzer a little bit faster.VladiMihaylenko
2018-10-16[indexer] Remove Classificator::SortClassificator()tatiana-yan
2018-10-03Review fixes and parallel matchingVladiMihaylenko
2018-10-03[routing] Added city roads, surfaces, day/night, one way road to the track ↵VladiMihaylenko
analyzer's table comad.
2018-09-20Review fixes.Vladimir Byko-Ianko
2018-09-20Passing CityRoads class to GeometryLoader.Vladimir Byko-Ianko
2018-09-20Track analzing buld fix.Vladimir Byko-Ianko
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
Specialized classes DistanceToLineSquare and ProjectionToSection are replaced with a unified ParametrizedSegment class.
2018-07-30[indexer] Convert LoaderBase methods to const, do not store FeatureType * in ↵tatiana-yan
shared feature loader. Remove mutable from FeatureType. Remove methods which use uninitialized FeatureType * LoaderBase::m_pFt from FeatureBase. Remove FeatureBase because noone else uses it.
2018-07-23[routing] Added comand to convert tracks into gpx.VladiMihaylenko
2018-07-23[cmake] Fix track analyzergreshilov
- Delete unused links - Pysearch fix - Review fixes
2018-06-27[index] Classes for Frozen and Editable DataSourcestatiana-yan
2018-06-27[indexer] DataSource unique_ptr<FeatureSourceFactory> -> ↵tatiana-yan
FeatureSourceFactory const &
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
Remove namespace datasource
2018-06-21[coding] Default cache params in FileReader's constructor.Maxim Pimenov
Now that we know all the places that depended on the implicit params, fall back to the simple constructor. The main problem here was that there used to be a component in generator/intermediate_data.hpp where the same field could be used both as a reader and as a writer via template metaprogramming. This effectively forced the constructors of FileReader and FileWriter to have the same parameter list. Three default parameters in FileReader's constructor that could be implicitly cast to one another only complicated the matters, so once we have removed the |withException| param an extra check was needed that all the constructors are now used as intended.
2018-06-21[coding] FileReader now always throws exception on an out-of-bounds access.Maxim Pimenov
2018-06-19Review fixes.Vladimir Byko-Ianko
2018-06-19git-clang-formatVladimir Byko-Ianko
2018-06-19Review fixes.Vladimir Byko-Ianko
2018-06-19Review fixes.Vladimir Byko-Ianko
2018-06-19Extrapolation benchmark implemented.Vladimir Byko-Ianko
2018-06-19Adding command for saving unmatched tracks in csv in track analyzer.Vladimir Byko-Ianko
2018-06-15[cmake] Add precompiled headers supportgreshilov
2018-06-01[indexer][editor] Move some code from indexer to editorSergey Yershov
2018-05-10Save to bookmark data persistent feature types based on index.Daria Volvenkova
2018-04-19Build fix.Vladimir Byko-Ianko
2018-03-14Added KML libraryr.kuznetsov
2017-12-28Removing osrm. cpp, hpp, CMake.Vladimir Byko-Ianko
2017-11-29Restrict pedestrian time in transit routingtatiana-kondakova
2017-11-15Read RoadAccess for proper vehicle typetatiana-kondakova
2017-11-14Getting rid of estimator in MakeFakeEnding. Add OffroadSpeed to vehicle ↵tatiana-kondakova
model, add CalcCrossOffroadWeight to estimator, use it to calculate non-feature speeds
2017-10-17Moving routing_helpers.hpp and routing_helpers.cpp from map to storage.Vladimir Byko-Ianko
2017-10-17Moving num_mwm_id.hpp to routing_common.Vladimir Byko-Ianko