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
2021-02-16[base] Rewrote to_{u}int32 by using internal::ToInteger.Maxim Pimenov
2021-02-16[base] Add to_uint32 and to_int32.Maxim Pimenov
2021-02-16[base] Helper functions that remove ("eat") prefixes and suffixes of strings.Maxim Pimenov
2021-01-26Review fixesMaksim Andrianov
2021-01-26[base] Trim impl was replaced to faster.Maksim Andrianov
2020-03-04[map] infrastructure for elevation info is added. review fixesArsentiy Milchakov
2020-03-04[base] string conversion methods are refactored. Changes:Arsentiy Milchakov
2019-10-22[base] Added bool to_size_t(std::string const & s, size_t & i).Maksim Andrianov
2019-08-28[geocoder] Improve result relevance: ignore numerical suburb/sublocality with...split-repoAnatoly Serdtcev
2019-07-01Review fixesLaGrunge
2019-07-01[generator] make ids hex stringsLaGrunge
2019-06-26Optimization step 'generate_features': Added ReplaceLast.Maksim Andrianov
2019-06-24[base] Add EndsWith(UniString const & s1, UniString const & s2)tatiana-yan
2018-12-06[generator] Load brands and set to metadatatatiana-yan
2018-12-03[generator] Added wikipedia descriptions generation.Maksim Andrianov
2017-11-14Review fixes.Daria Volvenkova
2017-07-21Review fixes.Vladimir Byko-Ianko
2017-06-01Review fixes.Yuri Gorshenin
2017-02-13Review fixes.Maxim Pimenov
2016-12-28Fix issues while build on LinuxSergey Yershov
2016-12-28Remove using std from baseSergey Yershov
2016-10-11[search] Implemented hotels filter.Yuri Gorshenin
2016-06-28[booking] Revert the last good code from ParseCSVRowIlya Zverev
2016-06-28[booking] Remove CSV in favour of a simple splitIlya Zverev
2016-06-28[booking] Replace Split with ParseCSVRowIlya Zverev
2016-06-28[booking] Save all translations we've gotIlya Zverev
2016-06-22[base] Removed TokenizeIterator default ctor.Yuri Gorshenin
2016-06-15[base] Implemented empty-tokens-support to tokenizer.Yuri Gorshenin
2016-06-01[tests] Correctly process empty strings in to_whateverIlya Zverev
2016-05-31[utils] Fix error checking in to_intIlya Zverev
2016-05-31Clang-format for reviewSergey Yershov
2016-05-27[base] Refactor to_int and to_uint. Implement tests.Sergey Yershov
2016-05-26[generator] Review fixes in c++ partSergey Yershov
2016-05-25Review fixesSergey Yershov
2016-04-22[search] Postcodes are added to the search index.Yuri Gorshenin
2016-04-19Fixed an out-of-bounds access.Maxim Pimenov
2016-04-07strings::NormalizeDigits for UniString.Alex Zolotarev
2016-04-05Speed improvement from Yury Gorshenin.Alex Zolotarev
2016-04-05strings::NormalizeDigits for full-width unicode numbers.Alex Zolotarev
2016-03-23isfinite compilation fix.Alex Zolotarev
2016-03-23strings::to_double now checks for finite values and overflows.Alex Zolotarev
2016-03-23Speed up strings::to_XXX conversion by removing unnecessary variable check.Alex Zolotarev
2016-03-23[search] Added a calculation of address search completeness.Maxim Pimenov
2016-01-13Cuisine normalisation #https://trello.com/c/TKooF4Q0/25-cuisineSergey Magidovich
2016-01-07Fixed bug when strings::to_double(“”, d) incorrectly returned true.Alex Zolotarev
2015-12-10strings::StartsWith() for UniString from new-search branch.Alex Zolotarev
2015-11-30[drape] country status logicExMix
2015-10-15Review fixes.Yuri Gorshenin
2015-09-23Added base to to_int function.vng
2015-09-23Replaced boost’s STATIC_ASSERT with a C++11 one.Alex Zolotarev