You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Marton Szasz (Jira)" <ji...@apache.org> on 2021/07/26 12:29:00 UTC

[jira] [Updated] (MINIFICPP-1425) Upgrade compilers on Windows, CentOS 7, debian, ubuntu

     [ https://issues.apache.org/jira/browse/MINIFICPP-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marton Szasz updated MINIFICPP-1425:
------------------------------------
    Description: 
The codebase has many workaround due to the lack of the latest language features. The goal of this is to lay out a plan to upgrade to the latest possible compiler on a set of target OSes, that is:
 * Windows: latest MSVC
 * CentOS 7: devtoolset-8/GCC 8.2?
 * debian 10 Buster: default and latest available: GCC 8.3
 * ubuntu 18.04 LTS: default: GCC 7.4, latest available: GCC 8.4 from gcc-8

This allows the project to accelerate development using C++17 features (and partial C++20).

  was:
The codebase has many workaround due to the lack of the latest language features. The goal of this is to lay out a plan to upgrade to the latest possible compiler on a set of target OSes, that is:
 * Windows: latest MSVC
 * CentOS 7: devtoolset-8/GCC 8.2?
 * debian 10 Buster: default and latest available: GCC 8.3
 * ubuntu 18.04 LTS: default: GCC 7.4, latest available: GCC 8.4 from gcc-8

This allows the project to accelerate development using C+\+17 features (and partial C+\+20 in Windows-only code).


> Upgrade compilers on Windows, CentOS 7, debian, ubuntu
> ------------------------------------------------------
>
>                 Key: MINIFICPP-1425
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1425
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Epic
>            Reporter: Marton Szasz
>            Assignee: Marton Szasz
>            Priority: Major
>              Labels: MiNiFi-CPP-Hygiene
>          Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> The codebase has many workaround due to the lack of the latest language features. The goal of this is to lay out a plan to upgrade to the latest possible compiler on a set of target OSes, that is:
>  * Windows: latest MSVC
>  * CentOS 7: devtoolset-8/GCC 8.2?
>  * debian 10 Buster: default and latest available: GCC 8.3
>  * ubuntu 18.04 LTS: default: GCC 7.4, latest available: GCC 8.4 from gcc-8
> This allows the project to accelerate development using C++17 features (and partial C++20).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)