Skip to content

feat: introduces fixed string type#42

Open
vulder wants to merge 37 commits into
mainfrom
feat/inplace_string
Open

feat: introduces fixed string type#42
vulder wants to merge 37 commits into
mainfrom
feat/inplace_string

Conversation

@vulder

@vulder vulder commented Apr 22, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

vulder and others added 30 commits April 21, 2026 22:29
Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.5...v2.33.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.33.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.3.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.5.0...2.6.3)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.6.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Florian Sattler <florian.sattler@airbus.com>
Query params parsing and routing to registered handlers.

Resolves SEN-1592
We need to ensure that the runner time is initialized before we publish
objects, as during the process we could emit events that, otherwise, get
a wrong timestamp.

resolves SEN-1640
… the kernel api

**BREAKING CHANGE**: The kernel logger configuration will now only
affect any other component's logger if the logger is created using the
getOrCreateLogger method specified in the description below.

The purpose is to keep spdlog statically linked while ensuring packages
can directly access the spdlog registry of the sen::kernel. Note: spdlog
is now a public dependency of the sen kernel.

resolves SEN-1632
During install we require the resources to be present, hence we need to
put them in the export set.
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.6.3...2.7.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.7.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#51)

Bumps [idna](https://github.com/kjd/idna) from 3.11 to 3.15.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md)
- [Commits](kjd/idna@v3.11...v3.15)

---
updated-dependencies:
- dependency-name: idna
  dependency-version: '3.15'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@vulder vulder marked this pull request as ready for review May 24, 2026 10:27
@vulder vulder requested a review from EnriqueParodi as a code owner May 24, 2026 10:27
Comment thread libs/core/include/sen/core/base/fixed_string.h
Comment thread libs/core/include/sen/core/base/fixed_string.h Outdated
Comment thread libs/core/include/sen/core/base/fixed_string.h Outdated
Comment thread libs/core/include/sen/core/base/fixed_string.h

@EnriqueParodi EnriqueParodi left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nice! just left some minor comments.

@vulder vulder requested a review from EnriqueParodi June 15, 2026 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants