organicmaps/coding
Maxim Pimenov 356ac18032 [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.

Also renamed Metres to Meters in the mercator code.
2018-11-26 19:11:42 +03:00
..
coding_tests [coding] Removed the CellId epsilon. 2018-11-26 19:11:42 +03:00
internal [base] Replaced the namespace my with base. 2018-09-18 14:46:56 +03:00
base64.cpp Review fixes. 2017-07-21 12:56:16 +03:00
base64.hpp Remove dependencies on tomcrypt 2016-11-17 13:27:23 +03:00
bit_streams.hpp [coding] Elias gamma and delta coder. 2016-07-13 18:16:24 +03:00
buffer_reader.hpp
bwt_coder.hpp [base] Replaced the namespace my with base. 2018-09-18 14:46:56 +03:00
byte_stream.hpp [routing] Add speed camera section + tests for it. 2018-09-05 13:34:30 +03:00
CMakeLists.txt [coding] Moved functions that encode points to one common file. 2018-11-23 16:59:58 +03:00
coder.hpp
coder_util.hpp
compressed_bit_vector.cpp Review fixes 2018-06-25 17:58:40 +03:00
compressed_bit_vector.hpp [base] Replaced the namespace my with base. 2018-09-18 14:46:56 +03:00
constants.hpp
csv_reader.cpp [ugc] review fixes 2017-10-12 15:40:58 +03:00
csv_reader.hpp [ugc] small fixes 2017-10-12 17:50:39 +03:00
dd_vector.hpp Using _t suffix instead of ::type in whole project + using std:: somewhere. 2018-03-06 12:17:41 +03:00
diff.hpp Fixed warn: comparison between signed and unsigned integer expressions 2018-06-25 17:56:31 +03:00
diff_patch_common.hpp
elias_coder.hpp CeilLog is renamed to FloorLog. 2017-02-08 16:36:03 +03:00
endianness.hpp Review fixes. 2018-09-14 16:42:42 +03:00
file_container.cpp [base] Replaced the namespace my with base. 2018-09-18 14:46:56 +03:00
file_container.hpp Review fixes. 2018-06-21 15:05:58 +03:00
file_name_utils.cpp [base] Replaced the namespace my with base. 2018-09-18 14:46:56 +03:00
file_name_utils.hpp [base] Replaced the namespace my with base. 2018-09-18 14:46:56 +03:00
file_reader.cpp [base] Replaced the namespace my with base. 2018-09-18 14:46:56 +03:00
file_reader.hpp Review fixes. 2018-06-21 15:05:58 +03:00
file_sort.hpp [coding] Default cache params in FileReader's constructor. 2018-06-21 15:05:58 +03:00
file_writer.cpp [base] Replaced the namespace my with base. 2018-09-18 14:46:56 +03:00
file_writer.hpp [base] Replaced the namespace my with base. 2018-09-18 14:46:56 +03:00
fixed_bits_ddvector.hpp Fix warnings 2017-01-16 15:21:10 +03:00
geometry_coding.cpp Review fixes. 2018-11-23 16:59:58 +03:00
geometry_coding.hpp Review fixes. 2018-11-23 16:59:58 +03:00
hex.cpp
hex.hpp
huffman.cpp Using _t suffix instead of ::type in whole project + using std:: somewhere. 2018-03-06 12:17:41 +03:00
huffman.hpp Using _t suffix instead of ::type in whole project + using std:: somewhere. 2018-03-06 12:17:41 +03:00
matrix_traversal.hpp
memory_region.hpp Using rs_bit_vector intead of cbv. 2018-09-11 20:36:13 +03:00
mmap_reader.cpp
mmap_reader.hpp
multilang_utf8_string.cpp [coding] An uninterruptible version of ForEach in StringUtf8Multilang. 2017-12-01 19:01:23 +03:00
multilang_utf8_string.hpp Review fixes. 2017-12-01 19:01:23 +03:00
parse_xml.hpp Fixed warnings in drape 2017-01-09 14:45:28 +03:00
point_coding.cpp Review fixes. 2018-11-23 16:59:58 +03:00
point_coding.hpp [coding] Removed the CellId epsilon. 2018-11-26 19:11:42 +03:00
polymorph_reader.hpp
read_write_utils.hpp preparation for std migration 2017-04-19 22:04:09 +03:00
reader.cpp [coding] Added a version with exceptions to MemReader. 2016-12-09 14:15:28 +03:00
reader.hpp Review fixes. 2018-09-14 16:42:42 +03:00
reader_cache.hpp [base] Replaced the namespace my with base. 2018-09-18 14:46:56 +03:00
reader_streambuf.cpp
reader_streambuf.hpp
reader_wrapper.hpp
reader_writer_ops.cpp
reader_writer_ops.hpp
serdes_binary_header.hpp Added KML library 2018-03-14 18:13:54 +03:00
serdes_json.hpp Notification manager review fixes + eye unsubscribe fix 2018-10-31 16:01:09 +03:00
sha1.cpp [base] Replaced the namespace my with base. 2018-09-18 14:46:56 +03:00
sha1.hpp [Core] Added subscription 2018-08-17 15:26:10 +03:00
simple_dense_coding.cpp Review fixes. 2017-07-21 12:56:16 +03:00
simple_dense_coding.hpp Review fixes. 2017-07-21 12:56:16 +03:00
streams.hpp
streams_common.hpp
streams_sink.hpp Using _t suffix instead of ::type in whole project + using std:: somewhere. 2018-03-06 12:17:41 +03:00
succinct_mapper.hpp Using _t suffix instead of ::type in whole project + using std:: somewhere. 2018-03-06 12:17:41 +03:00
tesselator_decl.hpp [coding] [geometry] Refactored geometry serialization. 2018-04-11 14:27:47 +03:00
text_storage.hpp [ugc] Binary SerDes. (#6577) 2017-07-13 18:04:37 +03:00
traffic.cpp Moved point-to-integer to coding 2017-04-11 15:55:41 +03:00
traffic.hpp [coding] Moved functions that encode points to one common file. 2018-11-23 16:59:58 +03:00
transliteration.cpp Transliteration modes added. 2017-05-26 13:12:53 +03:00
transliteration.hpp Transliteration modes added. 2017-05-26 13:12:53 +03:00
uri.cpp Fixed uri tests. 2017-04-06 12:30:33 +03:00
uri.hpp Review fixes. 2016-08-08 11:39:37 +03:00
url_encode.hpp
value_opt_string.hpp
var_record_reader.hpp
var_serial_vector.hpp
varint.hpp [base] Unified stl_add and stl_helpers. 2018-09-14 15:14:36 +03:00
varint_misc.hpp
varint_vector.cpp
varint_vector.hpp
write_to_sink.hpp Review fixes. 2018-09-14 16:42:42 +03:00
writer.hpp review fixes 2017-03-23 14:50:19 +03:00
zip_creator.cpp [base] Removed the MY_ prefix from the scope guard. 2018-09-19 13:39:37 +03:00
zip_creator.hpp
zip_reader.cpp [base] Removed the MY_ prefix from the scope guard. 2018-09-19 13:39:37 +03:00
zip_reader.hpp [coding] Inherit default cache sizes in ZipFileReader from FileReader. 2018-06-21 15:05:58 +03:00
zlib.cpp Review fixes 2018-06-25 17:58:40 +03:00
zlib.hpp [coding] Added GZip support. 2017-05-02 15:48:39 +03:00