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

Beefup markersreference testcase #3230

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ request related to the change, then we may provide the commit.

This is not a comprehensive list of changes but rather a hand-curated collection of the more notable ones. For a comprehensive history, see the [OpenSim Core GitHub repo](https://github.com/opensim-org/opensim-core).

v4.4.1
======
-

v4.4
====
- Updated ezc3d to version 1.4.6 which better manage the events defined in a c3d file.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include(FeatureSummary)
# ----------------
set(OPENSIM_MAJOR_VERSION 4)
set(OPENSIM_MINOR_VERSION 4)
set(OPENSIM_PATCH_VERSION 0)
set(OPENSIM_PATCH_VERSION 1)

# Don't include the patch version if it is 0.
set(PATCH_VERSION_STRING)
Expand Down
2 changes: 1 addition & 1 deletion OpenSim/Simulation/Test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
file(GLOB TEST_PROGS "test*.cpp")
file(GLOB TEST_FILES *.osim *.xml *.sto *.mot *.obj *.vtp *.stl)
file(GLOB TEST_FILES *.osim *.xml *.sto *.mot *.obj *.vtp *.stl *.trc)

OpenSimAddTests(
TESTPROGRAMS ${TEST_PROGS}
Expand Down
Loading