Philipp Oppermann
|
4b03b773ce
|
Minor improvents to C++ node API
|
3 years ago |
Philipp Oppermann
|
df17e2b2cf
|
Enable tracing subscriber for C and C++ node APIs by default
|
3 years ago |
Philipp Oppermann
|
6b0a7de34a
|
Remove unneeded `free_dora_node` from C++ node API
The cxx crate is able to invoke the Rust destructors from C++
|
3 years ago |
Philipp Oppermann
|
7fdbca12c6
|
Fix check errors
|
3 years ago |
Philipp Oppermann
|
d334c6f243
|
Make `daemon` module of Rust node API private and reexport symbols
|
3 years ago |
Philipp Oppermann
|
1e07a73a64
|
Merge branch 'main' into unify-nodes-and-operators
|
3 years ago |
dependabot[bot]
|
b74a524031
|
Bump tokio from 1.23.1 to 1.24.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.1 to 1.24.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
dependabot[bot]
|
ae161e644c
|
Bump tokio from 1.21.2 to 1.23.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.23.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.21.2...tokio-1.23.1)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Philipp Oppermann
|
a406d2e3cc
|
Update C++ API for new daemon design
|
3 years ago |
Philipp Oppermann
|
df5dcfb342
|
Merge branch 'main' into unify-nodes-and-operators
|
3 years ago |
Philipp Oppermann
|
433b7b4ed7
|
Merge branch 'main' into unify-nodes-and-operators
|
3 years ago |
Philipp Oppermann
|
ce4fd8b027
|
Set dora subcrate dependencies as workspace dependencies
|
3 years ago |
Philipp Oppermann
|
d8260d5d2c
|
Inherit package version from workspace root
This way, we don't need to update the version manually in all sub-crates on every release.
|
3 years ago |
haixuanTao
|
9a0b303e98
|
Replace all versions to `v0.1.1`
|
3 years ago |
Philipp Oppermann
|
201fd228f5
|
Remove communication layer from dora-node-api
|
3 years ago |
Philipp Oppermann
|
3eb1144952
|
Don't consider the c++-operator-api library for unit tests
|
3 years ago |
Philipp Oppermann
|
0ac5a722e3
|
Implement a C++ operator API
Based on Rust API using `cxx` for bridging.
|
3 years ago |
Philipp Oppermann
|
c56e9ea57e
|
Create C++ node API library
|
3 years ago |