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

upgraded sources to 2020 #23

Merged
Merged
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
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Python Virtual Environment
.venv/

# LabVIEW Local Settings
*.aliases
*.lvlps

# Dragon Meta Folder
.dragon/

# Temp Build Folder
.source/

# Built Package
*.vip
Binary file added build support/Get Todo Bookmarks.vi
Binary file not shown.
Binary file modified build support/List VIs without Test Coverage.vi
Binary file not shown.
Binary file modified build support/Pre-Build VI - Run Unit Tests.vi
Binary file not shown.
3 changes: 3 additions & 0 deletions numeric.dragon
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[project]
labview-version = 2009
vipc = 'source\.vipc'
346 changes: 17 additions & 329 deletions numeric.lvproj

Large diffs are not rendered by default.

Binary file modified source/library/Coerce to Enum.vi
Binary file not shown.
Binary file modified source/library/Random Number Within Range.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified source/library/Timestamp Constant.vi
Binary file not shown.
Binary file modified source/library/VI Tree - numeric.vi
Binary file not shown.
Binary file modified test.vi
Binary file not shown.
Binary file modified tests/TEST - Random Number Within Range.vi
Binary file not shown.
Binary file removed tests/TEST - TEMPLATE_SCALAR.vit
Binary file not shown.
Binary file removed tests/TEST - TEMPLATE_VECTOR.vit
Binary file not shown.
4 changes: 2 additions & 2 deletions tests/exclused_vis.txt → tests/excluded_vis.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VI Tree - numeric.vi
Coerce to Enum.vi
VI Tree - numeric.vi
Coerce to Enum.vi
Timestamp Constant.vi
Loading