master
[base] Test on optional lock guard.
Remove using std from base
[base] A benchmark for Beam.
[base] bidirectional map is adapted for different internal map types.
Review fixes.
Several explicit constructors per the Cppcheck report.
Several fixes per the PVS-Studio report.
[base] Made the call to CancellationStatus update the status before return.
[map] infrastructure for elevation info is added. review fixes
[search][generator] Fixed cities boundaries generation.
[base] Replaced the namespace my with base.
[base] Review fixes.
[base] [coding] Moved file_name_utils.{c,h}pp from coding/ to base/.
[routing] Review fixes.
[base] Remove debug print from tests.
[base] thread pool delayed review fixes
[base] Removed unused functions; minor refactoring.
Fix include path for base_tests
[base] Compressed MemTrie.
Stage 4. Add BFS tests.
Download diffs
[base] Minor fixes.
[base] Unified stl_add and stl_helpers.
[base] Removed the MY_ prefix from the scope guard.
[base] Add to_uint32 and to_int32.
[base] Implementation of the Burrows-Wheeler transform.
Implementation of day time calculator
Review fixes
[base_tests] small renaming
Refactored: DataWrapper -> std::optional; Removed DataWrapper.
Fixed some warnings.
std migration base
[search] Switch to DFAs in search index retrieval.