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

Implemented Fuselage Profile Type: Rectangle (Issue #909) #1005

Merged
merged 58 commits into from
Sep 2, 2024
Merged

Commits on Jan 26, 2024

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

Commits on Jan 31, 2024

  1. added rectangle testfiles

    Kobold committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5585f36 View commit details
    Browse the repository at this point in the history
  2. added test

    Kobold committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c423d12 View commit details
    Browse the repository at this point in the history
  3. added function buildWireRectangle

    Kobold committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    6053781 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

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

Commits on Feb 8, 2024

  1. added test

    Kobold committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    99a504b View commit details
    Browse the repository at this point in the history
  2. added typecheck

    Kobold committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b0aa945 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. added testsfunctions

    Kobold committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    bb076de View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. update function

    Kobold committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    428b688 View commit details
    Browse the repository at this point in the history
  2. added check for valid shapes

    Kobold committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    2fb50df View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    9ebaa60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b00675 View commit details
    Browse the repository at this point in the history
  3. fixed new constructor

    Kobold committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    98891d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. updated function to build wire from point list

    Kobold committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    bb23bba View commit details
    Browse the repository at this point in the history
  2. fixed initialization in new constructor

    Kobold committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    199d7c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. updated xml-files and added test

    Kobold committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    79125b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. rewrote function to build wire from one edge

    Kobold committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    cd41cb2 View commit details
    Browse the repository at this point in the history
  2. added testcase

    Kobold committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    2b4677d View commit details
    Browse the repository at this point in the history
  3. added testfiles

    Kobold committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4d3ca07 View commit details
    Browse the repository at this point in the history
  4. implemented funktion

    Kobold committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4979829 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. rectanglewirde built counter-cockwise-> reversed

    Kobold committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    a666615 View commit details
    Browse the repository at this point in the history
  2. adjusted orientation of rectangle wire

    Kobold committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f0896d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. joined testcases in two xml files

    Kobold committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    737feef View commit details
    Browse the repository at this point in the history
  2. moved documentation

    Kobold committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7632787 View commit details
    Browse the repository at this point in the history
  3. removed unnecessary xml file

    Kobold committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5be8939 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. modified testfiles

    Kobold committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    9332b8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f6dd02 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. added boolean expression

    Kobold committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6a1b595 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Merge branch 'master' into rectangle

    Kobold committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fb99786 View commit details
    Browse the repository at this point in the history
  2. updated values

    Kobold committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a205ebb View commit details
    Browse the repository at this point in the history
  3. updated docstring

    Kobold committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    bb8e7bd View commit details
    Browse the repository at this point in the history
  4. updated docstring

    Kobold committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2f9882c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. update

    Kobold committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c3b4491 View commit details
    Browse the repository at this point in the history
  2. updated constructors

    Kobold committed May 15, 2024
    Configuration menu
    Copy the full SHA
    75c31ca View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. updated code regarding pull request suggestions

    Kobold committed May 23, 2024
    Configuration menu
    Copy the full SHA
    75606c0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'updateRectangle' into rectangle

    Kobold committed May 23, 2024
    Configuration menu
    Copy the full SHA
    db5bfdb View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. added check for curve degree

    Kobold committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f9192ca View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Update src/fuselage/CCPACSFuselageProfiles.cpp

    Co-authored-by: Jan Kleinert <[email protected]>
    merakulix and joergbrech committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    67be429 View commit details
    Browse the repository at this point in the history
  2. update comment on curve degree

    Kobold committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    1ac277a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78a837f View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

Commits on Jul 2, 2024

  1. moved wire tests to tiglCommonFunctions.cpp

    Kobold committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8f32a4c View commit details
    Browse the repository at this point in the history
  2. merged master branch

    Kobold committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c7bf073 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    343c48e View commit details
    Browse the repository at this point in the history
  2. Update src/common/tiglcommonfunctions.cpp

    Co-authored-by: Jan Kleinert <[email protected]>
    merakulix and joergbrech committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b8dada1 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. removed redundant check

    Kobold committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    f14c31f View commit details
    Browse the repository at this point in the history
  2. added test

    Kobold committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a13eea2 View commit details
    Browse the repository at this point in the history
  3. added check vor valid inputs

    Kobold committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    0fe2758 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. added test for invalid inputs in cpacs file

    Kobold committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4234fba View commit details
    Browse the repository at this point in the history
  2. fixed file mixup

    Kobold committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    13281fb View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. added translation to arc circle

    Kobold committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8475ecb View commit details
    Browse the repository at this point in the history
  2. update test

    Kobold committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e7db244 View commit details
    Browse the repository at this point in the history
  3. update test

    Kobold committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    1f7a12a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bed7bfa View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. update some formatting issues

    Kobold committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0fa67b8 View commit details
    Browse the repository at this point in the history
  2. merge master

    Kobold committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0a3f7d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. change function call

    Kobold committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4b29d5e View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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