mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Update project to C++17
- Bump CMake to minimum version 3.8 - Set C++ standard to 17 - Remove CMAKE_LEGACY_CYGWIN_WIN32 compatibility mode - Remove C++11 stuff - Update documentation Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
6c287870dd
commit
3008e458e9
15 changed files with 20 additions and 44 deletions
|
@ -206,5 +206,5 @@ To be a little more explicit, the common elements across the languages are:
|
|||
|
||||
We target Python 3 so that our test suite runs on the broadest set of platforms.
|
||||
|
||||
We can safely target C++14 because all the default compilers on our supported platforms are ready.
|
||||
Feel free to use C++17 and C++20 provided that all build platforms support this.
|
||||
We can safely target C++17 because all the default compilers on our supported platforms are ready.
|
||||
Feel free to use C++20 provided that all build platforms support this.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue