| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -85,7 +85,7 @@ set(FIREBASE_INTEGRATION_TEST_SRCS | |
| include_directories(src) | ||
|
|
||
| # Firebase C++ SDK requires C++14. | ||
| set (CMAKE_CXX_STANDARD 14) | ||
| set (CMAKE_CXX_STANDARD 17) | ||
|
Comment thread
Comment on lines
87
to
+88
Copy link
Copy Markdown
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Sorry, something went wrong.
All reactions
|
||
| set (CMAKE_CXX_STANDARD_REQUIRED YES) # Don't fall back to an earlier version. | ||
|
|
||
| # Download and unpack googletest (and googlemock) at configure time | ||
| Expand Down | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -16,7 +16,7 @@ | |
|
|
||
| cmake_minimum_required(VERSION 3.22) | ||
| # Firebase C++ SDK requires C++14. | ||
| set (CMAKE_CXX_STANDARD 14) | ||
| set (CMAKE_CXX_STANDARD 17) | ||
|
Comment thread
Comment on lines
18
to
+19
Copy link
Copy Markdown
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Sorry, something went wrong.
All reactions
|
||
| set (CMAKE_CXX_STANDARD_REQUIRED YES) # Don't fall back to an earlier version. | ||
|
|
||
| project(firebase_rest_lib NONE) | ||
| Expand Down | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -85,7 +85,7 @@ set(FIREBASE_INTEGRATION_TEST_SRCS | |
| include_directories(src) | ||
|
|
||
| # Firebase C++ SDK requires C++14. | ||
| set (CMAKE_CXX_STANDARD 14) | ||
| set (CMAKE_CXX_STANDARD 17) | ||
|
Comment thread
Comment on lines
87
to
+88
Copy link
Copy Markdown
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Sorry, something went wrong.
All reactions
|
||
| set (CMAKE_CXX_STANDARD_REQUIRED YES) # Don't fall back to an earlier version. | ||
|
|
||
| # Download and unpack googletest (and googlemock) at configure time | ||
| Expand Down | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -85,7 +85,7 @@ set(FIREBASE_INTEGRATION_TEST_SRCS | |
| include_directories(src) | ||
|
|
||
| # Firebase C++ SDK requires C++14. | ||
| set (CMAKE_CXX_STANDARD 14) | ||
| set (CMAKE_CXX_STANDARD 17) | ||
|
Comment thread
Comment on lines
87
to
+88
Copy link
Copy Markdown
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Sorry, something went wrong.
All reactions
|
||
| set (CMAKE_CXX_STANDARD_REQUIRED YES) # Don't fall back to an earlier version. | ||
|
|
||
| # Download and unpack googletest (and googlemock) at configure time | ||
| Expand Down | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -85,7 +85,7 @@ set(FIREBASE_INTEGRATION_TEST_SRCS | |
| include_directories(src) | ||
|
|
||
| # Firebase C++ SDK requires C++14. | ||
| set (CMAKE_CXX_STANDARD 14) | ||
| set (CMAKE_CXX_STANDARD 17) | ||
|
Comment thread
Comment on lines
87
to
+88
Copy link
Copy Markdown
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Sorry, something went wrong.
All reactions
|
||
| set (CMAKE_CXX_STANDARD_REQUIRED YES) # Don't fall back to an earlier version. | ||
|
|
||
| # Download and unpack googletest (and googlemock) at configure time | ||
| Expand Down | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -85,7 +85,7 @@ set(FIREBASE_INTEGRATION_TEST_SRCS | |
| include_directories(src) | ||
|
|
||
| # Firebase C++ SDK requires C++14. | ||
| set (CMAKE_CXX_STANDARD 14) | ||
| set (CMAKE_CXX_STANDARD 17) | ||
|
Comment thread
Comment on lines
87
to
+88
Copy link
Copy Markdown
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Sorry, something went wrong.
All reactions
|
||
| set (CMAKE_CXX_STANDARD_REQUIRED YES) # Don't fall back to an earlier version. | ||
|
|
||
| # Download and unpack googletest (and googlemock) at configure time | ||
| Expand Down | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -236,7 +236,7 @@ include_directories(${ABSEIL_CPP_ROOT}) | |
| add_definitions(-DINTERNAL_EXPERIMENTAL) | ||
|
|
||
| # Firebase C++ SDK requires C++14. | ||
| set (CMAKE_CXX_STANDARD 14) | ||
| set (CMAKE_CXX_STANDARD 17) | ||
|
Comment thread
Comment on lines
238
to
+239
Copy link
Copy Markdown
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Sorry, something went wrong.
All reactions
|
||
| set (CMAKE_CXX_STANDARD_REQUIRED YES) # Don't fall back to an earlier version. | ||
|
|
||
| # Download and unpack googletest (and googlemock) at configure time | ||
| Expand Down | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -85,7 +85,7 @@ set(FIREBASE_INTEGRATION_TEST_SRCS | |
| include_directories(src) | ||
|
|
||
| # Firebase C++ SDK requires C++14. | ||
| set (CMAKE_CXX_STANDARD 14) | ||
| set (CMAKE_CXX_STANDARD 17) | ||
|
Comment thread
Comment on lines
87
to
+88
Copy link
Copy Markdown
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Sorry, something went wrong.
All reactions
|
||
| set (CMAKE_CXX_STANDARD_REQUIRED YES) # Don't fall back to an earlier version. | ||
|
|
||
| # Download and unpack googletest (and googlemock) at configure time | ||
| Expand Down | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -85,7 +85,7 @@ set(FIREBASE_INTEGRATION_TEST_SRCS | |
| include_directories(src) | ||
|
|
||
| # Firebase C++ SDK requires C++14. | ||
| set (CMAKE_CXX_STANDARD 14) | ||
| set (CMAKE_CXX_STANDARD 17) | ||
|
Comment thread
Comment on lines
87
to
+88
Copy link
Copy Markdown
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Sorry, something went wrong.
All reactions
|
||
| set (CMAKE_CXX_STANDARD_REQUIRED YES) # Don't fall back to an earlier version. | ||
|
|
||
| # Download and unpack googletest (and googlemock) at configure time | ||
| Expand Down | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -85,7 +85,7 @@ set(FIREBASE_INTEGRATION_TEST_SRCS | |
| include_directories(src) | ||
|
|
||
| # Firebase C++ SDK requires C++14. | ||
| set (CMAKE_CXX_STANDARD 14) | ||
| set (CMAKE_CXX_STANDARD 17) | ||
|
Comment thread
Comment on lines
87
to
+88
Copy link
Copy Markdown
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Sorry, something went wrong.
All reactions
|
||
| set (CMAKE_CXX_STANDARD_REQUIRED YES) # Don't fall back to an earlier version. | ||
|
|
||
| # Download and unpack googletest (and googlemock) at configure time | ||
| Expand Down | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -85,7 +85,7 @@ set(FIREBASE_INTEGRATION_TEST_SRCS | |
| include_directories(src) | ||
|
|
||
| # Firebase C++ SDK requires C++14. | ||
| set (CMAKE_CXX_STANDARD 14) | ||
| set (CMAKE_CXX_STANDARD 17) | ||
|
Comment thread
Comment on lines
87
to
+88
Copy link
Copy Markdown
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Sorry, something went wrong.
All reactions
|
||
| set (CMAKE_CXX_STANDARD_REQUIRED YES) # Don't fall back to an earlier version. | ||
|
|
||
| # Download and unpack googletest (and googlemock) at configure time | ||
| Expand Down | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -85,7 +85,7 @@ set(FIREBASE_INTEGRATION_TEST_SRCS | |
| include_directories(src) | ||
|
|
||
| # Firebase C++ SDK requires C++14. | ||
| set (CMAKE_CXX_STANDARD 14) | ||
| set (CMAKE_CXX_STANDARD 17) | ||
|
Comment thread
Comment on lines
87
to
+88
Copy link
Copy Markdown
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Sorry, something went wrong.
All reactions
|
||
| set (CMAKE_CXX_STANDARD_REQUIRED YES) # Don't fall back to an earlier version. | ||
|
|
||
| # Download and unpack googletest (and googlemock) at configure time | ||
| Expand Down | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -85,7 +85,7 @@ set(FIREBASE_INTEGRATION_TEST_SRCS | |
| include_directories(src) | ||
|
|
||
| # Firebase C++ SDK requires C++14. | ||
| set (CMAKE_CXX_STANDARD 14) | ||
| set (CMAKE_CXX_STANDARD 17) | ||
|
Comment thread
Comment on lines
87
to
+88
Copy link
Copy Markdown
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality
Sorry, something went wrong.
All reactions
|
||
| set (CMAKE_CXX_STANDARD_REQUIRED YES) # Don't fall back to an earlier version. | ||
|
|
||
| # Download and unpack googletest (and googlemock) at configure time | ||
| Expand Down | ||
| Back | FazBrowse Home | New Git URL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low QualityThis comment is outdated. With the C++ standard updated to 17, this should be updated as well for consistency.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.