..
coding_tests
[tests] Added test for ifstream + getline.
2022-01-13 18:24:45 +03:00
internal
[android] Upgraded to the latest NDK
2021-12-24 21:37:46 +01:00
base64.cpp
Review fixes.
2017-07-21 12:56:16 +03:00
base64.hpp
[std] Use new include style for coding, fixes.
2019-04-12 12:56:38 +03:00
bit_streams.hpp
[std] Use new include style for coding, fixes.
2019-04-12 18:30:29 +03:00
buffer_reader.hpp
[std] Use new include style for coding, fixes.
2019-04-12 12:56:38 +03:00
buffered_file_writer.cpp
[coding] buffered file writer review fixes
2019-08-12 18:05:36 +03:00
buffered_file_writer.hpp
[coding] buffered file writer is added
2019-08-12 18:05:36 +03:00
bwt.cpp
[base] [coding] Moved BWT and MTF from base/ to coding/.
2020-01-21 16:31:31 +03:00
bwt.hpp
[base] [coding] Moved BWT and MTF from base/ to coding/.
2020-01-21 16:31:31 +03:00
bwt_coder.hpp
[base] [coding] Moved BWT and MTF from base/ to coding/.
2020-01-21 16:31:31 +03:00
byte_stream.hpp
[coding][index] Replace char with uint8_t in ArrayByteSource/PushBackByteSink/VarRecordReader/FeatureType/FeaturesVector.
2020-03-27 01:08:11 +03:00
CMakeLists.txt
fix linkage with freetype/icu twice on linux
2022-01-18 09:28:38 +03:00
compressed_bit_vector.cpp
Fixed some warnings.
2019-05-15 13:35:08 +03:00
compressed_bit_vector.hpp
[booking][search] booking filter improvement. review fixes
2019-04-22 18:47:33 +03:00
constants.hpp
Correct warning fix in zip creator.
2015-09-22 16:40:16 -07:00
csv_reader.cpp
[generator] Print informative log instead of regular crash.
2021-02-20 16:19:47 +03:00
csv_reader.hpp
[omim] Replaced boost::optional with std::optional.
2019-12-26 16:57:43 +03:00
dd_vector.hpp
Warning fixes
2021-12-08 10:22:02 +01:00
diff.hpp
[std] Use new include style for coding, fixes.
2019-04-12 18:30:29 +03:00
elias_coder.hpp
[std] Use new include style for coding, fixes.
2019-04-12 18:30:29 +03:00
endianness.hpp
Warning fixes
2021-12-06 18:02:29 +01:00
file_reader.cpp
Exchange new with make_shared().
2020-10-16 12:54:46 +03:00
file_reader.hpp
Review fixes.
2018-06-21 15:05:58 +03:00
file_sort.hpp
[std] Remove std/queue.hpp
2019-04-10 12:51:28 +03:00
file_writer.cpp
[coding] buffered file writer review fixes
2019-08-12 18:05:36 +03:00
file_writer.hpp
[coding] Better padding in FilesContainerWriter.
2019-09-20 18:29:16 +03:00
files_container.cpp
Warning fixes
2021-12-06 18:02:29 +01:00
files_container.hpp
Several fixes per the PVS-Studio report.
2020-04-30 21:11:43 +03:00
fixed_bits_ddvector.hpp
[std] Use new include style for coding, fixes.
2019-04-12 18:30:29 +03:00
geometry_coding.cpp
Fixed PredictPointsInTriangle bug.
2021-04-17 16:30:57 +02:00
geometry_coding.hpp
Fixed PredictPointsInTriangle bug.
2021-04-17 16:30:57 +02:00
hex.cpp
Fix include path for coding
2015-09-22 16:45:47 -07:00
hex.hpp
[std] Use new include style for coding, fixes.
2019-04-12 12:56:38 +03:00
huffman.cpp
[std] Use new include style for coding, fixes.
2019-04-12 18:30:29 +03:00
huffman.hpp
[coding] Removed an unused variable.
2019-11-27 18:32:33 +03:00
map_uint32_to_val.hpp
Fixes according to some clang-tidy warnings.
2021-12-17 17:07:04 +01:00
memory_region.hpp
[coding] Changed the filenames of the FilesContainers to better reflect the class names.
2019-09-20 18:29:16 +03:00
mmap_reader.cpp
32-bit warning fixes
2021-03-27 12:17:38 +01:00
mmap_reader.hpp
Review fixes
2021-03-01 11:01:13 +03:00
move_to_front.cpp
[base] [coding] Moved BWT and MTF from base/ to coding/.
2020-01-21 16:31:31 +03:00
move_to_front.hpp
Sort headers.
2020-03-13 16:36:31 +03:00
parse_xml.hpp
[expat] Adding a new version of expat 2.2.9 as a submodule.
2020-09-11 11:48:12 +03:00
point_coding.cpp
[coding] Uint32ToDouble minor fix.
2020-12-14 19:15:57 +03:00
point_coding.hpp
[geometry] Get rid of MercatorBounds, refactor to namespace mercator
2019-11-01 11:09:30 +03:00
read_write_utils.hpp
Review fixes
2019-07-08 15:44:36 +03:00
reader.cpp
Fixed some warnings.
2019-05-15 13:35:08 +03:00
reader.hpp
[generator] Supported osm composite id for osm to feature id mapping.
2019-10-04 22:02:22 +03:00
reader_cache.hpp
[base] Replaced the namespace my with base.
2018-09-18 14:46:56 +03:00
reader_streambuf.cpp
[std] Use new include style for coding, fixes.
2019-04-12 12:56:38 +03:00
reader_streambuf.hpp
Several fixes per the PVS-Studio report.
2020-04-30 21:11:43 +03:00
reader_wrapper.hpp
Fix include path for coding
2015-09-22 16:45:47 -07:00
reader_writer_ops.cpp
Fixed some warnings.
2019-05-15 13:35:08 +03:00
reader_writer_ops.hpp
Fix include path for coding
2015-09-22 16:45:47 -07:00
serdes_binary_header.hpp
Added KML library
2018-03-14 18:13:54 +03:00
serdes_json.hpp
[coding] crash fix for coding::DeserializerJson::Exception clients.
2020-10-21 17:29:58 +03:00
sha1.cpp
[booking] additional url params + ios statistics fix
2019-04-19 16:52:10 +03:00
sha1.hpp
[booking] additional url params + ios statistics fix
2019-04-19 16:52:10 +03:00
simple_dense_coding.cpp
Fixed some warnings.
2019-05-15 13:35:08 +03:00
simple_dense_coding.hpp
push 3party warningt psu
2019-02-22 13:47:00 +03:00
streams.hpp
Fix include path for coding
2015-09-22 16:45:47 -07:00
streams_common.hpp
[std] Use new include style for coding, fixes.
2019-04-12 12:56:38 +03:00
streams_sink.hpp
[std] Use new include style for coding, fixes.
2019-04-12 18:30:29 +03:00
string_utf8_multilang.cpp
[cmake] Refactored build configs for faster builds
2021-12-06 18:02:29 +01:00
string_utf8_multilang.hpp
[coding] Support multiple transliterators for lang_code. Support hiragana-latin transliteration.
2020-06-30 19:42:08 +03:00
succinct_mapper.hpp
[indexer] Better serialization of the FeatureId <-> OsmId map.
2019-07-17 16:14:42 +03:00
tesselator_decl.hpp
[coding] [geometry] Refactored geometry serialization.
2018-04-11 14:27:47 +03:00
text_storage.hpp
[coding] Use LRU cache for TextStorage.
2020-10-02 12:07:24 +03:00
traffic.cpp
Moved point-to-integer to coding
2017-04-11 15:55:41 +03:00
traffic.hpp
[geometry] LatLon refactoring.
2019-05-30 18:53:51 +03:00
transliteration.cpp
Fixes according to some clang-tidy warnings.
2021-12-17 17:07:04 +01:00
transliteration.hpp
fix linkage with freetype/icu twice on linux
2022-01-18 09:28:38 +03:00
url.cpp
Review fixes.
2021-09-24 10:15:37 +03:00
url.hpp
Review fixes.
2021-09-24 10:15:37 +03:00
value_opt_string.hpp
Fixed StringNumericOptimal equal check.
2021-10-05 09:23:59 +02:00
var_record_reader.hpp
[coding][index] Replace char with uint8_t in ArrayByteSource/PushBackByteSink/VarRecordReader/FeatureType/FeaturesVector.
2020-03-27 01:08:11 +03:00
var_serial_vector.hpp
[std] Use new include style for coding, fixes.
2019-04-12 12:56:38 +03:00
varint.hpp
[std] Use new include style for coding, fixes.
2019-04-12 18:30:29 +03:00
write_to_sink.hpp
[coding] File writer constructor signature is changed and file container specific methods are moved from file writer into separate writers.
2019-08-09 18:36:49 +03:00
writer.hpp
Fixed some warnings.
2019-05-15 13:35:08 +03:00
zip_creator.cpp
Renamed old stuff
2021-11-08 12:39:52 +01:00
zip_creator.hpp
[Coding] Zip multiple files in single archive.
2019-11-25 13:50:06 +03:00
zip_reader.cpp
[3party][minizip] review fixes
2020-02-13 12:01:45 +03:00
zip_reader.hpp
[std] Use new include style for coding, fixes.
2019-04-12 12:56:38 +03:00
zlib.cpp
[base] Renamed CHECK_SWITCH to UNREACHABLE.
2018-11-30 16:01:49 +03:00
zlib.hpp
Several fixes per the PVS-Studio report.
2020-04-30 21:11:43 +03:00