Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Vereign Client Library
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Code
Vereign Client Library
Commits
bec6455d
Verified
Commit
bec6455d
authored
4 years ago
by
Daniel Lyubomirov
Browse files
Options
Downloads
Patches
Plain Diff
[18] Update protobuf definitions submodule
parent
91951430
Branches
18-code-generation
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!94
gRPC and vereign services code generation
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cpp/proto
+1
-1
1 addition, 1 deletion
cpp/proto
cpp/src/CMakeLists.txt
+1
-1
1 addition, 1 deletion
cpp/src/CMakeLists.txt
cpp/tests/protobuf/json_test.cc
+1
-1
1 addition, 1 deletion
cpp/tests/protobuf/json_test.cc
with
3 additions
and
3 deletions
proto
@
e8611009
Compare
37be183b
...
e8611009
Subproject commit
37be183be5f248ada04ba58ca72784e0fe1d63d3
Subproject commit
e861100984116aacf6d84cb8a09dc0ef81041509
This diff is collapsed.
Click to expand it.
cpp/src/CMakeLists.txt
+
1
−
1
View file @
bec6455d
...
...
@@ -87,6 +87,6 @@ endif()
# Generates the gRPC and Vereign services source code.
add_custom_target
(
vcl-gen
COMMAND vcl-gen generate --templates-path=templates --output-path src
COMMAND vcl-gen generate
-v
--templates-path=templates --output-path src
WORKING_DIRECTORY
${
CMAKE_SOURCE_DIR
}
)
This diff is collapsed.
Click to expand it.
cpp/tests/protobuf/json_test.cc
+
1
−
1
View file @
bec6455d
...
...
@@ -328,7 +328,7 @@ TEST_CASE("empty messages with OmitEmpty", "[protobuf]") {
google
::
protobuf
::
util
::
JsonPrintOptions
options
;
options
.
preserve_proto_field_names
=
true
;
options
.
always_print_primitive_fields
=
tru
e
;
options
.
always_print_primitive_fields
=
fals
e
;
std
::
string
json
;
auto
status
=
google
::
protobuf
::
util
::
MessageToJsonString
(
msg
,
&
json
,
options
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment