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

Implement create_sample and create_dynamic_sample #4373

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    cb2715d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Fix Broken Java Builds

    Also:
    - Add missing files to java/dds/DDS/.gitignore
    - Move `@OpenDDS::hidden_op_in_java` in
      `@OpenDDS::internal::hidden_op_in_java`.
    iguessthislldo committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    465dcf6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    dfb2510 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    6a029a5 View commit details
    Browse the repository at this point in the history
  2. Tweak create_sample and Improve DynamicDataAdapter

    Use DynamicDataBase::clone for DynamicDataAdapter::clone and implement
    DynamicDataAdapter::clear_all_values.
    iguessthislldo committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8db6875 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e81702 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Try to Avoid Missing Functions Issue on Windows

    Also:
    - Make @hidden_op_in_java smarter so it doesn't require a argument for
      C++ code (thought it needs on because of IDL).
    - Explicitly call Perl on Windows in Java build so it doesn't require the
      file association to be set.
    - Add news.
    iguessthislldo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    74cf880 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    763b3e8 View commit details
    Browse the repository at this point in the history