.. |
coding_tests
|
Fixed compilation.
|
2015-09-22 16:36:13 -07:00 |
internal
|
|
|
timsort
|
|
|
arithmetic_codec.cpp
|
[coding] [arithmetic_codec] Simplify vector u32 from u64 initialization.
|
2015-09-22 16:32:40 -07:00 |
arithmetic_codec.hpp
|
[coding] [arithmetic_codec] Rename u32 -> uint32_t, etc.
|
2015-09-22 16:32:39 -07:00 |
base64.cpp
|
|
|
base64.hpp
|
|
|
bit_shift.hpp
|
|
|
bit_streams.cpp
|
[coding] [bit_streams] Support more than 56 bits write to BitSink.
|
2015-09-22 16:33:40 -07:00 |
bit_streams.hpp
|
[coding] Factor out BitSink/BitSource into separate modules.
|
2015-09-22 16:33:00 -07:00 |
blob_indexer.cpp
|
|
|
blob_indexer.hpp
|
|
|
blob_storage.cpp
|
|
|
blob_storage.hpp
|
|
|
buffer_reader.hpp
|
|
|
byte_stream.hpp
|
|
|
bzip2_compressor.cpp
|
|
|
bzip2_compressor.hpp
|
|
|
coder.hpp
|
|
|
coder_util.hpp
|
|
|
coding.pro
|
[coding] Factor out BitSink/BitSource into separate modules.
|
2015-09-22 16:33:00 -07:00 |
compressed_bit_vector.cpp
|
[coding] Factor out BitSink/BitSource into separate modules.
|
2015-09-22 16:33:00 -07:00 |
compressed_bit_vector.hpp
|
[coding] [compressed_bit_vector] Convert uX -> uintX_t.
|
2015-09-22 16:32:43 -07:00 |
compressed_varnum_vector.cpp
|
Warning fixes
|
2015-09-22 16:35:59 -07:00 |
compressed_varnum_vector.hpp
|
[coding] [compressed_varnum_vector] Cosmetic fixes.
|
2015-09-22 16:33:02 -07:00 |
constants.hpp
|
|
|
dd_vector.hpp
|
|
|
diff.hpp
|
|
|
diff_patch_common.hpp
|
|
|
endianness.hpp
|
|
|
file_container.cpp
|
Minor code fixes.
|
2015-09-22 16:36:34 -07:00 |
file_container.hpp
|
Minor code fixes.
|
2015-09-22 16:36:34 -07:00 |
file_name_utils.cpp
|
|
|
file_name_utils.hpp
|
|
|
file_reader.cpp
|
|
|
file_reader.hpp
|
|
|
file_reader_stream.hpp
|
Added ReaderSrc as a primary reader source !non-template! class to incapsulate functions implementation.
|
2015-09-22 16:29:18 -07:00 |
file_sort.hpp
|
|
|
file_writer.cpp
|
[routing] VarUint coding of Node2FtSeg control array.
|
2015-09-22 16:28:33 -07:00 |
file_writer.hpp
|
[routing] VarUint coding of Node2FtSeg control array.
|
2015-09-22 16:28:33 -07:00 |
file_writer_stream.hpp
|
|
|
gzip_compressor.cpp
|
|
|
gzip_compressor.hpp
|
|
|
hex.cpp
|
|
|
hex.hpp
|
Code style fixes.
|
2015-09-22 16:33:19 -07:00 |
lodepng.cpp
|
|
|
lodepng.hpp
|
|
|
lodepng_io.hpp
|
|
|
lodepng_io_private.hpp
|
|
|
matrix_traversal.hpp
|
[osrm] Work on converter from osrm to mwm
|
2015-09-22 16:28:04 -07:00 |
mmap_reader.cpp
|
|
|
mmap_reader.hpp
|
|
|
multilang_utf8_string.cpp
|
|
|
multilang_utf8_string.hpp
|
|
|
parse_xml.hpp
|
[msvc][win] Fixed compilation issues
|
2015-09-22 16:30:57 -07:00 |
polymorph_reader.hpp
|
|
|
read_write_utils.hpp
|
|
|
reader.cpp
|
Include path fix
|
2015-09-22 16:35:25 -07:00 |
reader.hpp
|
Added ReaderSrc as a primary reader source !non-template! class to incapsulate functions implementation.
|
2015-09-22 16:29:18 -07:00 |
reader_cache.hpp
|
Removed unused includes in base files.
|
2015-09-22 16:30:52 -07:00 |
reader_streambuf.cpp
|
|
|
reader_streambuf.hpp
|
|
|
reader_wrapper.hpp
|
Added ReaderSrc as a primary reader source !non-template! class to incapsulate functions implementation.
|
2015-09-22 16:29:18 -07:00 |
reader_writer_ops.cpp
|
|
|
reader_writer_ops.hpp
|
|
|
sha2.cpp
|
|
|
sha2.hpp
|
|
|
streams.hpp
|
|
|
streams_common.hpp
|
|
|
streams_sink.hpp
|
|
|
trie.hpp
|
|
|
trie_builder.hpp
|
|
|
trie_reader.hpp
|
|
|
uri.cpp
|
|
|
uri.hpp
|
|
|
url_encode.hpp
|
|
|
value_opt_string.hpp
|
|
|
var_record_reader.hpp
|
Optimization memory reallocation while reading variable length records
|
2015-09-22 16:36:08 -07:00 |
var_serial_vector.hpp
|
|
|
varint.hpp
|
|
|
varint_misc.hpp
|
[coding] Move Varint encoding/decoding from compressed bit vector and varnum vector to varint_misc.hpp module.
|
2015-09-22 16:33:00 -07:00 |
varint_vector.cpp
|
Coding: VarintVector: Fix tiny bug, check index overflow in FindBySum search if we run past the last element in the vector.
|
2015-09-22 16:32:31 -07:00 |
varint_vector.hpp
|
Coding: VarintVector: Fix compile by adding base.hpp.
|
2015-09-22 16:32:33 -07:00 |
write_to_sink.hpp
|
|
|
writer.hpp
|
[coding] [reader] [writer] Remove check for size == 0. Instead use pointers addition.
|
2015-09-22 16:32:43 -07:00 |
zip_creator.cpp
|
Include path fix
|
2015-09-22 16:35:25 -07:00 |
zip_creator.hpp
|
Include path fix
|
2015-09-22 16:35:25 -07:00 |
zip_reader.cpp
|
|
|
zip_reader.hpp
|
|
|