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

Fix class and attribute types #30

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2024

  1. remove arabica submodule

    Signed-off-by: Markus Mirz <markus.mirz@rwth-aachen.de>
    m-mirz authored and tom-hg57 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    604e746 View commit details
    Browse the repository at this point in the history
  2. add required arabica code

    Signed-off-by: Markus Mirz <markus.mirz@rwth-aachen.de>
    m-mirz authored and tom-hg57 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    bb0c5ce View commit details
    Browse the repository at this point in the history
  3. ignore clangd cache files

    Signed-off-by: Markus Mirz <markus.mirz@rwth-aachen.de>
    m-mirz authored and tom-hg57 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    a9da081 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Update arabica from https://github.com/jezhiggins/arabica.git (Resolv…

    …ed 64-bit specific warnings, Replaced use of std::auto_ptr with std::unique_ptr)
    
    Signed-off-by: Thomas Günther <tom@toms-cafe.de>
    tom-hg57 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    0033965 View commit details
    Browse the repository at this point in the history
  2. Fix setting default USE_CIM_VERSION

    Signed-off-by: Thomas Günther <tom@toms-cafe.de>
    tom-hg57 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    4e54cc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Adapt cpack config to integrated arabica (instead of submodule); fix …

    …cpack (move /libarabica.a from /static to /usr/lib)
    
    Signed-off-by: Thomas Günther <tom@toms-cafe.de>
    tom-hg57 committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    1f95601 View commit details
    Browse the repository at this point in the history
  2. Separate the static cpp sources in the static directory independend f…

    …rom cgmes version
    
    Signed-off-by: Thomas Günther <tom@toms-cafe.de>
    tom-hg57 committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    193ca42 View commit details
    Browse the repository at this point in the history
  3. Update generated cpp sources from https://github.com/sogno-platform/c…

    …imgen/tree/master
    
    Signed-off-by: Thomas Günther <tom@toms-cafe.de>
    tom-hg57 committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    0f33759 View commit details
    Browse the repository at this point in the history
  4. Remove Float from static directory (because it is generated)

    Signed-off-by: Thomas Günther <tom@toms-cafe.de>
    tom-hg57 committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    e220123 View commit details
    Browse the repository at this point in the history
  5. Fix Date, DateTime and MonthDay (in the future they will be generated…

    … as string like classes)
    
    Signed-off-by: Thomas Günther <tom@toms-cafe.de>
    tom-hg57 committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    adf9dc9 View commit details
    Browse the repository at this point in the history