Bart Hertog 5 rokov pred
rodič
commit
d910374eda

+ 31 - 1
CMakeLists.txt

@@ -1,3 +1,33 @@
+#
+#  Copyright (C) 2020 Embedded AMS B.V. - All Rights Reserved
+#
+#  This file is part of Embedded Proto.
+#
+#  Embedded Proto is open source software: you can redistribute it and/or 
+#  modify it under the terms of the GNU General Public License as published 
+#  by the Free Software Foundation, version 3 of the license.
+#
+#  Embedded Proto  is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+#  GNU General Public License for more details.
+#
+#  You should have received a copy of the GNU General Public License
+#  along with Embedded Proto. If not, see <https://www.gnu.org/licenses/>.
+#
+#  For commercial and closed source application please visit:
+#  <https://EmbeddedProto.com/license/>.
+#
+#  Embedded AMS B.V.
+#  Info:
+#    info at EmbeddedProto dot com
+#
+#  Postal address:
+#    Johan Huizingalaan 763a
+#    1066 VH, Amsterdam
+#    the Netherlands
+#
+
 cmake_minimum_required(VERSION 3.5)
 
 project(test_EmbeddedProto)
@@ -10,7 +40,7 @@ add_subdirectory(external/googletest)
 file(GLOB src_files
     "src/*.cpp"
     "test/*.cpp"
-    "build/EAMS/*cpp"
+    "build/EAMS/*.cpp"
 )
 
 include_directories(test test/mock src build/EAMS)

+ 1 - 1
bitbucket-pipelines-dependencies.sh

@@ -24,7 +24,7 @@
 # Info:
 #   info at EmbeddedProto dot com
 #
-# Postal adress:
+# Postal address:
 #   Johan Huizingalaan 763a
 #   1066 VH, Amsterdam
 #   the Netherlands

+ 1 - 1
build_test.sh

@@ -24,7 +24,7 @@
 # Info:
 #   info at EmbeddedProto dot com
 #
-# Postal adress:
+# Postal address:
 #   Johan Huizingalaan 763a
 #   1066 VH, Amsterdam
 #   the Netherlands

+ 1 - 1
code_coverage.sh

@@ -24,7 +24,7 @@
 # Info:
 #   info at EmbeddedProto dot com
 #
-# Postal adress:
+# Postal address:
 #   Johan Huizingalaan 763a
 #   1066 VH, Amsterdam
 #   the Netherlands

+ 1 - 1
generator/Header_Template.h

@@ -444,7 +444,7 @@ class {{ msg.name }} final: public ::EmbeddedProto::MessageInterface
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
generator/protoc-gen-eams.py

@@ -22,7 +22,7 @@
 # Info:
 #   info at EmbeddedProto dot com
 #
-# Postal adress:
+# Postal address:
 #   Johan Huizingalaan 763a
 #   1066 VH, Amsterdam
 #   the Netherlands

+ 1 - 1
protoc-gen-eams

@@ -24,7 +24,7 @@
 # Info:
 #   info at EmbeddedProto dot com
 #
-# Postal adress:
+# Postal address:
 #   Johan Huizingalaan 763a
 #   1066 VH, Amsterdam
 #   the Netherlands

+ 1 - 1
protoc-gen-eams.bat

@@ -24,7 +24,7 @@
 :: Info:
 ::   info at EmbeddedProto dot com
 ::
-:: Postal adress:
+:: Postal address:
 ::   Johan Huizingalaan 763a
 ::   1066 VH, Amsterdam
 ::   the Netherlands

+ 1 - 1
sonar-project.properties

@@ -22,7 +22,7 @@
 # Info:
 #   info at EmbeddedProto dot com
 #
-# Postal adress:
+# Postal address:
 #   Johan Huizingalaan 763a
 #   1066 VH, Amsterdam
 #   the Netherlands

+ 1 - 1
src/Fields.cpp

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
src/Fields.h

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
src/MessageInterface.cpp

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
src/MessageInterface.h

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
src/MessageSizeCalculator.h

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
src/ReadBufferInterface.h

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
src/ReadBufferSection.cpp

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
src/ReadBufferSection.h

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
src/RepeatedField.h

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
src/WireFormatter.h

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
src/WriteBufferInterface.h

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
test/mock/ReadBufferMock.h

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
test/mock/WriteBufferMock.h

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
test/proto/file_to_include.proto

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
test/proto/include_other_files.proto

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
test/proto/nested_message.proto

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
test/proto/oneof_fields.proto

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
test/proto/repeated_fields.proto

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
test/proto/simple_types.proto

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
test/test_EmbeddedProto.cpp

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
test/test_IncludeOtherFiles.cpp

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
test/test_NestedMessage.cpp

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
test/test_RepeatedField.cpp

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
test/test_RepeatedFieldMessage.cpp

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
test/test_SimpleTypes.cpp

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
test/test_getters_setters_fields.cpp

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
test/test_oneof_fields.cpp

@@ -22,7 +22,7 @@
  *  Info:
  *    info at EmbeddedProto dot com
  *
- *  Postal adress:
+ *  Postal address:
  *    Johan Huizingalaan 763a
  *    1066 VH, Amsterdam
  *    the Netherlands

+ 1 - 1
test_data.py

@@ -22,7 +22,7 @@
 # Info:
 #   info at EmbeddedProto dot com
 #
-# Postal adress:
+# Postal address:
 #   Johan Huizingalaan 763a
 #   1066 VH, Amsterdam
 #   the Netherlands