Skip to content

Commit

Permalink
Merge pull request #1 from ACRIOS-Systems/feature/add_missing
Browse files Browse the repository at this point in the history
Complex changes
  • Loading branch information
Hadatko committed May 10, 2023
2 parents 44ccd88 + a76113b commit b6d45dd
Show file tree
Hide file tree
Showing 50 changed files with 5,061 additions and 1,842 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
__pycache__
*.pyc
.DS_Store
build
pyUBX.egg-info
36 changes: 36 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"files.associations": {
"*.log": "log",
"compare": "cpp",
"string_view": "cpp",
"memory": "cpp",
"bit": "cpp",
"*.tcc": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"concepts": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"exception": "cpp",
"initializer_list": "cpp",
"iosfwd": "cpp",
"limits": "cpp",
"new": "cpp",
"numbers": "cpp",
"ostream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"string": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"typeinfo": "cpp",
"utility": "cpp"
}
}
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
all: lang/cpp/src
./ubx/generateCpp.py
pip install .
./ubx/generateCPP.py

test:
test: all
make -C lang/cpp/ test
python tests/tests.py
python tests/test_relposned.py
Expand Down
Loading

0 comments on commit b6d45dd

Please sign in to comment.