Skip to content

Conversation

@xDimon
Copy link
Member

@xDimon xDimon commented Jan 28, 2025

No description provided.

Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
@xDimon xDimon requested review from Harrm and turuslan January 28, 2025 06:54
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
…ke variable

Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
xDimon and others added 10 commits January 30, 2025 18:44
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: turuslan <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
refactor: avoid direct coding of Tagged types

Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
@xDimon xDimon force-pushed the feature/aggregate_coding_support branch 2 times, most recently from 69da105 to dab5ac9 Compare February 5, 2025 13:37
@xDimon xDimon force-pushed the feature/aggregate_coding_support branch from dab5ac9 to e31f904 Compare February 5, 2025 15:02
feature: func for convert int between each other
fix: using global definition

Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
@xDimon xDimon force-pushed the feature/aggregate_coding_support branch 2 times, most recently from b58681c to 312aaae Compare February 10, 2025 10:46
@xDimon xDimon requested a review from Harrm February 10, 2025 13:02
Comment on lines +141 to +148
// friend ScaleEncoderStream &operator<<(ScaleEncoderStream &s,
// const TestStruct &test_struct) {
// return s << static_cast<const std::vector<uint16_t> &>(test_struct);
// }
// friend ScaleDecoderStream &operator>>(ScaleDecoderStream &s,
// TestStruct &test_struct) {
// return s >> static_cast<std::vector<uint16_t> &>(test_struct);
// }
Copy link

Choose a reason for hiding this comment

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

👀

@xDimon xDimon merged commit db00369 into master Feb 10, 2025
0 of 4 checks passed
@xDimon xDimon deleted the feature/aggregate_coding_support branch February 10, 2025 16:44
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.

4 participants