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-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
2015-09-23Add types mapping to feature serialization\deserialization.vng
2015-09-23Add additional types mapping (index <-> type) in classificator.vng
2015-09-23Correct GetCurrentThreadID.vng
2015-09-23Multithreaded model drawing.vng
2015-09-23Using all available CPU cores for tile rendering.rachytski
2015-09-23[Refactoring] Use mwm-file descriptor (string name) in Index. Open FileReader...vng
2015-09-23- Take care about Reader exceptions;vng
2015-09-23[Refactoring] Use Reader interface everywhere, when possible. Platform class ...vng
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Replace stdlib.hpp with cstdlib.hpp;vng
2015-09-23Changed language code type from char to int8_tAlex Zolotarev
2015-09-23Add GetScaleLevelD functions (return double factors without conversion to int).vng
2015-09-23GetRationForLevel, GetRectForLevel implementation.vng
2015-09-23For VNG: to finish methods implementationAlex Zolotarev
2015-09-23Make index exception-safe!Yury Melnichek
2015-09-23Draw tunnels transparent:vng
2015-09-23Add pair<int, int> DrawableScaleRangeForText(). It returns min and max scales.vng