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

Templated point math type #1301

Open
wants to merge 9 commits into
base: development
Choose a base branch
from

Commits on Aug 3, 2024

  1. templated point class

    some unit tests so far
    marauder2k7 committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    ec1aa10 View commit details
    Browse the repository at this point in the history
  2. Update mPoint3.h

    add static definitions
    marauder2k7 committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    5279ed6 View commit details
    Browse the repository at this point in the history
  3. Update mPoint3.h

    copy paste from other branch
    marauder2k7 committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    0e115ba View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Update mMathFn.h

    missing include for mac compilation
    marauder2k7 committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    d574e1b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Update unitTesting.cpp

    return result from run_all_tests.
    marauder2k7 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    256d436 View commit details
    Browse the repository at this point in the history
  2. ci test

    test to see if ci will pass consistently without tscript based tests.
    marauder2k7 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5d0a383 View commit details
    Browse the repository at this point in the history
  3. Revert "ci test"

    This reverts commit 5d0a383.
    marauder2k7 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ccdd651 View commit details
    Browse the repository at this point in the history
  4. Revert "Update unitTesting.cpp"

    This reverts commit 256d436.
    marauder2k7 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    899c36a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Update mathPointTest.cpp

    add query and mutator tests
    marauder2k7 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b56f401 View commit details
    Browse the repository at this point in the history