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

feat: add nodejs addon loader #544

Closed
Closed
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
bf5a9ff
feat: add nodejs addon loader
sunxilin Jan 10, 2025
2cd2445
Merge branch 'main' into 512-support-embedding-nodejs-into-other-exec…
halajohn Jan 12, 2025
5302768
fix: download prebuilt libnode from github release
sunxilin Jan 13, 2025
0f74487
feat: enable multiple pytest cases in core python extensions
halajohn Jan 12, 2025
69bbf54
feat: refine C++ extension standalone test building (#548)
halajohn Jan 12, 2025
50b03b6
feat: refine C++ extension standalone test building (#549)
halajohn Jan 13, 2025
d133f77
chore: update github CI scripts
halajohn Jan 13, 2025
32b4e23
fix: complete PYTHONPATH for standalone testing (#551)
sunxilin Jan 13, 2025
4b66f08
fix: add correct PYTHONPATH in python standalone test (#552)
halajohn Jan 13, 2025
8fd8f48
fix: github CI action of linux for uploading to TEN cloud store
halajohn Jan 13, 2025
5013eaa
feat: have an env variable to control if terminal log has color (#554)
halajohn Jan 13, 2025
cf75ae3
feat: add log api in Python tester (#553)
sunxilin Jan 13, 2025
10ebfd9
chore: update version number
halajohn Jan 13, 2025
e754916
chore: remove condition wait in log api in Python (#555)
sunxilin Jan 13, 2025
fdfc953
Merge remote-tracking branch 'origin/main' into 512-support-embedding…
sunxilin Jan 14, 2025
496e28a
fix: manage libnode prebuilt shared lib
sunxilin Jan 16, 2025
7211751
Merge branch 'main' into 512-support-embedding-nodejs-into-other-exec…
sunxilin Jan 18, 2025
aa17d44
fix: handle symbolic link file for tman packaging (#566)
halajohn Jan 18, 2025
2773804
Merge remote-tracking branch 'origin/main' into 512-support-embedding…
sunxilin Jan 18, 2025
e510f6f
fix: dlopen libnode in nodejs addon loader
sunxilin Jan 18, 2025
b90a456
Merge branch 'main' into 512-support-embedding-nodejs-into-other-exec…
sunxilin Jan 20, 2025
f9f6ae2
fix: rebase
sunxilin Jan 21, 2025
0c3f183
Merge branch 'main' into 512-support-embedding-nodejs-into-other-exec…
halajohn Jan 21, 2025
c91e6ac
Merge branch 'main' into 512-support-embedding-nodejs-into-other-exec…
halajohn Jan 23, 2025
61c8388
chore: refine github win CI script
halajohn Jan 24, 2025
be67436
feat: add msg pointer in send_xxx callback (#599)
halajohn Jan 24, 2025
16c54a4
feat: add log viewer component (#600)
shczhen Jan 24, 2025
4640147
chore: remove unnecessary files
halajohn Jan 24, 2025
b7f19f2
feat: add msg pointer in send_xxx callback (#601)
halajohn Jan 24, 2025
e4926b3
feat: add msg pointer in send_xxx callback (#602)
halajohn Jan 24, 2025
727fb10
feat: add msg pointer in send_xxx callback (#603)
halajohn Jan 24, 2025
813753b
feat: add msg pointer in send_xxx callback (#604)
halajohn Jan 25, 2025
fb2e7a9
feat: add msg pointer in send_xxx callback (#606)
halajohn Jan 25, 2025
c180868
feat: add run menu item in tman designer frontend (#608)
halajohn Jan 25, 2025
ca42cc1
chore: refine the internal of send_cmd and send_cmd_ex (#607)
halajohn Jan 25, 2025
a87f04e
feat: enable app execution and get log in tman designer (#609)
halajohn Jan 25, 2025
a3e3572
chore: update to latest git submodules
halajohn Jan 25, 2025
67d7eb5
Merge branch 'main' into 512-support-embedding-nodejs-into-other-exec…
halajohn Jan 25, 2025
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
Prev Previous commit
Next Next commit
Merge branch 'main' into 512-support-embedding-nodejs-into-other-exec…
…utable
sunxilin authored Jan 18, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 72117513048e6aff8a51457f3668fdd9a2eb7f8c
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -137,7 +137,7 @@
"request": "launch",
"program": "${workspaceFolder}/out/linux/x64/tests/standalone/ten_runtime_smoke_test",
"args": [
"--gtest_filter=AudioFrameTest.MultiDestAudioFrame"
"--gtest_filter=CloseAppTest.CloseAppDuringConfiguring"
],
"cwd": "${workspaceFolder}/out/linux/x64/tests/standalone/",
"env": {
You are viewing a condensed version of this merge commit. You can view the full changes here.