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

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


 discard 34893729 add example.
 discard 3178dbd6 examples.
     add 1bb58c77 correct version in readme
     new 34047347 examples.
     new 30f93c3d add example.
     new 580fb47f fix some c issues.
     new b73abd22 fix some error.
     new 6a0bebba fix c
     new 57b101e7 fix some error.

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   (34893729)
            \
             N -- N -- N   refs/heads/colin_example_c_cpp (57b101e7)

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.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README-zh.md                             |   2 +-
 README.md                                |   2 +-
 cpp/README-zh.md                         |   2 +-
 cpp/README.md                            |   2 +-
 cpp/examples/CMakeLists.txt              |   1 +
 cpp/examples/c_examples/demo_write.c     |  25 +-
 cpp/examples/cpp_examples/cpp_examples.h |   1 +
 cpp/examples/cpp_examples/demo_read.cpp  |   5 +-
 cpp/examples/cpp_examples/demo_write.cpp |   3 +-
 cpp/src/common/schema.h                  |   6 +-
 cpp/src/common/tablet.cc                 | 120 +++---
 cpp/src/cwrapper/errno_define.h          |  77 ++++
 cpp/src/cwrapper/tsfile_cwrapper.cc      | 603 ++++++++++++++++++-------------
 cpp/src/cwrapper/tsfile_cwrapper.h       | 336 +++++++++++++----
 cpp/test/cwrapper/cwrapper_test.cc       | 189 +++++-----
 java/tsfile/README-zh.md                 |   6 +-
 java/tsfile/README.md                    |   6 +-
 python/README.md                         |   2 +-
 18 files changed, 899 insertions(+), 489 deletions(-)
 create mode 100644 cpp/src/cwrapper/errno_define.h

Reply via email to