master
[expat] Adding tests on expat wrappers.
Fix include path for coding
[std] Use new include style for coding, fixes.
[coding] Compressed text storage.
[base] [coding] Moved BWT and MTF from base/ to coding/.
[coding] Rewritten CSVReader.
[coding] Changed the filenames of the FilesContainers to better reflect the class names.
[geometry] Get rid of MercatorBounds, refactor to namespace mercator
[coding] Removed the CellId epsilon. In was used as eps in meters in some cases and eps in mercator in others. Its value was hard to justify and so were its use cases. We're better off with less epsilons for now.
[coding] Add threadsafe get to MapUint32ToValue.
Remove using std from base
Review fixes.
Fixed some warnings.
[bookmarks] Review fixes.
[coding] Add StringUtf8Multilang::RemoveString.
clang-format
[coding] [geometry] Refactored geometry serialization.
[coding] Use LRU cache for TextStorage.
[coding] More liberal parsing of geo url params.
[coding][index] Replace char with uint8_t in ArrayByteSource/PushBackByteSink/VarRecordReader/FeatureType/FeaturesVector.
[coding] buffered file writer is added
[Coding] Zip multiple files in single archive.
[coding] Fix infinite loop in zlib.