Skip to content

Conversation

@oss-patch
Copy link
Owner

No description provided.

oss-patch and others added 19 commits December 24, 2024 07:57
Variable Length Arrays, while widely supported as compiler extensions are not part of the C++ standard.
Replaced them with std::vector.
Co-authored-by: GitHub <noreply@github.com>
* fix pre-commit configuration

* pre-commit fixes

* improve exclude more

* apply fixes
* Auto pre-commit update

* fix typo

---------

Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: Ege Çetin <64282645+egecetin@users.noreply.github.com>
Co-authored-by: egecetin <egecetin@hotmail.com.tr>
…ladb#1674)

* Bump the pip-dependencies group across 1 directory with 2 updates

Bumps the pip-dependencies group with 2 updates in the /Tests/ExamplesTest directory: [attrs](https://github.com/sponsors/hynek) and [pytest](https://github.com/pytest-dev/pytest).


Updates `attrs` from 24.2.0 to 24.3.0
- [Commits](https://github.com/sponsors/hynek/commits)

Updates `pytest` from 8.3.3 to 8.3.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.3...8.3.4)

---
updated-dependencies:
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

* revert pyparsing

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: egecetin <egecetin@hotmail.com.tr>
…gDevice. (seladb#1679)

* Fixed lifetime issue of startup mutex and condition variable.

* Variable name fixup.
…ladb#1660)

* Converted some files.

* Converted more files.

* Converted source file comments.

* Lint

* Converted enum value docs

* Formatting fixes.

* Lint

* Removed section comments.

* Removed section comments.

* Formatting fixes

* Fix missed docstring.

* Changed missed /* */ comments.
…eladb#1681)

* Changed `IPNetwork` copy assignment implementation to copy-and-swap the internal network.

This change fixes use of memory after being freed in case of self-assignment and provides a strong exception guarantee.

* Removed the temporary variable.
* apply fixes for Common++

* minor fixes

* fix last issues

* define a thread safe strerror

* include array

* format

* not use scripts until all repo updated

* revert unnecessary change

* mark executable

* add newline

* rename getErrorString

* deprecate multiplatformsleep

* format

* fix some weird struct braces

* replace all multiplatformsleep calls

* include thread for dpdk tests

* include thread lib

* format

* fix braces for clang-format 19+

* fix new issues

* fix comment

* fix issues

* fix for comment

* oops one more

* format

---------

Co-authored-by: Liu, An-Chi <phy.tiger@gmail.com>
@cla7aye15I4nd cla7aye15I4nd force-pushed the patch-crash-7d18f37e1f05e0ff4aa4dfa2f67dd738340ad9cf branch from 1fbb74c to 6c5d27f Compare January 21, 2025 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

8 participants