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
path: root/search
AgeCommit message (Expand)Author
2015-09-23master build fixLev Dragunov
2015-09-23[index, mwm-set] MwmLock -> MwmHandleYuri Gorshenin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23[generator] Implemented test for mwm generation.Yuri Gorshenin
2015-09-23Minor code style fixes.vng
2015-09-23Revert "Merge pull request #1068 from maps/revert-929-abstract-country-file"Yuri Gorshenin
2015-09-23Revert "[storage, framework, index] Storage redesign. Plain strings are repla...gorshenin
2015-09-23Storage redesign.Yuri Gorshenin
2015-09-23[search] Always print current locale.vng
2015-09-23Review fixes.vng
2015-09-23boost::hash -> std::hashAlex Zolotarev
2015-09-23Removed scoped_ptr/scoped_array.Alex Zolotarev
2015-09-23Replaced boost’s STATIC_ASSERT with a C++11 one.Alex Zolotarev
2015-09-23[search] Remove volatile bool m_cancel.Yuri Gorshenin
2015-09-23Review fixes.vng
2015-09-23[search] Cache viewport ids optimization - skip queries with inner viewport.vng
2015-09-23[search] Removed unused code and other code style fixes.vng
2015-09-23[search] Do many iterations for query by incrementing viewport search rect.vng
2015-09-23[search] Logic refactoring: search only in current viewport (or only around p...vng
2015-09-23Rename AlmostEqual into AlmostEqualULPs.Maxim Pimenov
2015-09-23Fix warnings for SearchSergey Yershov
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Implemented new mwm info table.Yuri Gorshenin
2015-09-23[search] Fixed bug from previous commit here.vng
2015-09-23Review fixSergey Yershov
2015-09-23Fix build warnings for Search. Cleanup code.Sergey Yershov
2015-09-23Developing infrastucture for launching integration tests and unit tests for A...Vladimir Byko-Ianko
2015-09-23Fix include path for searchSergey Yershov
2015-09-23Singletone IsBuildingChecker.Alex Zolotarev
2015-09-23IsBuilding flag in the AddressInfo, so UI code can use it for different logic.Alex Zolotarev
2015-09-23Fixed constantness.Yuri Gorshenin
2015-09-23Fixed MwmSet::Register() signature.Yuri Gorshenin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23Added Observers interface to Index.Yuri Gorshenin
2015-09-23Renamed methods.Alex Zolotarev
2015-09-23Minor change: sorted includes.Alex Zolotarev
2015-09-23Moved boost::make_transform_iterator into std/transform_iterator.hpp.Alex Zolotarev
2015-09-23Fixed missing include.Alex Zolotarev
2015-09-23Minor fix of using directive.Alex Zolotarev
2015-09-23[search] Fixed memory leaks in house detector.Yuri Gorshenin
2015-09-23Simple C++ search logging.Alex Zolotarev
2015-09-23Use range base for in feature::TypesHolder.vng
2015-09-23Replace DistanceOnEarth fn call with more convenient one.vng
2015-09-23[search] Move GetStreetName function to indexer search_string_utilsDenis Koronchik
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[msvc][win] Fixed compilation issuesAlex Zolotarev
2015-09-23Added mwm timestamp reading.vng
2015-09-23[coding] Implement FileMappingContainerDenis Koronchik
2015-09-23[core] Fixed bug with scale index processing - duplicating functor was copied.Denis Koronchik