Skip to content

Releases: NilsBrause/waylandpp

Wayland++ v1.0.1

12 Jul 08:36

Choose a tag to compare

This maintenance release fixes missing cstdint includes, wrong quoting in CMakeLists.txt, and adds cmake 4 support.

Wayland++ v1.0.0!

25 Apr 16:09

Choose a tag to compare

Wayland Server support has finally been merged! :)
Also some ABI breaking const related cleanups have been made.
Therefore this will finally be Version 1.0!

Wayland++ v0.2.10

13 Apr 17:57

Choose a tag to compare

Version 0.2.9 accidentally did break the ABI. The responsible commit has been reverted in this Version.
Also, C++20 keywords have been added to the scanner.

Wayland++ v0.2.9

30 Jan 13:05

Choose a tag to compare

  • Install unstable protocol headers
  • Protocol update to 1.25
  • Various clean ups

Wayland++ v0.2.8

29 Jun 18:27

Choose a tag to compare

  • Minimum CMake version is now 3.4.
  • Lots of clang-tidy cleanups
  • Small build fix
  • SHM example updated
  • The usual protocol update

Wayland++ v0.2.7

14 Oct 17:06

Choose a tag to compare

  • Build fix for the OpenSuse build service.
  • Fix when array_t is used on a recent g++.

Wayland++ v0.2.6

03 Oct 18:24

Choose a tag to compare

  • allow the building of static libraries
  • a lot of internal cleanups
  • build system improvements

Wayland++ v0.2.5

24 Feb 15:29

Choose a tag to compare

  • Remove bundled pugixml
  • License clarification.
  • small protocol update

Wayland++ v0.2.4

08 Jan 18:33

Choose a tag to compare

  • Bundle unstable protocols.
  • Use system pugixml if available.

Wayland++ v0.2.3

22 Apr 16:19
140aff1

Choose a tag to compare

  • Fix build on openSUSE
  • Fix documentation generation for out of tree builds