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/editor
AgeCommit message (Collapse)Author
2019-05-30[geometry] LatLon refactoring.Vladimir Byko-Ianko
2019-05-28Fixed warnings for gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04)Maksim Andrianov
2019-05-21[base] [coding] Moved file_name_utils.{c,h}pp from coding/ to base/.Maxim Pimenov
2019-05-15Fixed some warnings.Maxim Pimenov
2019-05-06[routing] Build fixMikhail Gorbushin
2019-04-18[indexer] naming fixes for feature::EHeaderMask, ↵Arsentiy Milchakov
feature::EHeaderMask::HEADER_GEOTYPE_MASK, feature::ELayerFlags, FeatureType::GetTriangesAsPoints
2019-04-18[indexer] enum feature::EGeomType is changed to enum class feature::GeomTypeArsentiy 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-03-19[coding] Removed JoinFoldersToPath.Maxim Pimenov
2019-03-18[editor] Return EditableMapObject from Editor::GetEditedFeaturetatiana-yan
2019-03-18[indexer] Disallow copy and move of FeatureType, remove ↵tatiana-yan
FeatureType::ParseEverything().
2019-03-15[tests] Convert TestFeature m_name to StringUtf8Multilang.tatiana-yan
2019-03-03[editor] review fixesArsentiy Milchakov
2019-03-03[editor] get rid of T prefixArsentiy Milchakov
2019-03-03[editor] std migration + clang-formatArsentiy Milchakov
2019-02-21[editor] Minor refactoring: do not copy FeatureType to save FeatureID + ↵tatiana-yan
style fixes.
2019-02-21[editor][indexer] Use EditableMapObject in editor instead of FeatureType.tatiana-yan
2019-02-20[editor] Minor refactoring: do not copy FeatureType to save FeatureID.tatiana-yan
2019-01-24[search] Add SquareAsStreetTest.tatiana-yan
2018-12-13[coding] Renamed the StringUtf8Multilang files.Maxim Pimenov
Also added some documentation on how StringUtf8Multilang is stored.
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-10-08Fixed tests and worker threadr.kuznetsov
2018-10-08Fixed crash in editorr.kuznetsov
2018-10-08Fixed crash on edits uploadingr.kuznetsov
2018-09-25[strings_types] review fixesArsentiy Milchakov
2018-09-25[types_strings] review fixesArsentiy Milchakov
2018-09-25[types_strings][bookmarks] bookmarks localization logic is moved to platformsArsentiy Milchakov
2018-09-25[types_strings][android][search] types localization logic for search results ↵Arsentiy Milchakov
is moved from core to android
2018-09-25[types_strings][android][editor] move localization logic from core to androidArsentiy 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-14[base] Unified stl_add and stl_helpers.Maxim Pimenov
2018-08-22[editor] synchronization. review fixes.Arsentiy Milchakov
2018-08-22[editor] synchronization based on shared pointers. The editor is thread-safe ↵Arsentiy Milchakov
for read operations now.
2018-08-22[editor] Synchronization based on mutexes.Arsentiy Milchakov
2018-08-10Review fixesr.kuznetsov
2018-08-10[Core] Added user agent for http requestsr.kuznetsov
2018-07-30[indexer] Review fixestatiana-yan
2018-07-30[indexer] Convert LoaderBase methods to const, do not store FeatureType * in ↵tatiana-yan
shared feature loader. Remove mutable from FeatureType. Remove methods which use uninitialized FeatureType * LoaderBase::m_pFt from FeatureBase. Remove FeatureBase because noone else uses it.
2018-07-25Review fixes.Maxim Pimenov
2018-07-25Review fixes.Maxim Pimenov
2018-07-25[geometry] Coding style fixes.Maxim Pimenov
2018-07-25[editor] Test count features by EditableDataSorcetatiana-yan
2018-07-20[editor] Fix OSM authenticationIlya Zverev
2018-07-09[generator] Set mwm bounds rect to rect around region borders, not features ↵tatiana-yan
which cross region border.
2018-06-28[editor] Get rid of T prefixestatiana-yan
2018-06-28[indexer] DataSource refactoring: ReadMWMFunctor is not template anymoretatiana-yan
2018-06-28[indexer] Move FeaturesLoaderGuard out of DataSourcetatiana-yan