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/std
AgeCommit message (Collapse)Author
2015-09-23Added city rank tableConstantin Shalnev
2015-09-23Use natural-land as background color for specified scalesConstantin Shalnev
2015-09-23Timer is moved to steady clocks.Yuri Gorshenin
2015-09-23Added watchdog timerConstantin Shalnev
2015-09-23[build] Fixed CHAR_BIT problem on linux.Yuri Gorshenin
2015-09-23Review fixes.Maxim Pimenov
2015-09-23[omim] Remove base/pseudo_random.hpp and add std/random.hpp instead.Maxim Pimenov
2015-09-23Corrections after colleagues commentsVladimir Byko-Ianko
2015-09-23Revert "Merge pull request #1068 from maps/revert-929-abstract-country-file"Yuri Gorshenin
This reverts commit 66aac38c3004d261ee06a16f7e9db372f67614df, reversing changes made to ad8708944070f6b32a17fbb944d3c493b3fb2a24.
2015-09-23Revert "[storage, framework, index] Storage redesign. Plain strings are ↵gorshenin
replaced to CountryFile and LocalCountryFile."
2015-09-23Storage redesign.Yuri Gorshenin
2015-09-23Review fixes.vng
2015-09-23std folder cleanup & removing not needed boost references.Alex Zolotarev
2015-09-23Fixed cmath define.Alex Zolotarev
2015-09-23boost::hash -> std::hashAlex Zolotarev
TODO: Should we improve current hash implementation/review do we really need unordered sets/maps?
2015-09-23Fixed <cstdint>.Alex Zolotarev
2015-09-23Removed scoped_ptr/scoped_array.Alex Zolotarev
2015-09-23Replaced boost’s STATIC_ASSERT with a C++11 one.Alex Zolotarev
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23[platform] Implementation for CountryFile and LocalCountryFile abstractions.Yuri Gorshenin
2015-09-23Check open soon and close soon casesSergey Yershov
2015-09-23[platform] Implemented routines for directory reading and deletion.Yuri Gorshenin
2015-09-23[threading] Fixed scheduled task API and tests.Yuri Gorshenin
2015-09-23Review fixes.Yuri Gorshenin
2015-09-23[pedestrian] Rewrite of the A* algorithm.Maxim Pimenov
2015-09-23Fix build warnings for Search. Cleanup code.Sergey Yershov
2015-09-23[build] s/OMIM_HAS_DEBUG_STL/OMIM_USE_DEBUG_STL/Yuri Gorshenin
2015-09-23[build] Removed explicit definition of OMIM_HAS_DEBUG_STL.Yuri Gorshenin
2015-09-23Fix build on LinuxSergey Yershov
2015-09-23Added possibility to work with OSM opening_hours tagSergey Yershov
Now not support work with months, years, and holidays
2015-09-23Review fixesSergey Yershov
2015-09-23std::array instead of boost::array.Alex Zolotarev
2015-09-23Moved boost::make_transform_iterator into std/transform_iterator.hpp.Alex Zolotarev
2015-09-23[thread] Refactored lifetime management of multithreaded tasks.Yuri Gorshenin
2015-09-23Added move actor and move push_back to the buffer_vector.vng
2015-09-23Fixes after colleagues commentsVladimir Byko-Ianko
2015-09-23(1) Writing log to a file on Android and iOS was implemented; (2) Memory ↵Vladimir Byko-Ianko
tracking was implemented;
2015-09-23[base] Fixed data races and other concurrency bugs.Yuri Gorshenin
2015-09-23Added generator_tool option for set osm data type [xml or o5m]Sergey Yershov
2015-09-23Added ThreadChecker. Fixed dtor of WorkerThread.Yuri Gorshenin
2015-09-23Fixes.Yuri Gorshenin
2015-09-23[search-index] Improved performance of current search index building process.Yuri Gorshenin
2015-09-23Fixes after colleagues commentsVladimir Byko-Ianko
2015-09-23Integration tests implementationVladimir Byko-Ianko
2015-09-23[search] Fixed feature types for indexing.vng
2015-09-23Fix multicharacter literalsSergey Yershov
2015-09-23[std] Move all MSVC workarounds into one file msvc_cpp11_workarounds.hpp.Artyom Polkovnikov
2015-09-23[std] Create ALIGNOF macro to support MSVC <= 2013.Artyom Polkovnikov
2015-09-23[std] Define and use CONSTEXPR_VALUE macro to make code compilable under ↵Artyom Polkovnikov
MSVC 2013.
2015-09-23[std] Replace all instances of noexcept with conditional macro, disable ↵Artyom Polkovnikov
noexcept in MSVC <= 2013.