Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add with_many_ variants for C++ archetype mono fields & port remaining snippets #8836

Merged
merged 10 commits into from
Jan 28, 2025

Conversation

Wumpf
Copy link
Member

@Wumpf Wumpf commented Jan 27, 2025

Related

What

Allows for this:

    rec.send_columns(
        "scalars",
        rerun::TimeColumn::from_sequence_points("step", std::move(times)),
        rerun::Scalar().with_many_scalar(std::move(scalar_data)).columns()
    );

@Wumpf Wumpf added do-not-merge Do not merge this PR 🌊 C++ API C/C++ API specific include in changelog labels Jan 27, 2025
Copy link

github-actions bot commented Jan 27, 2025

Latest documentation preview deployed successfully.

Result Commit Link
23f5a5e https://landing-gdtahnyfz-rerun.vercel.app/docs

Note: This comment is updated whenever you push a commit.

Copy link

github-actions bot commented Jan 27, 2025

Web viewer built successfully. If applicable, you should also test it:

  • I have tested the web viewer
Result Commit Link Manifest
23f5a5e https://rerun.io/viewer/pr/8836 +nightly +main

Note: This comment is updated whenever you push a commit.

@teh-cmc
Copy link
Member

teh-cmc commented Jan 28, 2025

@rerun-bot full-check

Copy link

docs/content/reference/migration/migration-0-22.md Outdated Show resolved Hide resolved
docs/content/reference/migration/migration-0-22.md Outdated Show resolved Hide resolved
rerun_cpp/src/rerun/archetypes/arrows3d.hpp Outdated Show resolved Hide resolved
Base automatically changed from andreas/cpp/archetype-send-columns to main January 28, 2025 08:55
@Wumpf Wumpf force-pushed the andreas/cpp/archetype-send-columns-more branch from 5837e68 to 23f5a5e Compare January 28, 2025 09:25
@Wumpf Wumpf removed the do-not-merge Do not merge this PR label Jan 28, 2025
@Wumpf Wumpf merged commit d9fefc3 into main Jan 28, 2025
38 of 39 checks passed
@Wumpf Wumpf deleted the andreas/cpp/archetype-send-columns-more branch January 28, 2025 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tagged columnar updates: C++
2 participants