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-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
2015-09-23Some minor fixes.vng
2015-09-23Move ZigZagEncode() and ZigZagDecode() to bits. Factor out BitwiseMerge() and...Yury Melnichek
2015-09-23Add ReadVarUint64Array.Yury Melnichek
2015-09-23Fix AlmostEqual. Add more unit tests.vng
2015-09-23Fix compilation on gcc.vng
2015-09-23Mingw compilation fixesAlex Zolotarev
2015-09-23Additional tests for AlmostEqual.vng
2015-09-23Fix memory_mapped_file to correctly build in mingw (windows).vng
2015-09-23[GCC] Fixed base_testsAlex Zolotarev
2015-09-23Fix: using unit-test macros instead of assertion macros.vng
2015-09-23Add NextModN(), PrevModN(), NextIterInCycle(), PrevIterInCycle().Yury Melnichek
2015-09-23Updated string_utils testsAlex Zolotarev
2015-09-23Add buffer_vector and use it in FeatureType for geometry storing.vng
2015-09-23Restore BuildIndexTest.Yury Melnichek
2015-09-23Move deletor_t to stl_add.hpp and rename it to DeleteFunctor.Yury Melnichek
2015-09-23Get rid of most pragma pack's, because using it causes wrong alignment on GCC.Yury Melnichek
2015-09-23Add macros to construct uints and get their low and hi parts.Yury Melnichek
2015-09-23Avoid copying of buffers in yg. No more ugly brakes.vng
2015-09-23Fix errors on msvc.vng
2015-09-23Moved std_serialization.hpp to baseAlex Zolotarev
2015-09-23introduced memory_mapped_file class.rachytski
2015-09-23Increase AlmostEqual<double> epsilon from 64 to 256. Fixes #76.Yury Melnichek