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-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
2015-09-23Add lexicographical compare to algorithm.hpp and use in in buffer_vector.Yury Melnichek
2015-09-23Add std/shared_array.hppYury Melnichek
2015-09-23Initial implementation of tile rendering.rachytski
2015-09-23Replace stdlib.hpp with cstdlib.hpp;vng
2015-09-23Removed wstring completely, strings::UniString should be used insteadAlex Zolotarev
2015-09-23[android] Fixes for static lib toolchain supportAlex Zolotarev
2015-09-23Added std/time.hpp for os-dependent time function callsAlex Zolotarev
2015-09-23PathTextElement and StraightTextElement implementation.rachytski
2015-09-23Fixed MSVC2010 compilation issuesAlex Zolotarev
2015-09-23std/windows.hpp can be included without any defines nowAlex Zolotarev
2015-09-23Added base/utf8_string.hpp::Split()Alex Zolotarev
2015-09-23[win] Moved all WINVER defines to common.pri so they affect also 3party libsAlex Zolotarev
2015-09-23Add using std::swap to std/algorithm.hppYury Melnichek
2015-09-23[mingw] Compilation fixesAlex Zolotarev
2015-09-23Remove clock() from ctime.hppYury Melnichek
2015-09-23Add std::replace to std/algorithm.hppYury Melnichek
2015-09-23[sloynik] Add JSON interface to publisher.Yury Melnichek
2015-09-23prettier center point coordinates rendering.rachytski