Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
27e85ab5
Commit
27e85ab5
authored
Jul 23, 2019
by
Yannic Bonenberger
Committed by
Adam Cozzette
Jul 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Address review comments
parent
49794894
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
build_files_updated_unittest.sh
build_files_updated_unittest.sh
+2
-0
extract_includes.bat.in
cmake/extract_includes.bat.in
+1
-0
Makefile.am
src/Makefile.am
+1
-1
No files found.
build_files_updated_unittest.sh
View file @
27e85ab5
...
...
@@ -2,6 +2,8 @@
# This script verifies that BUILD files and cmake files are in sync with src/Makefile.am
set
-euo
pipefail
cp
"BUILD"
"BUILD.orginal"
cp
"cmake/extract_includes.bat.in"
"cmake/extract_includes.bat.in.orginal"
cp
"cmake/libprotobuf-lite.cmake"
"cmake/libprotobuf-lite.cmake.orginal"
...
...
cmake/extract_includes.bat.in
View file @
27e85ab5
...
...
@@ -56,6 +56,7 @@ copy "${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\implicit_weak_message
copy "${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\inlined_string_field.h" include\google\protobuf\inlined_string_field.h
copy "${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\io\coded_stream.h" include\google\protobuf\io\coded_stream.h
copy "${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\io\gzip_stream.h" include\google\protobuf\io\gzip_stream.h
copy "${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\io\io_win32.h" include\google\protobuf\io\io_win32.h
copy "${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\io\printer.h" include\google\protobuf\io\printer.h
copy "${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\io\strtod.h" include\google\protobuf\io\strtod.h
copy "${PROTOBUF_SOURCE_WIN32_PATH}\..\src\google\protobuf\io\tokenizer.h" include\google\protobuf\io\tokenizer.h
...
...
src/Makefile.am
View file @
27e85ab5
...
...
@@ -105,6 +105,7 @@ nobase_include_HEADERS = \
google/protobuf/has_bits.h
\
google/protobuf/implicit_weak_message.h
\
google/protobuf/inlined_string_field.h
\
google/protobuf/io/io_win32.h
\
google/protobuf/map_entry.h
\
google/protobuf/map_entry_lite.h
\
google/protobuf/map_field.h
\
...
...
@@ -184,7 +185,6 @@ libprotobuf_lite_la_SOURCES = \
google/protobuf/stubs/int128.cc
\
google/protobuf/stubs/int128.h
\
google/protobuf/io/io_win32.cc
\
google/protobuf/io/io_win32.h
\
google/protobuf/stubs/map_util.h
\
google/protobuf/stubs/mathutil.h
\
google/protobuf/stubs/status.cc
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment