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[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
2015-09-23[codereview]Dmitry Kunin
2015-09-23Data reading refactoring.Dmitry Kunin
2015-09-23Correct errors handling in file's i/o operations.vng
2015-09-23Better graphics::StraightTextElement splitting algorithm.vng
2015-09-23added std/errno.hpp according to suggestion in code review.rachytski
2015-09-23Remove boost::atomic primitive (too buggy).vng
2015-09-23Add boost::atomic primitive.vng
2015-09-23[win] Fixed some compilation errors. Only OpenGL errors leftAlex Zolotarev
2015-09-23Move istream, ostream from "fstream.hpp" to "iostream.hpp".vng
2015-09-23find_ifvng
2015-09-23Enabled debug stl for android and iphoneAlex Zolotarev
2015-09-23Added debug STL version for Linux and MacAlex Zolotarev
2015-09-23Remove duplicating 'using' entry.vng
2015-09-23Store feature names in temporary file during search index generation.vng
2015-09-23Add iterator_facade.hpp to std.vng
2015-09-23Added defines OMIM_OS_DESKTOP and OMIM_OS_MOBILEAlex Zolotarev
2015-09-23Add limited_priority_queue.hpp to base.Yury Melnichek
2015-09-23Add partial_sort to algorithm.hpp.Yury Melnichek
2015-09-23Add remove_if to the using clause at algorithm.hppYury Melnichek
2015-09-23Use std::find in std/algorithm.hppYury Melnichek