-
Notifications
You must be signed in to change notification settings - Fork 5
Add macOS support #16
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
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
963a33e
Add MacOS support
thatcomputerguy0101 60e5091
Add MacOS to build action
thatcomputerguy0101 f2192be
Build universal MacOS library
thatcomputerguy0101 82c26f6
Add List::MoreUtils install to macOS runner
thatcomputerguy0101 c367909
Condense install deps action step
thatcomputerguy0101 ef11ab2
Use Apple Accelerate on macOS instead of OpenBLAS
thatcomputerguy0101 4a41602
Update gradle packaging for macOS universal builds
thatcomputerguy0101 665e210
wpiformat
thatcomputerguy0101 d503a73
Update vnlog for macOS
thatcomputerguy0101 db1eb6f
Add vnlog CMake config
thatcomputerguy0101 ff7ed72
Add macOS instructions to README
thatcomputerguy0101 bf7b788
wpiformat
thatcomputerguy0101 7bcef03
Revert "Condense install deps action step"
thatcomputerguy0101 976ea45
Add OS labels to Install deps step names
thatcomputerguy0101 8df26ac
Build vnlog as a static library
thatcomputerguy0101 b9c5f3e
Use wpilib classifer for publised native artifacts
thatcomputerguy0101 890fd4a
simplify ext.nativeName using wpilibClassifier
thatcomputerguy0101 4205321
Consolidate line
Gold856 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,6 +35,7 @@ | |
| extern "C" { | ||
| // Seems to be missing C++ guards | ||
| #include <mrcal.h> | ||
|
|
||
| } // extern "C" | ||
|
|
||
| #include <memory> | ||
|
|
||
Submodule vnlog
updated
22 files
| +5 −0 | .gitignore | |
| +39 −0 | Changes | |
| +4 −1 | GNUmakefile | |
| +427 −56 | README.org | |
| +177 −33 | README.template.org | |
| +2 −2 | choose_mrbuild.mk | |
| +120 −1 | lib/Vnlog/Util.pm | |
| +178 −32 | lib/vnlog.py | |
| +3 −0 | packaging/vnlog.spec | |
| +1 −0 | test/test-parser.c | |
| +128 −3 | test/test_python_parser.py | |
| +125 −0 | test/test_vnl-paste.pl | |
| +5 −4 | vnl-filter | |
| +23 −140 | vnl-join | |
| +293 −0 | vnl-paste | |
| +1 −1 | vnl-sort | |
| +116 −0 | vnl-tac | |
| +1 −1 | vnl-tail | |
| +1 −1 | vnl-ts | |
| +24 −12 | vnl-uniq | |
| +39 −9 | vnlog-parser.c | |
| +1 −0 | vnlog-parser.h |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.