Skip to content

v0.1.3

Choose a tag to compare

@4og 4og released this 04 Nov 12:04

Module Name: baselibs
Release Tag: v0.1.3
Origin Release Tag: first release
Release Commit Hash: 9457533
Release Date: 2025-11-04

Overview

The baselibs module provides a selection of basic C++ utility libraries for common use in the S-CORE project.

This release is built from the s_core_release_v0_5_0 branch and is meant for integration with the S-CORE 0.5 Alpha Release.

The module is available as a Bazel module in the S-CORE Bazel registry: https://github.com/eclipse-score/bazel_registry/tree/main/modules/score_baselibs

Disclaimer

This release is not intended for production use, as it does not include a safety argumentation or a completed safety assessment.
The work products compiled in the safety package are created with care according to a process that satisfies standards. However, as a non-profit, open-source organization, the project cannot assume any liability for its content.

New Features

  • bitmanipulation: Implemented, with component requirements and documentation.
  • concurrency: Implemented.
  • containers: Implemented, with component requirements and documentation.
  • json: Implemented, with component requirements, architecture, and documentation.
  • filesystem: Implemented, with component requirements.
  • futurecpp: Implemented.
  • safecpp/aborts_upon_exception: Implemented.
  • safecpp/coverage_termination_handler: Implemented.
  • safecpp/safe_math: Implemented.
  • safecpp/scoped_function: Implemented.
  • memory: Implemented, with component architecture.
  • os: Implemented.
  • result: Implemented, with component requirements, assumptions of use, architecture, and documentation.
  • static_reflection_with_serialization: Implemented.
  • mw::log: Implemented.
  • utils: Implemented.

For details on the new features, see https://eclipse-score.github.io/score/main/features/baselibs/index.html

All libraries not in the list above are not part of this release, even if they have an implementation in https://github.com/eclipse-score/baselibs/tree/main/score.

Improvements

Not applicable for this release.

Bug Fixes

Not applicable for this release.

Compatibility

  • Linux (x86_64)
  • QNX 8 SDP (x86_64)

Performed Verification

  • Build for Linux x86_64 and QNX 8 SDP x86_64.
  • Unit tests executed on Linux x86_64

Report: https://github.com/eclipse-score/baselibs/actions/runs/19068025921

Known Issues

General Issues

  • Safety package is incomplete due to missing documentation and verification.

GCC Toolchain (Linux, x86_64)

  • Several unit tests fail when building with the GCC toolchain (#7).

QNX 8 Toolchain (x86_64)

  • Multiple Bazel packages do not compile successfully:
  • Unit tests are not currently executed on QNX 8 SDP.

Upgrade Instructions

Not applicable for this release.

Contact Information

For any questions or support, please contact the Base Libs Feature Team (https://github.com/orgs/eclipse-score/discussions/1223) or raise an issue/discussion.