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
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
2015-09-23Fix include path for baseSergey Yershov
2015-09-23Renamed methods.Alex Zolotarev
2015-09-23Fixed AlmostEqual() algorithm.Yuri Gorshenin
2015-09-23Improvement in turn sieve. Turns are removed if source street name and and ta...Vladimir Byko-Ianko
2015-09-23Added strings::IsHTML(string const & s) to correctly render bookmarks descrip...Alex Zolotarev
2015-09-23Minor to_string_dac fixes.vng
2015-09-23Fixed bug with to_string_dacAlex Zolotarev
2015-09-23[search] Fixed stop words processing for category synonyms.vng
2015-09-23Fixed bug in Double -> String conversion with fixed digits after comma.vng
2015-09-23[search] Use fixed digits after comma (5) for coordinates conversion.vng
2015-09-23Warning fixAlex Zolotarev
2015-09-23[core] Check if string contains only ASCII symbolsKirill Zhdanovich
2015-09-23Optimize strings comparison in geo-url parsing.vng
2015-09-23Move "heavy" implementations to cpp. Simplify some functions.vng
2015-09-23Add strings::Trim.vng
2015-09-23Add strings::AsciiToLower fast function.vng
2015-09-23[win] Compilation fixesAlex Zolotarev
2015-09-23Speed up strings::to_<integer> conversionsAlex Zolotarev
2015-09-23Moved osm_decl.hpp from indexer to generatorAlex Zolotarev
2015-09-23Added unicode normalizationAlex Zolotarev
2015-09-23Added full unicode range CaseFolding (LowerCase)Alex Zolotarev
2015-09-23Removed unnecessary base/utf8_string as it's implemented in base/string_utilsAlex Zolotarev