-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aws-iot-fleetwise, aws-iot-securetunneling-localproxy, aws-sdk-cpp: F…
…ix patch format
- Loading branch information
1 parent
25fbde9
commit 75395c4
Showing
4 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ From: Thomas Roos <[email protected]> | |
Date: Tue, 9 Jan 2024 15:01:35 +0000 | ||
Subject: [PATCH] aws-iot-fleetwise-edge: remove setting of cxx-standard | ||
|
||
Upstream-Status: Submitted [author] | ||
|
||
--- | ||
CMakeLists.txt | 5 ----- | ||
1 file changed, 5 deletions(-) | ||
|
@@ -12,14 +14,13 @@ index 1f6c041..8b74eae 100644 | |
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -4,11 +4,6 @@ cmake_minimum_required(VERSION 3.10.2) | ||
|
||
project(iotfleetwise VERSION 1.1.1) | ||
|
||
-# FWE uses C++14 for compatibility reasons with Automotive middlewares (Adaptive AUTOSAR, ROS2) | ||
-# Note: When built with FWE_FEATURE_ROS2, colcon will override these settings | ||
-set(CMAKE_CXX_STANDARD 14) | ||
-set(CMAKE_CXX_STANDARD_REQUIRED True) | ||
- | ||
# Print out the compile commands which is useful for IDEs | ||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ From: Thomas Roos <[email protected]> | |
Date: Mon, 11 Mar 2024 10:35:55 +0000 | ||
Subject: [PATCH] aws-iot-securetunneling-localproxy: boost 1.84 format include | ||
|
||
Upstream-Status: Submitted [author] | ||
|
||
--- | ||
src/config/ConfigFile.cpp | 3 ++- | ||
1 file changed, 2 insertions(+), 1 deletion(-) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ From: Thomas Roos <[email protected]> | |
Date: Tue, 9 Jan 2024 14:34:32 +0000 | ||
Subject: [PATCH] aws-iot-securetunneling-localproxy: remove setting of | ||
|
||
Upstream-Status: Submitted [author] | ||
|
||
--- | ||
CMakeLists.txt | 6 +----- | ||
1 file changed, 1 insertion(+), 5 deletions(-) | ||
|
@@ -26,5 +28,5 @@ index 34c897a..972e5a8 100644 | |
-set(CMAKE_CXX_STANDARD_REQUIRED ON) #...is required... | ||
+# Disable extensions. | ||
set(CMAKE_CXX_EXTENSIONS OFF) #...without compiler extensions like gnu++11 | ||
|
||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ main git repo to fix it. | |
|
||
Signed-off-by: Bartosz Golaszewski <[email protected]> | ||
|
||
Upstream-Status: Unknown | ||
Upstream-Status: Submitted [author] | ||
--- | ||
cmake/AwsFindPackage.cmake | 22 ++++++++++++++++++++++ | ||
1 file changed, 22 insertions(+) | ||
|