Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++ Client: update SHA to reference new protobuf version in Deephaven base images #4913

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cpp-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ on them anymore so we do notguarantee they are current for those platforms.
Get the `build-dependencies.sh` script from Deephaven's base images repository
at the correct version.
You can download it directly from the link
https://github.com/deephaven/deephaven-base-images/raw/47f51e769612785c6f320302a3f4f52bc0cff187/cpp-client/build-dependencies.sh
https://github.com/deephaven/deephaven-base-images/raw/c552b90c2070687ffb64baabeb1e34b9600f4718/cpp-client/build-dependencies.sh
(this script is also used from our automated tools, to generate a docker image to
support tests runs; that's why it lives in a separate repo).
The script downloads, builds and installs the dependent libraries
Expand All @@ -64,7 +64,7 @@ on them anymore so we do notguarantee they are current for those platforms.
# If the directory already exists from a previous attempt, ensure is clean/empty
mkdir -p $DHCPP
cd $DHCPP
wget https://github.com/deephaven/deephaven-base-images/raw/47f51e769612785c6f320302a3f4f52bc0cff187/cpp-client/build-dependencies.sh
wget https://github.com/deephaven/deephaven-base-images/raw/c552b90c2070687ffb64baabeb1e34b9600f4718/cpp-client/build-dependencies.sh
chmod +x ./build-dependencies.sh
# Maybe edit build-dependencies.sh to reflect choices of build tools and build target, if you
# want anything different than defaults; defaults are tested to work,
Expand Down
298 changes: 162 additions & 136 deletions cpp-client/deephaven/dhclient/proto/deephaven/proto/application.pb.cc

Large diffs are not rendered by default.

196 changes: 104 additions & 92 deletions cpp-client/deephaven/dhclient/proto/deephaven/proto/application.pb.h

Large diffs are not rendered by default.

200 changes: 116 additions & 84 deletions cpp-client/deephaven/dhclient/proto/deephaven/proto/config.pb.cc

Large diffs are not rendered by default.

135 changes: 77 additions & 58 deletions cpp-client/deephaven/dhclient/proto/deephaven/proto/config.pb.h

Large diffs are not rendered by default.

8,168 changes: 4,414 additions & 3,754 deletions cpp-client/deephaven/dhclient/proto/deephaven/proto/console.pb.cc

Large diffs are not rendered by default.

5,770 changes: 3,026 additions & 2,744 deletions cpp-client/deephaven/dhclient/proto/deephaven/proto/console.pb.h

Large diffs are not rendered by default.

1,006 changes: 538 additions & 468 deletions cpp-client/deephaven/dhclient/proto/deephaven/proto/hierarchicaltable.pb.cc

Large diffs are not rendered by default.

Large diffs are not rendered by default.

236 changes: 124 additions & 112 deletions cpp-client/deephaven/dhclient/proto/deephaven/proto/inputtable.pb.cc

Large diffs are not rendered by default.

158 changes: 86 additions & 72 deletions cpp-client/deephaven/dhclient/proto/deephaven/proto/inputtable.pb.h

Large diffs are not rendered by default.

621 changes: 349 additions & 272 deletions cpp-client/deephaven/dhclient/proto/deephaven/proto/object.pb.cc

Large diffs are not rendered by default.

387 changes: 212 additions & 175 deletions cpp-client/deephaven/dhclient/proto/deephaven/proto/object.pb.h

Large diffs are not rendered by default.

Large diffs are not rendered by default.

394 changes: 208 additions & 186 deletions cpp-client/deephaven/dhclient/proto/deephaven/proto/partitionedtable.pb.h

Large diffs are not rendered by default.

1,088 changes: 587 additions & 501 deletions cpp-client/deephaven/dhclient/proto/deephaven/proto/session.pb.cc

Large diffs are not rendered by default.

639 changes: 348 additions & 291 deletions cpp-client/deephaven/dhclient/proto/deephaven/proto/session.pb.h

Large diffs are not rendered by default.

1,079 changes: 597 additions & 482 deletions cpp-client/deephaven/dhclient/proto/deephaven/proto/storage.pb.cc

Large diffs are not rendered by default.

630 changes: 343 additions & 287 deletions cpp-client/deephaven/dhclient/proto/deephaven/proto/storage.pb.h

Large diffs are not rendered by default.

12,995 changes: 7,049 additions & 5,946 deletions cpp-client/deephaven/dhclient/proto/deephaven/proto/table.pb.cc

Large diffs are not rendered by default.

10,796 changes: 5,671 additions & 5,125 deletions cpp-client/deephaven/dhclient/proto/deephaven/proto/table.pb.h

Large diffs are not rendered by default.

170 changes: 94 additions & 76 deletions cpp-client/deephaven/dhclient/proto/deephaven/proto/ticket.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading