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 (Collapse)Author
2021-02-16[base] Rewrote to_{u}int32 by using internal::ToInteger.Maxim Pimenov
2021-02-16[base] Add to_uint32 and to_int32.Maxim Pimenov
2021-02-16[base] Helper functions that remove ("eat") prefixes and suffixes of strings.Maxim Pimenov
2021-01-26Review fixesMaksim Andrianov
2021-01-26[base] Trim impl was replaced to faster.Maksim Andrianov
2020-12-10[base_tests] small renamingArsentiy Milchakov
2020-12-10[base] TaskLoop::kIncorrectId is renamed to kNoIdArsentiy Milchakov
2020-12-10[base][platform] return type is changed for ThreadPoolArsentiy Milchakov
2020-10-29[base] Minor fixes.Vladimir Byko-Ianko
2020-10-29[base] Test on optional lock guard.Vladimir Byko-Ianko
2020-10-29[base] Optional lock guard.Vladimir Byko-Ianko
2020-10-02Review fixes.tatiana-yan
2020-10-02[base] Lru cache: remove loader from constructor.tatiana-yan
2020-10-02Some lru cache optimization.Vladimir Byko-Ianko
2020-10-02Tests on LRU cache implementation.Vladimir Byko-Ianko
2020-10-02LRU cache implementation.Vladimir Byko-Ianko
2020-07-13[base] Review fixes.Vladimir Byko-Ianko
2020-07-13[base] ExceptionCatcher. Test on prevent returning reference on a local ↵Vladimir Byko-Ianko
temporary object.
2020-07-13[base] ExceptionCatcher. Prevent returning reference on a local temporary ↵Vladimir Byko-Ianko
object.
2020-07-10[search] Check we have hiragana before transliteration.tatiana-yan
2020-07-09[base] Review fixes. Informing a caller about an exception.Vladimir Byko-Ianko
2020-07-09[base] Review fixes. Adding tests which check that wrapped methods are ↵Vladimir Byko-Ianko
called only once.
2020-07-09[base] Review fixes. Simplifying processing the case when a method returns ↵Vladimir Byko-Ianko
void in ExceptionCatcher.
2020-07-09[base] Tests on returns void case for all kinds of exceptions catcher.Vladimir Byko-Ianko
2020-07-09[base] Returns void case for all kinds of exceptions catcher.Vladimir Byko-Ianko
2020-07-08[base] Review fixes.Vladimir Byko-Ianko
2020-07-08[base] Tests on the exception catcher.Vladimir Byko-Ianko
2020-07-08[base] All kinds of exceptions catcher.Vladimir Byko-Ianko
2020-07-02[base] internal container for thread pool delayed tasks is changed. ↵Arsentiy Milchakov
cancelling have logarithmic complexity now.
2020-07-02[base] bidirectional map is adapted for different internal map types.Arsentiy Milchakov
2020-05-29[base] thread pool delayed review fixesArsentiy Milchakov
2020-05-29[base] thread pool task id type is changed to uint64_tArsentiy Milchakov
2020-05-29[base] tasks cancelling for thread pool delayed is addedArsentiy Milchakov
2020-05-29[base] id generator is addedArsentiy Milchakov
2020-05-29[base] linked map is addedArsentiy Milchakov
2020-04-30Several fixes per the PVS-Studio report.Maxim Pimenov
2020-03-06[base] linux build is fixed.Arsentiy Milchakov
2020-03-04[generator] add tool for post processing borders.Mikhail Gorbushin
2020-03-04[map] infrastructure for elevation info is added. review fixesArsentiy Milchakov
2020-03-04[base] string conversion methods are refactored. Changes:Arsentiy Milchakov
- added converision to uint8_t int8_t int16_t uint16_t with in-box limits check; - added limits check for int64_t and uint64_t; - added limit check for conversion from negative to unsigned value (except uint64_t, because of intrnal implementation of strtoull method); - result value will not be changed when cast is not correct; - added tests for to_float and to_any.
2020-02-17[base] Explicit namespace std for a couple of calls.Maxim Pimenov
2020-02-11[base] [coding] Moved together several functions that work with urls.Maxim Pimenov
2020-01-24[routing] Add ska hash table to routinggmoryes
2020-01-23[base] Removed an unused function.Maxim Pimenov
2020-01-21[base] [coding] Moved BWT and MTF from base/ to coding/.Maxim Pimenov
2020-01-16Several explicit constructors per the Cppcheck report.Maxim Pimenov
2019-12-26Refactored: DataWrapper -> std::optional; Removed DataWrapper.Maksim Andrianov
2019-12-26[omim] Replaced boost::optional with std::optional.Maxim Pimenov
Since C++17, optional is part of the C++ Standard Library.
2019-12-25[routing] rid of m2::PointD in routingMikhail Gorbushin
2019-12-03[base] Add TID to message at CHECK/ASSERTMikhail Gorbushin