Compare commits
16 Commits
ubuntu/lun
...
ubuntu/plu
Author | SHA1 | Date |
---|---|---|
Simon Quigley | d20ac464c6 | 7 days ago |
Simon Quigley | 08d2558ab6 | 7 days ago |
Simon Quigley | 6a830527f0 | 2 months ago |
Simon Quigley | 5265072648 | 2 months ago |
Aaron Rainbolt | b9b47695a9 | 2 months ago |
Simon Quigley | f9547b646a | 9 months ago |
Simon Quigley | 33e3f37553 | 9 months ago |
Simon Quigley | 6efce24ec0 | 9 months ago |
Simon Quigley | 92039c8848 | 9 months ago |
Simon Quigley | 3cc388ced7 | 9 months ago |
Simon Quigley | ed82705efd | 2 years ago |
Simon Quigley | fdd29ab40a | 2 years ago |
Simon Quigley | 16d49cb644 | 2 years ago |
Simon Quigley | b69b6e2e95 | 2 years ago |
Simon Quigley | 1a5d20464a | 2 years ago |
Simon Quigley | b35c117cec | 2 years ago |
@ -1,24 +0,0 @@
|
|||||||
Description: Bump the minimum compatibility level to C++17
|
|
||||||
Author: Simon Quigley <tsimonq2@lubuntu.me>
|
|
||||||
Origin: vendor
|
|
||||||
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1029611
|
|
||||||
Forwarded: https://github.com/lxqt/lxqt-build-tools/pull/83
|
|
||||||
Last-Update: 2023-01-25
|
|
||||||
---
|
|
||||||
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|
||||||
--- a/cmake/modules/LXQtCompilerSettings.cmake
|
|
||||||
+++ b/cmake/modules/LXQtCompilerSettings.cmake
|
|
||||||
@@ -181,11 +181,11 @@ endif()
|
|
||||||
|
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
|
||||||
-# CXX14 requirements - no checks, we just set it
|
|
||||||
+# CXX17 requirements - no checks, we just set it
|
|
||||||
#-----------------------------------------------------------------------------
|
|
||||||
set(CMAKE_CXX_STANDARD_REQUIRED True)
|
|
||||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
|
||||||
-set(CMAKE_CXX_STANDARD 14 CACHE STRING "C++ ISO Standard")
|
|
||||||
+set(CMAKE_CXX_STANDARD 17 CACHE STRING "C++ ISO Standard")
|
|
||||||
|
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
|
@ -0,0 +1,26 @@
|
|||||||
|
Description: Bump the minimum compatibility level to C++20
|
||||||
|
This pull request is very similar to
|
||||||
|
https://github.com/lxqt/lxqt-build-tools/pull/83, except this is proactive
|
||||||
|
rather than reactive.
|
||||||
|
Author: Simon Quigley <tsimonq2@ubuntu.com>
|
||||||
|
Origin: upstream
|
||||||
|
Forwarded: https://github.com/lxqt/lxqt-build-tools/pull/102
|
||||||
|
Last-Update: 2025-01-03
|
||||||
|
---
|
||||||
|
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
||||||
|
--- a/cmake/modules/LXQtCompilerSettings.cmake
|
||||||
|
+++ b/cmake/modules/LXQtCompilerSettings.cmake
|
||||||
|
@@ -181,11 +181,11 @@ endif()
|
||||||
|
|
||||||
|
|
||||||
|
#-----------------------------------------------------------------------------
|
||||||
|
-# CXX17 requirements - no checks, we just set it
|
||||||
|
+# CXX20 requirements - no checks, we just set it
|
||||||
|
#-----------------------------------------------------------------------------
|
||||||
|
set(CMAKE_CXX_STANDARD_REQUIRED True)
|
||||||
|
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||||
|
-set(CMAKE_CXX_STANDARD 17 CACHE STRING "C++ ISO Standard")
|
||||||
|
+set(CMAKE_CXX_STANDARD 20 CACHE STRING "C++ ISO Standard")
|
||||||
|
|
||||||
|
|
||||||
|
#-----------------------------------------------------------------------------
|
@ -1 +1 @@
|
|||||||
cpp17.patch
|
cpp20.patch
|
||||||
|
Loading…
Reference in new issue