This repository was archived by the owner on Jul 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
CMakeLists.txt: Require C++11 and cmake 3.7 #653
Merged
t-b
merged 28 commits into
tango-controls:tango-9-lts
from
t-b:require-c++11-and-cmake-3.7
Jan 22, 2020
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
7158749
CMakeLists.txt: Require C++11 and cmake 3.7
t-b c46ea53
cppapi/server/tango_config.h: Remove test for gcc >= 3.0
t-b ce2cdab
Remove HAS_UNIQUE_PTR
t-b 6d494e5
Remove HAS_MAP_AT
t-b 84b98e3
Remove HAS_OVERRIDE
t-b 7483d74
Remove HAS_RVALUE
t-b fea8ade
Remove HAS_THREAD
t-b 1273f94
Remove HAS_TYPE_TRAITS
t-b 2c88f9c
Remove HAS_LAMBDA_FUNC
t-b 94b3691
cppapi/server/tango_config.h: Map Tango_isnan always to std::isnan
t-b dd5232a
Prefer nullptr over Tango_nullptr
t-b ccf6d3b
Remove HAS_RANGE_BASE_FOR
t-b 02b174c
Remove INIT_LIST
t-b 03bccb9
Remove HAS_UNDERLYING
t-b 893c56c
cppapi/server/tango_config.h: Map TANGO_NORETURN always to [[noreturn]]
t-b 2b5f357
cppapi/server/tango_config.h: Remove #ifdef spaghetti used for C++11 …
t-b 1cb8f1b
cppapi/client/ApiUtil.h: Remove unused _KillProc_ class
t-b 69e5138
Travis: Install newer cmake on debian 8
t-b 2858602
.travis: Remove testing for debian wheezy
t-b 5424da3
cppapi/server/idl: Ignore unused-parameter for clang as well
t-b 64dc2a7
cppapi/client/eventconsumer.h: Add missing override keywords
t-b 33910b8
cppapi/server/tango.h: Simplify TANGO_UNUSED handling
t-b c15e1c4
cmake: Rework C++ compiler feature detection
t-b a52d8b6
CMakeLists.txt: Unify and add more version output on configuring
t-b 9904f75
appveyor.yml: Remove support for old MSVC versions
t-b 54adedc
Remove conditional code for _MSC_VER < 1900
t-b 435aa9f
log4tango: Remove fallback code for old MSVC versions
t-b 17abaed
cppapi/server/device.cpp: Remove compiler silencing return values
t-b File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -26,7 +26,7 @@ | |
|
|
||
| int main(int argc,char *argv[]) | ||
| { | ||
| Tango::Util *tg = Tango_nullptr; | ||
| Tango::Util *tg = nullptr; | ||
| try | ||
| { | ||
|
|
||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.