Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/2021-01-13-usbguard-1.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: "New release: usbguard-1.0.0, and project enhancements!"
author: Radovan Sroka <rsroka@redhat.com>
date: 2020-01-13 08:00:00+02:00
date: 2021-01-13 08:00:00+02:00
tags: [usbguard, release notes, stable]
comments: false
---
Expand Down
14 changes: 14 additions & 0 deletions _posts/2021-03-01-cpp-version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: post
title: "Increasing compiler version to C++17"
author: Zoltan Fridrich <zfridric@redhat.com>
date: 2021-03-01 11:00:00+02:00
comments: true
sitemap:
lastmod: 2021-03-01 11:00:00+02:00
priority: 0.5
changefreq: monthly
exclude: 'no'
---

As development packages are getting updated with latest features requiring newer versions of C++, we had to make a choice. We can either stuck with the old packages or start using new releases. After some investigation of newer C++ standards and its incompatibilities a decision has been made to increase the overall C++ version of USBGuard from C++11 to C++17. What does this mean for you? From now on, you will require a compiler that supports C++17 to be able to compile USBGuard sources. However, USBGuard will continue to work with old dependencies but will also support the newest development packages. An example of such package is [PEGTL](https://github.com/taocpp/PEGTL/releases/tag/3.2.0) of version 3 which uses C++17.