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 support for components and ports #105

Merged
merged 18 commits into from
Mar 29, 2024
Merged

Add support for components and ports #105

merged 18 commits into from
Mar 29, 2024

Commits on Feb 19, 2024

  1. Implement P-PORT com specs

    cogu committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1851e2b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Implement R-PORT com specs

    cogu committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    9a15a05 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

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

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    965071c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a51b1a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

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

Commits on Mar 10, 2024

  1. Add port creation helper methods

    cogu committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    334a0df View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Improve port-related convenience methods

    - Rework com-spec creation methods
    - Move package map handling into Workspace
    - Create Composition SWC example
    - Fix: Unable to write ClientComSpec XML
    - Fix: ClientServerOperation.ref returns wrong type
    cogu committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1002330 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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

Commits on Mar 13, 2024

  1. Add new package filter functions

    cogu committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2071186 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    ef97b94 View commit details
    Browse the repository at this point in the history
  2. Improvements to component examples

    - Fix an xml-related issue with missing tag INTERNAL-BEHAVIORS
    - Add support for package-to-document mapping action
    - Examples now create default internal behavior and SWC implementation
    - Examples use document root option to select default xml output folder
    cogu committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c2cf9ee View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

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

Commits on Mar 24, 2024

  1. Refactoring template API

    - Template classes can now choose if created element is added to package
    - Change argument type in element template create-method
    - Rename init_package_map in Workspace class to create_package_map
    - Create example of creating composition using element template
    cogu committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    016d144 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Update examples and documentation

    - Update examples to use simple API
    - Update Readme
    - Add simple API user guide
    - Update CHANGELOG
    cogu committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    895e1d7 View commit details
    Browse the repository at this point in the history
  2. Update README

    - Add list of convenience methods
    - Add repo-local links
    cogu committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b27155e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Update installation guide

    - Update guide to use cfile 0.4.0
    - Set version to 0.5.3.a1
    - Set project URLs
    cogu committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b2121b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

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