Philipp Oppermann
|
a54f000507
|
Update C++ operator API to use new conversions
|
2 years ago |
Philipp Oppermann
|
89f980e753
|
Simplify arrow array construction through new `IntoArrow` trait
|
2 years ago |
haixuanTao
|
7a7a20a298
|
Add missing licenses and centralise license definition
test new crates version release
|
2 years ago |
haixuanTao
|
101ddd2092
|
add documentation and description to all crates
test rc 2 version
fix version typo
Test crates.io new dora tag release
|
2 years ago |
haixuanTao
|
f5b65d6de7
|
Remove unused dependencies to simplify publishing
Remove unused dependencies
|
2 years ago |
Philipp Oppermann
|
7fdbca12c6
|
Fix check errors
|
2 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
|
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
|
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 |