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
2018-03-23[base] Changed the namespace of Cancellable from my to base.Maxim Pimenov
2018-03-16[feature_list] Fix error with wikipedia urlIlya Zverev
2018-03-14[feature_list] Use correct wikipedia urlIlya Zverev
2018-03-14[feature_list] clang format the cppIlya Zverev
2018-03-14More columns to feature_listIlya Zverev
2017-12-01[coding] An uninterruptible version of ForEach in StringUtf8Multilang.Maxim Pimenov
2017-12-01[base] ControlFlow.Maxim Pimenov
The convention we used to break a ForEach loop prematurely was to return false from the function object that was being called by ForEach. Now the function object must return a special enum, thus making the intention more readable.
2017-11-01[search] Removed processor factory + fixed pybindings build.Yuri Gorshenin
2017-10-18[feature_list] Fixed feature_list build.Yuri Gorshenin
2017-10-13[scripts] Update feature_list and generate_planetIlya Zverev
2017-10-13build fixArsentiy Milchakov
2017-04-19Reduced count of getting device language calls.Daria Volvenkova
2017-04-05Merge pull request #5691 from darina/icu-transliterationYuri Gorshenin
Transliteration using for obtaining best feature name.
2017-04-04[feature_list] Add sport and office categories to POIIlya Zverev
2017-03-30Transliteration allowability parameter added.Daria Volvenkova
2017-03-24Merge pull request #5614 from milchakov/warnings_fixmpimenov
Warnings fix
2017-03-22warnings fixArsentiy Milchakov
2017-03-21[feature_list] Update feature_list for new feedsIlya Zverev
2016-10-11[feature_list] Expand to_string_with_digits_after_commaIlya Zverev
2016-10-11[feature_list] Add const modifier everywhereIlya Zverev
2016-10-11[feature_list] Add website columnIlya Zverev
2016-10-07Feature list toolIlya Zverev