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/coding
AgeCommit message (Collapse)Author
2019-04-22[booking][search] booking filter improvement. review fixesArsentiy Milchakov
2019-04-19[booking] additional url params + ios statistics fixArsentiy Milchakov
2019-04-15Several explicit constructors per the Cppcheck report.Maxim Pimenov
2019-04-12[std] Use new include style for coding, fixes.tatiana-yan
2019-04-12[std] Use new include style for coding, fixes.tatiana-yan
2019-04-10[std] Remove std/queue.hpptatiana-yan
2019-04-02[android][core][ndk] Added ARM64 supportАлександр Зацепин
2019-03-19[coding] Removed JoinFoldersToPath.Maxim Pimenov
2019-03-11Several explicit constructors per the Cppcheck report.Maxim Pimenov
2019-03-01[Vulkan] Added shader subsystemr.kuznetsov
2019-02-22push 3party warningt psuMikhail Gorbushin
2019-02-07[notifications][core] UGC notifications v2Arsentiy Milchakov
2019-01-29Merge pull request #9867 from maksimandrianov/approximation_region_kvcc-engineering
[generator] Added approximation regions without a boundary.
2019-01-29Review fixesMaksim Andrianov
2019-01-18[generator] Added approximation regions without a boundary.Maksim Andrianov
2019-01-17[indexer][tests] Add tests for LocalityIndex top size.tatiana-yan
2018-12-28[search][generator] Store corresponding street feature id as street ↵tatiana-yan
identifier in HouseToStreetTable.
2018-12-26[coding] Move Elias-Fano based map encoding/decoding to coding library.tatiana-yan
2018-12-26[coding] Removed VarintVector.Maxim Pimenov
2018-12-26[coding] Cleaned up some unused code.Maxim Pimenov
2018-12-20Review fixes.Maxim Pimenov
2018-12-20[generator] A fix for applying corrupted diffs.Maxim Pimenov
It looks like sometimes diff files cannot be unarchived. The result of inflate() should at least contain the diff header even for diffs created from two identical files but for some reason it appears to be empty. This commit stops assuming that the downloaded diff file can be read without errors.
2018-12-18[coding] Deprecate unpopular languages to add more relevant ones.tatiana-yan
2018-12-13[coding] Renamed the StringUtf8Multilang files.Maxim Pimenov
Also added some documentation on how StringUtf8Multilang is stored.
2018-12-07[platform] Fixed MkDirRecursivelyMaksim Andrianov
2018-11-30[base] Renamed CHECK_SWITCH to UNREACHABLE.Maxim Pimenov
2018-11-26[coding] Removed the CellId epsilon.Maxim Pimenov
In was used as eps in meters in some cases and eps in mercator in others. Its value was hard to justify and so were its use cases. We're better off with less epsilons for now. Also renamed Metres to Meters in the mercator code.
2018-11-23Review fixes.Maxim Pimenov
2018-11-23[coding] Moved functions that encode points to one common file.Maxim Pimenov
2018-10-31Notification manager review fixes + eye unsubscribe fixArsentiy Milchakov
2018-10-31[eye] save mercator pos instead of latlonArsentiy Milchakov
2018-10-26[eye] review fixesArsentiy Milchakov
2018-10-26[eye] map object events serdes+storage+migrationArsentiy Milchakov
2018-09-19[base] Removed the MY_ prefix from the scope guard.Maxim Pimenov
2018-09-18[base] Replaced the namespace my with base.Maxim Pimenov
2018-09-14Review fixes.Vladimir Byko-Ianko
2018-09-14Explicit check that only little endian architectures are supported.Vladimir Byko-Ianko
2018-09-14[base] Unified stl_add and stl_helpers.Maxim Pimenov
2018-09-11Using rs_bit_vector intead of cbv.Vladimir Byko-Ianko
2018-09-05[routing] Add speed camera section + tests for it.Mikhail Gorbushin
2018-08-31remove my::make_uniqueMikhail Gorbushin
2018-08-30[eye + tips] review fixesArsentiy Milchakov
2018-08-30[eye] The eye is added.Arsentiy Milchakov
2018-08-17[Core] Added subscriptionr.kuznetsov
2018-08-01Review fixes.Maxim Pimenov
2018-08-01[geometry] Functors instead of factories in simplification.hpp.Maxim Pimenov
2018-08-01[geometry] Refactoring of code that works with parametrized segments.Maxim Pimenov
Specialized classes DistanceToLineSquare and ProjectionToSection are replaced with a unified ParametrizedSegment class.
2018-06-27[coding] [map] Fixed tests.Maxim Pimenov
Assertions in FileReader interfered with tests that checked exceptions from reading broken files.
2018-06-25Review fixesMaksim Andrianov
2018-06-25After mergeMaksim Andrianov