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
2019-03-01Added Vulkan context factoryr.kuznetsov
2019-02-13[doc] Add note about design tool build.tatiana-yan
2019-01-15Add version to all PYBINDINGS modules.Victor Popov
Make all modules have externally-specified (by build script) version. It must be externally specified since we can't know which tag the code was checked out from.
2019-01-09Add overridable boost_python library namepy-modules-0.2.6Victor Popov
This would be needed for updating boost to 1.67 or later - the python bindings libraries changed their names to contain python version they are built against. Also this naming change is backported to our boost packages on linux.
2019-01-09Find and link Qt5Widgets for PYBINDINGS.Victor Popov
At least one PYBINDINGS module requires linking with Qt5Widgets: pytraffic. If we don't find this library, it won't be linked, and thus pytraffic won't work at all.
2018-11-23[descriptions] Description section serializer and deserializer added.Daria Volvenkova
2018-10-19[tools] use tools/unix/check_cert.sh to break cmake-based build if check ↵Victor Popov
script fails
2018-09-13Track generator toolVladiMihaylenko
2018-09-05[geocoder] A command line interface.Maxim Pimenov
2018-08-30eye path is renamed to metricsArsentiy Milchakov
2018-08-30[eye] The eye is added.Arsentiy Milchakov
2018-07-11[geocoder] Forward geocoder stub.Maxim Pimenov
2018-06-28Added shaders libraryr.kuznetsov
2018-06-26-Wno-noexcept-type removed for clangMaksim Andrianov
2018-06-25Fixed warn: mangled name for .. will change in C++17 because the exception ↵Maksim Andrianov
specification is part of a function type
2018-06-25Disabled warn in boost headers. (Include dir marked as system)Maksim Andrianov
2018-06-22Moved ugc migration files option to ugc_tests CMakeList.VladiMihaylenko
2018-06-22UGC migration.VladiMihaylenko
2018-06-15[cmake] Add precompiled headers supportgreshilov
2018-04-04[search] Support searching over Plus CodesIlya Zverev
2018-03-14Added KML libraryr.kuznetsov
2018-02-27[boost] Update boost version to 1.64greshilov
2018-02-08Fix boost minimal version to 1.59greshilov
2018-01-29[cmake] Adding c++14 supportgreshilov
- Fix XCode build - Remove old compile opt from skin_generator project
2018-01-26[cmake] Main CMakeLists.txt refactoringgreshilov
- Fix filename - Include instead find_package - Rename to OmimHelpers.cmake
2018-01-19Review fixes.Vladimir Byko-Ianko
2018-01-19Fixing warnings in 3party lib.Vladimir Byko-Ianko
2018-01-18[cmake] Designer Tool final fixgreshilov
Fix omim_add_test, omim_add_executable
2018-01-15[build] Fixed ASAN build.Yuri Gorshenin
This commit moves ASAN/TSAN compile options before any 3party subdirectories, to prevent build of std library with and without instrumentation under the same hood.
2017-12-28Removing osrm. cpp, hpp, CMake.Vladimir Byko-Ianko
2017-12-20Adding transit library and transit_tests.Vladimir Byko-Ianko
2017-12-06[cmake] Fix building for SKIP_DESKTOP and SKIP_TESTS flagsv.greshilov
2017-11-14Qt version check added, and some styling remarks fixedgreshilov
UPATE: Build designer option block moved down UPDATE 2: Build type block moved up, right after platform block
2017-11-01Set default boost dir in 3party/boostГрешилов Вячеслав
if block fix 2 spaces in platform_android.cpp find_package fix
2017-11-01mendГрешилов Вячеслав
2017-11-01Added .gitignore rulesГрешилов Вячеслав
X32 variable deleted, set USE_FILE32API by default
2017-11-01CMake fabulous fix #3Грешилов Вячеслав
2017-11-01Fabulous android CMake fix #2Грешилов Вячеслав
Correction after review and tests on linux.
2017-11-01Fabulous android CMake fix.Грешилов Вячеслав
2017-10-19[build] Fixed build of pybindings with desktop.Yuri Gorshenin
2017-10-18[feature_list] Fixed feature_list build.Yuri Gorshenin
2017-10-02Add side panel with partner's segments.Sergey Magidovich
2017-09-29[base] WorkerThread supports delayed tasks now.Yuri Gorshenin
2017-09-27[xcode-9] [ios] Fixed cmake build.Ilya Grechuhin
2017-09-13[3party] Rewrote bsdiff to use our readers and writers.Maxim Pimenov
2017-08-11[routing] track analyzerДобрый Ээх
2017-08-07Moved obsolete watch renderer to own libraryr.kuznetsov
2017-08-03Fix build pymodules on Linuxpy-modules-0.2.3Sergey Yershov
2017-08-03[cmake] do not use qt for pybindingsArsentiy Milchakov
2017-07-21Review fixes.Vladimir Byko-Ianko