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/base
AgeCommit message (Expand)Author
2015-09-23Removed unnecessary base/utf8_string as it's implemented in base/string_utilsAlex Zolotarev
2015-09-23Refactored base/string_utilsAlex Zolotarev
2015-09-23Renamed namespace string_utils to stringsAlex Zolotarev
2015-09-23Moved coding/strutil.hpp to base/string_utils.hppAlex Zolotarev
2015-09-23Add size_type typedef to buffer_vector.hppYury Melnichek
2015-09-23Add '<', '=', '>' as search delimeters.Yury Melnichek
2015-09-23Add tests for buffer_vector.vng
2015-09-23[win] Logging now prints output to VS and QTCreator consolesAlex Zolotarev
2015-09-23std/windows.hpp can be included without any defines nowAlex Zolotarev
2015-09-23Add few utf8_string unit tests.Yury Melnichek
2015-09-23Almost no-op, fix compilation issue.Yury Melnichek
2015-09-23Use Swap() in buffer_vector when growing from the static array to the dynamic...Yury Melnichek
2015-09-23Remove bitset.hpp.Yury Melnichek
2015-09-23Update buffer_vector: 1. Fix bug with initialization of elements in resize()....Yury Melnichek
2015-09-23Add debug_print() for unsigned char and signed char.Yury Melnichek
2015-09-23Add bits::GetBit() and bits::SetBitToX().Yury Melnichek
2015-09-23Add base/swap.hpp and Swap() function.Yury Melnichek
2015-09-23Log node density in the indexer.Yury Melnichek
2015-09-23Add Bitset class and use in the IntervalIndex.Yury Melnichek
2015-09-23Add ZigZagEncode() and ZigZagDecode tests.Yury Melnichek
2015-09-23gcc build fixAlex Zolotarev
2015-09-23Added base/utf8_string.hpp::Split()Alex Zolotarev
2015-09-23added axis-aligned 2d rect.rachytski
2015-09-23Made templated method utils::to_stringAlex Zolotarev
2015-09-23Sort drawing rules (it's not necessary as is, but logic is more clear).vng
2015-09-23Revert "DrawRule order optimization. "vng
2015-09-23DrawRule order optimization. rachytski
2015-09-23Non-copyable conditionAlex Zolotarev
2015-09-23Removed unnecessary shared_ptr from thread classAlex Zolotarev
2015-09-23[win] Added support for WinXP with Visual Studio compilerAlex Zolotarev
2015-09-23Refactored condition and prepared it for next step - WinXP supportAlex Zolotarev
2015-09-23[win] Fixed compilation errorsAlex Zolotarev
2015-09-23Cleaned up condition and mutexAlex Zolotarev
2015-09-23[mingw] Compilation fixesAlex Zolotarev
2015-09-23Fixed base/Timer to show correct log time on the devicesAlex Zolotarev
2015-09-23Fix timer in logging.vng
2015-09-23[sloynik] Add JSON interface to publisher.Yury Melnichek
2015-09-23Added support for negative node ids to borders generatorAlex Zolotarev
2015-09-23Fix bug in math_test.cppYury Melnichek
2015-09-23Fixed build error detected by clangAlex Zolotarev
2015-09-23fixed LOG macros for "natural" use in "if" expressions.rachytski
2015-09-23implementing visual log. see IPlatform::IsVisualLog and InformationDisplay fo...rachytski
2015-09-23Renamed header to hppAlex Zolotarev
2015-09-23GCC build fixesrachytski
2015-09-23Add [begin, end) in buffer_vector.vng
2015-09-23Add C-style array adapters for reading and writing.vng
2015-09-23timer-based periodical updates.rachytski
2015-09-23Fix compilation on msvc. Fix runtume errors on Windows.vng
2015-09-23Add debug_print for buffer_vector.vng
2015-09-23added fine tuning for font matching.rachytski