Chrislearn Young
26f9973ae3
cargo fmt
5 months ago
Philipp Oppermann
38ff2c8d63
Run `dora` executable in release mode for examples
Avoids stack overflows on Windows
7 months ago
Philipp Oppermann
1aadfaaa0a
Link `rpcrt4` on Windows in C example
7 months ago
Philipp Oppermann
3b930f68e0
Link some additional libraries for C dataflow example
7 months ago
haixuanTao
05f919e06c
Use cli to spawn daemon run-dataflow to avoid confused exe path
2 years ago
haixuanTao
f85011837d
Remove unused runtime args from examples
2 years ago
haixuanTao
a2de951d98
Remove setup tracing from examples to make it more simple
2 years ago
Philipp Oppermann
8099cb2ccd
Link system libraries when building C operator on Windows
2 years ago
Philipp Oppermann
99e175e3bd
Link `CoreServices` etc when building C operator on macOS
2 years ago
Philipp Oppermann
75b05131e8
Update C dataflow example to use new API functions
2 years ago
Philipp Oppermann
aac5e6515a
Integrate `dora-runtime` into `dora-daemon`
Removes the separate `dora-runtime` binary. The runtime can now be started by passing `--run-dora-runtime` to `dora-daemon`. This change makes setup and deployment easier since it removes one executable that needs to be copied across machines.
2 years ago
Philipp Oppermann
56e21266db
Fix C dataflow on Windows: Link `oleaut32` library
2 years ago
haixuanTao
976a632c24
Remove cargo.lock update and clippy import warning
2 years ago
Philipp Oppermann
6af931f24d
Merge branch 'main' into unify-nodes-and-operators
2 years ago
Philipp Oppermann
6d90817284
Simplify: Replace `library_filename` function with `format!` call
2 years ago
Philipp Oppermann
32bbd14577
Enable tracing for C, C++, and `rust-dataflow-url` examples
2 years ago
Philipp Oppermann
aac5a473ce
Re-add C operator example
2 years ago
Philipp Oppermann
7fdbca12c6
Fix check errors
2 years ago
Philipp Oppermann
3c2bc57473
Update C dataflow example for new API
3 years ago
Philipp Oppermann
46ec035764
Add a daemon mode for coordinator
3 years ago
Philipp Oppermann
71c3b9436d
Run examples in debug mode to speed up compilation
3 years ago
Philipp Oppermann
9866328bf8
Merge branch 'main' into safer-ffi
3 years ago
Philipp Oppermann
0cb99e4d4d
Adjust c-dataflow example operator for new API
3 years ago
Philipp Oppermann
79247d2b75
Add `__declspec(dllexport)` attribute on Windows
3 years ago
Philipp Oppermann
06d027235e
Revert "Link C/C++ operators using `LINK.EXE` on Windows"
This reverts commit 202170951d .
3 years ago
Philipp Oppermann
202170951d
Link C/C++ operators using `LINK.EXE` on Windows
3 years ago
Philipp Oppermann
52de0555a5
Add exe suffix to C/C++ nodes
3 years ago
Philipp Oppermann
3166164472
Pass `-fPIC` only on UNIX systems
3 years ago
Philipp Oppermann
a9e80b0439
Link even more libraries on Windows
3 years ago
Philipp Oppermann
d251cd52b2
Link even more libraries on Windows
3 years ago
Philipp Oppermann
2b561a5c4d
Link more libraries on Windows
3 years ago
Philipp Oppermann
8cdc71c68a
Link windows code with dynamic runtime
3 years ago
Philipp Oppermann
e5e66ab174
Don't link crypto libs on Windows
3 years ago
Philipp Oppermann
21517be68c
Link with Security framework on macOS
3 years ago
Philipp Oppermann
f8e99c6c46
Remove `-lcrypto` arg for windows
3 years ago
Philipp Oppermann
c9c508aa0b
Try different macOS linker args
3 years ago
Philipp Oppermann
1ad25feb42
Add Windows and Mac-specific linker flags
3 years ago
Philipp Oppermann
3f745bfc12
Don't link Linux runtime libraries on other OSs
3 years ago
Philipp Oppermann
9ff649e43a
Update example run scripts to use platform-dependent shared library name
3 years ago
Philipp Oppermann
3fbe544115
Add shared library prefix and extension automatically
3 years ago
Philipp Oppermann
859992d24e
Fix: set working dir using the root dir
3 years ago
Philipp Oppermann
97ba06c9ef
Compile operator with `-fPIC`
3 years ago
Philipp Oppermann
704720da08
Link `dl`
3 years ago
Philipp Oppermann
1b58dff729
Add pthread support during linking
3 years ago
Philipp Oppermann
9d757e4719
Link rt
3 years ago
Philipp Oppermann
3fa0c4bf81
Add a `c-dataflow` example
3 years ago