This is an automated email from the ASF dual-hosted git repository.

colinlee pushed a change to branch fix_compile_toochain
in repository https://gitbox.apache.org/repos/asf/tsfile.git


 discard 5728757b fix compile on old gcc.
     add d0ff02cd update fmt. (#669)
     add e1fce444 fix compile on old gcc.
     add ecbeb4a3 fix fmt.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5728757b)
            \
             N -- N -- N   refs/heads/fix_compile_toochain (ecbeb4a3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 cpp/examples/cpp_examples/demo_read.cpp            |  12 +-
 cpp/examples/cpp_examples/demo_write.cpp           |   2 -
 cpp/src/common/allocator/alloc_base.h              |  18 +-
 cpp/src/common/allocator/byte_stream.h             | 262 +++++------
 cpp/src/common/allocator/mem_alloc.cc              |  44 +-
 cpp/src/common/allocator/page_arena.cc             |  18 +-
 cpp/src/common/allocator/page_arena.h              |  24 +-
 cpp/src/common/container/array.h                   |  24 +-
 cpp/src/common/container/bit_map.h                 |  10 +-
 cpp/src/common/container/blocking_queue.cc         |   6 +-
 cpp/src/common/container/byte_buffer.h             |  22 +-
 cpp/src/common/container/hash_func.h               |  12 +-
 cpp/src/common/container/hash_node.h               |  12 +-
 cpp/src/common/container/list.h                    |  38 +-
 cpp/src/common/container/murmur_hash3.h            |  14 +-
 cpp/src/common/container/slice.h                   |  26 +-
 cpp/src/common/container/sorted_array.h            |  22 +-
 cpp/src/common/datatype/value.h                    |  60 +--
 cpp/src/common/db_common.h                         |   2 +-
 cpp/src/common/global.h                            |   6 +-
 cpp/src/common/mutex/mutex.h                       |   4 +-
 cpp/src/common/path.h                              |   6 +-
 cpp/src/common/record.h                            |  28 +-
 cpp/src/common/row_record.h                        |  66 +--
 cpp/src/common/seq_tvlist.h                        |  10 +-
 cpp/src/common/statistic.h                         | 478 ++++++++++-----------
 cpp/src/common/tablet_iterator.h                   |  20 +-
 cpp/src/common/tsblock/tsblock.cc                  |  52 +--
 cpp/src/common/tsblock/tuple_desc.cc               |   2 +-
 cpp/src/common/tsblock/tuple_desc.h                |  14 +-
 .../common/tsblock/vector/fixed_length_vector.h    |  12 +-
 .../common/tsblock/vector/variable_length_vector.h |  12 +-
 cpp/src/common/tsfile_common.cc                    |  48 +--
 cpp/src/common/tsfile_mgr.cc                       |  24 +-
 cpp/src/common/tsfile_mgr.h                        |  26 +-
 cpp/src/compress/compressor.h                      |  16 +-
 cpp/src/compress/compressor_factory.h              |   8 +-
 cpp/src/compress/gzip_compressor.cc                |  40 +-
 cpp/src/compress/gzip_compressor.h                 |  34 +-
 cpp/src/compress/lz4_compressor.cc                 |  30 +-
 cpp/src/compress/lz4_compressor.h                  |  22 +-
 cpp/src/compress/lzo_compressor.cc                 |  37 +-
 cpp/src/compress/lzo_compressor.h                  |  18 +-
 cpp/src/compress/snappy_compressor.cc              |  26 +-
 cpp/src/compress/snappy_compressor.h               |  18 +-
 cpp/src/compress/uncompressed_compressor.h         |  12 +-
 cpp/src/encoding/decoder.h                         |  16 +-
 cpp/src/encoding/dictionary_encoder.h              |  22 +-
 cpp/src/encoding/encoder.h                         |  14 +-
 cpp/src/encoding/encoder_factory.h                 |  12 +-
 cpp/src/encoding/float_sprintz_decoder.h           |  24 +-
 cpp/src/encoding/gorilla_encoder.h                 | 126 +++---
 cpp/src/encoding/int32_rle_encoder.h               |  20 +-
 cpp/src/encoding/int32_sprintz_decoder.h           |  26 +-
 cpp/src/encoding/int64_rle_decoder.h               |  34 +-
 cpp/src/encoding/int64_rle_encoder.h               |  20 +-
 cpp/src/encoding/plain_encoder.h                   |  14 +-
 cpp/src/encoding/ts2diff_decoder.h                 | 144 +++----
 cpp/src/encoding/ts2diff_encoder.h                 | 118 ++---
 cpp/src/encoding/zigzag_decoder.h                  |  32 +-
 cpp/src/encoding/zigzag_encoder.h                  |  28 +-
 cpp/src/file/open_file.cc                          |  18 +-
 cpp/src/file/open_file.h                           |  28 +-
 cpp/src/file/read_file.cc                          |  12 +-
 cpp/src/file/read_file.h                           |  10 +-
 cpp/src/file/tsfile_io_reader.h                    |  82 ++--
 cpp/src/file/tsfile_io_writer.cc                   | 120 +++---
 cpp/src/file/tsfile_io_writer.h                    |  90 ++--
 cpp/src/file/write_file.cc                         |   6 +-
 cpp/src/file/write_file.h                          |   6 +-
 cpp/src/parser/generated/PathParser.cpp            | 214 ++++-----
 cpp/src/parser/generated/PathParser.h              | 138 +++---
 cpp/src/parser/generated/PathParserBaseVisitor.h   |  16 +-
 cpp/src/parser/generated/PathParserListener.h      |  32 +-
 cpp/src/parser/generated/PathParserVisitor.h       |  16 +-
 .../reader/block/device_ordered_tsblock_reader.cc  |   6 +-
 .../reader/block/device_ordered_tsblock_reader.h   |  20 +-
 cpp/src/reader/block/tsblock_reader.h              |   8 +-
 cpp/src/reader/bloom_filter.cc                     |  35 +-
 cpp/src/reader/bloom_filter.h                      |  26 +-
 cpp/src/reader/chunk_reader.cc                     |  76 ++--
 cpp/src/reader/chunk_reader.h                      |  60 +--
 cpp/src/reader/column_mapping.h                    |  16 +-
 cpp/src/reader/expression.cc                       |  74 ++--
 cpp/src/reader/expression.h                        |  66 +--
 cpp/src/reader/filter/and_filter.h                 |  18 +-
 cpp/src/reader/filter/between.h                    |  18 +-
 cpp/src/reader/filter/binary_filter.h              |  10 +-
 cpp/src/reader/filter/eq.h                         |   2 +-
 cpp/src/reader/filter/gt.h                         |   2 +-
 cpp/src/reader/filter/gt_eq.h                      |   2 +-
 cpp/src/reader/filter/in.h                         |   4 +-
 cpp/src/reader/filter/lt.h                         |   2 +-
 cpp/src/reader/filter/lt_eq.h                      |   2 +-
 cpp/src/reader/filter/not_eq.h                     |   2 +-
 cpp/src/reader/filter/object.h                     |  60 +--
 cpp/src/reader/filter/or_filter.h                  |  26 +-
 cpp/src/reader/filter/time_operator.cc             |  50 +--
 cpp/src/reader/filter/time_operator.h              |  34 +-
 cpp/src/reader/filter/unary_filter.h               |   2 +-
 cpp/src/reader/ichunk_reader.h                     |  16 +-
 cpp/src/reader/qds_with_timegenerator.h            |  42 +-
 cpp/src/reader/qds_without_timegenerator.h         |  20 +-
 cpp/src/reader/scan_iterator.cc                    |  50 +--
 cpp/src/reader/scan_iterator.h                     |  68 +--
 cpp/src/reader/task/device_query_task.cc           |  10 +-
 cpp/src/reader/task/device_query_task.h            |  16 +-
 cpp/src/reader/task/device_task_iterator.cc        |   4 +-
 cpp/src/reader/task/device_task_iterator.h         |  14 +-
 cpp/src/reader/tsfile_executor.cc                  |  24 +-
 cpp/src/reader/tsfile_executor.h                   |  28 +-
 cpp/src/reader/tsfile_series_scan_iterator.h       |  30 +-
 cpp/src/reader/tsfile_tree_reader.cc               |  16 +-
 cpp/src/reader/tsfile_tree_reader.h                |  12 +-
 cpp/src/utils/db_utils.h                           |  56 +--
 cpp/src/utils/storage_utils.h                      |  20 +-
 cpp/src/writer/chunk_writer.cc                     |   8 +-
 cpp/src/writer/chunk_writer.h                      |  16 +-
 cpp/src/writer/page_writer.cc                      |   8 +-
 cpp/src/writer/page_writer.h                       |  30 +-
 cpp/src/writer/time_chunk_writer.cc                |   8 +-
 cpp/src/writer/time_chunk_writer.h                 |  16 +-
 cpp/src/writer/time_page_writer.cc                 |   6 +-
 cpp/src/writer/time_page_writer.h                  |  24 +-
 cpp/src/writer/tsfile_writer.cc                    | 306 ++++++-------
 cpp/src/writer/tsfile_writer.h                     | 172 ++++----
 cpp/src/writer/value_chunk_writer.cc               |   8 +-
 cpp/src/writer/value_chunk_writer.h                |  16 +-
 cpp/src/writer/value_page_writer.cc                |   8 +-
 cpp/src/writer/value_page_writer.h                 |  28 +-
 cpp/test/common/allocator/alloc_base_test.cc       |  24 +-
 cpp/test/common/tsblock/tslock_test.cc             |  18 +-
 cpp/test/common/tsfile_common_test.cc              |  20 +-
 cpp/test/compress/gzip_compressor_test.cc          |   8 +-
 cpp/test/compress/lz4_compressor_test.cc           |   8 +-
 cpp/test/compress/lzo_compressor_test.cc           |   8 +-
 cpp/test/compress/snappy_compressor_test.cc        |   8 +-
 cpp/test/file/write_file_test.cc                   |   6 +-
 cpp/test/writer/tsfile_writer_test.cc              | 104 ++---
 cpp/test_all.sh                                    |  18 -
 140 files changed, 2520 insertions(+), 2538 deletions(-)
 mode change 100755 => 100644 cpp/test/compress/snappy_compressor_test.cc
 delete mode 100644 cpp/test_all.sh

Reply via email to