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-23More precise feature - cell intersection.Yury Melnichek
2015-09-23Rename geometry/covering.hpp -> geometry/covering_utils.hpp.Yury Melnichek
2015-09-23Rename indexer/covering.?pp -> indexer/feature_covering.?pp.Yury Melnichek
2015-09-23Fix coastline feature processing: skip other types and additional checks afte...vng
2015-09-23[search] Do not index duplicate entries.Yury Melnichek
2015-09-23[search] Index every token.Yury Melnichek
2015-09-23Fix dummy error in search index generation.vng
2015-09-23Fix using of FilesContainerR, FilesContainerW.vng
2015-09-23Remove triangles orientation checking after tesselation.vng
2015-09-23Add type of map (country, world, world coasts) to mwm header.vng
2015-09-23Sort rules by scale after reading classificator.vng
2015-09-23Add simplification routine with specified 'Distance' policy object.vng
2015-09-23Robust triangles orientation checking in tesselator.vng
2015-09-23Add override support in FilesContaiterW. Make it's interface more simple.vng
2015-09-23[search] Stricter ordering of features with the same name in trie.Yury Melnichek
2015-09-23Make FeatureBuilder1 geometry more generic. Now we store the set of polygons ...vng
2015-09-23Feature inner statistics zero initialization.vng
2015-09-23Rename string_search_utils.hpp -> search_string_utils.hppYury Melnichek
2015-09-23[search] Move search/delimeters.?pp -> indexer/search_delimiters.?ppYury Melnichek
2015-09-23Warning fixAlex Zolotarev
2015-09-23Make classificator initialization faster.vng
2015-09-23Remove unused dependencies - Fix iphone-device compilation.vng
2015-09-23Clear parameters (names, ranks, ...) in merged linear features during world m...vng
2015-09-23Moved osm_decl.hpp from indexer to generatorAlex Zolotarev
2015-09-23Pass functor in ForEachFeature by reference.vng
2015-09-23[benchmark_tool] Rewrote and fixed benchmark rects logicAlex Zolotarev
2015-09-23Commented out classificator logsAlex Zolotarev
2015-09-23Remove indexer -> search dependency.Yury Melnichek
2015-09-23Fix bug in statistic. Choose best geometry for feature size calculating.vng
2015-09-23Fix bug when some feature were omitted from ForEachInRect. Remove Query class...Yury Melnichek
2015-09-23Support old format 1.01 (April 2011).vng
2015-09-23[Support Old Format] Add polymorphic index usage.vng
2015-09-23[Refactoring] Factor out feature loading routine to separate instance.vng
2015-09-23Factor out 'CodingParams' to separate module.vng
2015-09-23Factor out FeatureBuilder to the separate module in 'generator' lib.vng
2015-09-23Remove unnecessary 'Flush', 'Finish'.vng
2015-09-23Add code for 'area' styles program generation.vng
2015-09-23Forgot to commit defines.vng
2015-09-23Add separate ForEachInRectXXX functon for tile drawing.vng
2015-09-23Make clear function names for classificator types.vng
2015-09-23Fix generator_tests.vng
2015-09-23[search] Factor out approximate string matching and stop using it. There will...Yury Melnichek
2015-09-23Fix viewport rect covering for drawing.vng
2015-09-23Add "Clamp" functions mercator coordinates.vng
2015-09-23Add simple "Cover..." function for tile viewport drawing.vng
2015-09-23Fix search index generation for World.vng
2015-09-23Fix trie search. !Note! Need to review some @todo.vng
2015-09-23[search] Integrate search of a trie into main code. Not finished!Yury Melnichek
2015-09-23Add FeatureType::GetNamesFn.Yury Melnichek
2015-09-23[search] Add FeatureType::GetSearchRank().Yury Melnichek