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
2015-09-23Replaced boost’s STATIC_ASSERT with a C++11 one.Alex Zolotarev
2015-09-23Fix include path for indexerSergey Yershov
2015-09-23Removed useless includes.vng
2015-09-23[optimization] Improve speed of interval indexDenis Koronchik
2015-09-23Correct using of cstring and memcpy includes.vng
2015-09-23CellId refactoring: explicitly specify DEPTH_LEVELS where needed.Yury Melnichek
2015-09-23Fix bug when some feature were omitted from ForEachInRect. Remove Query ↵Yury Melnichek
class, since it's not used anywhere.
2015-09-23[Support Old Format] Add polymorphic index usage.vng
2015-09-23Warning fixesAlex Zolotarev
2015-09-23Fixed indexer assert in DEBUGAlex Zolotarev
2015-09-23Remove bitset.hpp.Yury Melnichek
2015-09-23One more new index format. :) Smaller than previousYury Melnichek
2015-09-23Add Bitset class and use in the IntervalIndex.Yury Melnichek
2015-09-23New smaller index format.Yury Melnichek
2015-09-23Add Clear() method to Query, which allows to use a single query multiple ↵Yury Melnichek
times. This saves processor time on initialization / de-initialization of caches.
2015-09-23Store IntervalIndex cache in Query. Should speed up index.Yury Melnichek
2015-09-23Fixed build errorsAlex Zolotarev
2015-09-23Get rid of most pragma pack's, because using it causes wrong alignment on GCC.Yury Melnichek
May cause build failures on MSVC, will check soon.
2015-09-22One Month In Minsk. Made in Belarus.Alex Zolotarev