Skip to content

Commit

Permalink
Merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
irsdkv committed Aug 19, 2019
2 parents dd7f64c + fcbee00 commit ca7b4bf
Show file tree
Hide file tree
Showing 19 changed files with 21,665 additions and 24,838 deletions.
5,184 changes: 2,061 additions & 3,123 deletions src/backend/src/generated/action/action.pb.cc

Large diffs are not rendered by default.

2,598 changes: 1,583 additions & 1,015 deletions src/backend/src/generated/action/action.pb.h

Large diffs are not rendered by default.

2,318 changes: 913 additions & 1,405 deletions src/backend/src/generated/calibration/calibration.pb.cc

Large diffs are not rendered by default.

1,204 changes: 725 additions & 479 deletions src/backend/src/generated/calibration/calibration.pb.h

Large diffs are not rendered by default.

8,437 changes: 3,340 additions & 5,097 deletions src/backend/src/generated/camera/camera.pb.cc

Large diffs are not rendered by default.

4,231 changes: 2,544 additions & 1,687 deletions src/backend/src/generated/camera/camera.pb.h

Large diffs are not rendered by default.

1,202 changes: 471 additions & 731 deletions src/backend/src/generated/core/core.pb.cc

Large diffs are not rendered by default.

651 changes: 388 additions & 263 deletions src/backend/src/generated/core/core.pb.h

Large diffs are not rendered by default.

1,058 changes: 421 additions & 637 deletions src/backend/src/generated/gimbal/gimbal.pb.cc

Large diffs are not rendered by default.

589 changes: 352 additions & 237 deletions src/backend/src/generated/gimbal/gimbal.pb.h

Large diffs are not rendered by default.

1,067 changes: 425 additions & 642 deletions src/backend/src/generated/info/info.pb.cc

Large diffs are not rendered by default.

586 changes: 339 additions & 247 deletions src/backend/src/generated/info/info.pb.h

Large diffs are not rendered by default.

4,785 changes: 1,928 additions & 2,857 deletions src/backend/src/generated/mission/mission.pb.cc

Large diffs are not rendered by default.

2,354 changes: 1,419 additions & 935 deletions src/backend/src/generated/mission/mission.pb.h

Large diffs are not rendered by default.

4,816 changes: 1,929 additions & 2,887 deletions src/backend/src/generated/offboard/offboard.pb.cc

Large diffs are not rendered by default.

2,208 changes: 1,338 additions & 870 deletions src/backend/src/generated/offboard/offboard.pb.h

Large diffs are not rendered by default.

2,048 changes: 792 additions & 1,256 deletions src/backend/src/generated/param/param.pb.cc

Large diffs are not rendered by default.

1,163 changes: 694 additions & 469 deletions src/backend/src/generated/param/param.pb.h

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion third_party/protobuf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ endif()

ExternalProject_add(
protobuf
URL https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-cpp-3.7.1.tar.gz
GIT_REPOSITORY https://github.com/protocolbuffers/protobuf
GIT_TAG ee4f2492ea4e7ff120f68a792af870ee30435aa5
#URL https://github.com/protocolbuffers/protobuf/releases/download/v3.7.1/protobuf-cpp-3.7.1.tar.gz
PREFIX protobuf
CONFIGURE_COMMAND ${CMAKE_COMMAND} "${CMAKE_GENERATOR_PARAM}" "${CMAKE_ARGS}" <SOURCE_DIR>/cmake
# CMAKE_ARGS + SOURCE_SUBDIR are more elegant than CONFIGURE_COMMAND,
Expand Down

0 comments on commit ca7b4bf

Please sign in to comment.