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 (Expand)Author
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
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 trac...Vladimir Byko-Ianko
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 MSVC...Artyom Polkovnikov
2015-09-23[std] Replace all instances of noexcept with conditional macro, disable noexc...Artyom Polkovnikov
2015-09-23Taking into account all outgoing edges for a turn generation.Vladimir Byko-Ianko
2015-09-23[drape] sdf image generatorExMix
2015-09-23Minor refactoring - use “initializer_list” for getting classificator types.vng
2015-09-23Added std headers for condition and mutexAlex Zolotarev
2015-09-23[msvc][win] Fixed compilation issuesAlex Zolotarev
2015-09-23[linux] Added get_time function.vng
2015-09-23[core] Added HighResTimer for benchmarks.vng
2015-09-23[core] Use std::get_time function to parse date.vng
2015-09-23[routing] Do osrm routing async.Denis Koronchik
2015-09-23[drape] area shape optimization and glm integrationExMix
2015-09-23Avoid code duplicating.vng
2015-09-23[c++11] Backport for gcc 4.6 supportAlex Zolotarev
2015-09-23Warning and compilation fixesAlex Zolotarev
2015-09-23[cpp11] make_shared_ptr -> std::make_sharedAlex Zolotarev
2015-09-23[c++11] Enhanced ptr classesAlex Zolotarev
2015-09-23Fix compilation on linuxDenis Koronchik
2015-09-23Base libraries C++11 sources compatibilityAlex Zolotarev
2015-09-23Added missing fileMapsWithMe OSM User
2015-09-23Compile errors fixesSergey Pisarchik
2015-09-23[drape] new batchering with overlay processingExMix
2015-09-23[tizen] Compiled kernelSergey Pisarchik
2015-09-23Correct using of cstring and memcpy includes.vng
2015-09-23[search] Minor fixes.vng
2015-09-23[drape] not store MemoryFeatureIndex and FeaturesFetcher in TileInfoExMix