Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: unikraft/lib-libcxx

Tags

RELEASE-0.16.0

Toggle RELEASE-0.16.0's commit message
Introduce `Library.uk`

This new file represents the first step towards proper versioning support of
external microlibrary in Unikraft.  The file itself acts as mechanism for
holding metadata-only values about the microlibrary.  This metadata is designed
to be compatible with GNU Make whilst simultaneously being human-readable and
readable by programs that are not GNU Make (e.g. tools such as KraftKit).

An important feature of this file is the inclusion of microlibrary versions.
In a later step, once relevant integrations have been made to Unikrat's core
build system and to relevant tools such as KraftKit, the user will be able to
see and select from different versions of the microlibrary.

In this initial commit, the relevant metadata is absorbed from both Makefile.uk,
Config.uk, but also includes new information such as SPDX License identifier.

Signed-off-by: Alexander Jung <[email protected]>
Approved-by: Razvan Deaconescu <[email protected]>
Reviewed-by: Razvan Deaconescu <[email protected]>
GitHub-Closes: #29

RELEASE-0.15.0

Toggle RELEASE-0.15.0's commit message
Introduce `Library.uk`

This new file represents the first step towards proper versioning support of
external microlibrary in Unikraft.  The file itself acts as mechanism for
holding metadata-only values about the microlibrary.  This metadata is designed
to be compatible with GNU Make whilst simultaneously being human-readable and
readable by programs that are not GNU Make (e.g. tools such as KraftKit).

An important feature of this file is the inclusion of microlibrary versions.
In a later step, once relevant integrations have been made to Unikrat's core
build system and to relevant tools such as KraftKit, the user will be able to
see and select from different versions of the microlibrary.

In this initial commit, the relevant metadata is absorbed from both Makefile.uk,
Config.uk, but also includes new information such as SPDX License identifier.

Signed-off-by: Alexander Jung <[email protected]>
Approved-by: Razvan Deaconescu <[email protected]>
Reviewed-by: Razvan Deaconescu <[email protected]>
GitHub-Closes: #29

RELEASE-0.14.0

Toggle RELEASE-0.14.0's commit message
Makefile.uk: Add minimum compiler version check

libcxx 14 relies on some C++ features that are only implemented starting
from GCC 11 and Clang 10.
This change adds an explicit compiler version check to warn the user
about this incompatibility.

Signed-off-by: Andrei Tatar <[email protected]>
Reviewed-by: Stefan Jumarea <[email protected]>
Reviewed-by: Maria Sfiraiala <[email protected]>
Reviewed-by: Radu Nichita <[email protected]>
Approved-by: Razvan Deaconescu <[email protected]>
Tested-by: Unikraft CI <[email protected]>
GitHub-Closes: #33

RELEASE-0.13.1

Toggle RELEASE-0.13.1's commit message
Release: v0.13.1 Atlas

RELEASE-0.13.0

Toggle RELEASE-0.13.0's commit message
Release: v0.13.0 Atlas

RELEASE-0.12.0

Toggle RELEASE-0.12.0's commit message
Release: v0.12.0 Epimetheus

RELEASE-0.11.0

Toggle RELEASE-0.11.0's commit message
Release: v0.11.0 Janus

RELEASE-0.10.0

Toggle RELEASE-0.10.0's commit message
Release: v0.10.0 Phoebe

RELEASE-0.9.0

Toggle RELEASE-0.9.0's commit message
Release: v0.9.0 Hyperion

RELEASE-0.8.0

Toggle RELEASE-0.8.0's commit message
Release: v0.8.0 Enceladus