master
[coding] Use LRU cache for TextStorage.
[expat] Review fixes.
[expat] Adding a new version of expat 2.2.9 as a submodule.
Review fixes.
[std] Use new include style for coding, fixes.
[coding] buffered file writer review fixes
[coding] buffered file writer is added
[base] [coding] Moved BWT and MTF from base/ to coding/.
[coding][index] Replace char with uint8_t in ArrayByteSource/PushBackByteSink/VarRecordReader/FeatureType/FeaturesVector.
Fixed some warnings.
[booking][search] booking filter improvement. review fixes
Correct warning fix in zip creator.
[omim] Replaced boost::optional with std::optional.
Several fixes per the PVS-Studio report.
Exchange new with make_shared().
[std] Remove std/queue.hpp
[coding] Better padding in FilesContainerWriter.
fix build with clang 11: destructor + alias
[geometry] Get rid of MercatorBounds, refactor to namespace mercator
Fix include path for coding
[coding] Removed an unused variable.
[coding] Add threadsafe get to MapUint32ToValue.
[coding] Changed the filenames of the FilesContainers to better reflect the class names.
Review fixes
Sort headers.
[coding] Uint32ToDouble minor fix.
[generator] Supported osm composite id for osm to feature id mapping.
[base] Replaced the namespace my with base.
Added KML library
[coding] crash fix for coding::DeserializerJson::Exception clients.
[booking] additional url params + ios statistics fix
push 3party warningt psu
[coding] Support multiple transliterators for lang_code. Support hiragana-latin transliteration.
[indexer] Better serialization of the FeatureId <-> OsmId map.
[coding] [geometry] Refactored geometry serialization.
Moved point-to-integer to coding
[geometry] LatLon refactoring.
[coding] More liberal parsing of geo url params.
[coding] [map] Refactored url's ForEachParam.
[coding] File writer constructor signature is changed and file container specific methods are moved from file writer into separate writers.
[3party] minizip is wrapped
[Coding] Zip multiple files in single archive.
[3party][minizip] review fixes
[base] Renamed CHECK_SWITCH to UNREACHABLE.