You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2023/08/09 14:00:36 UTC

[celix] branch master updated (ddcb4bee -> 5281a395)

This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git


    from ddcb4bee Merge pull request #611 from apache/hotfix/libuuid-switch
     add 0d7c48f0 599: Add celix_bindings rust lib
     add 36b67ea9 599: Update rust bundle to use celix_bindings
     add 035593fe 599: Update misc/experimental/rust readme
     new 5281a395 Merge pull request #603 from apache/feature/599-add-rust-bindings

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 misc/experimental/rust/CMakeLists.txt              | 11 ++-
 misc/experimental/rust/Cargo.toml                  |  1 +
 misc/experimental/rust/README.md                   | 23 ++++++
 .../Cargo.toml                                     | 12 ++-
 misc/experimental/rust/celix_bindings/build.rs     | 65 ++++++++++++++++
 .../rust/celix_bindings/src/celix_bindings.h       | 23 +++---
 .../experimental/rust/celix_bindings/src/lib.rs    | 46 ++++++------
 .../rust/hello_world_activator/Cargo.toml          |  6 +-
 .../rust/hello_world_activator/src/lib.rs          | 87 ++++++++++++++++++++--
 9 files changed, 224 insertions(+), 50 deletions(-)
 copy misc/experimental/rust/{hello_world_activator => celix_bindings}/Cargo.toml (84%)
 create mode 100644 misc/experimental/rust/celix_bindings/build.rs
 copy bundles/logging/log_service_api/include_v2/log_listener.h => misc/experimental/rust/celix_bindings/src/celix_bindings.h (72%)
 copy bundles/http_admin/http_admin/src/http_admin_constants.h => misc/experimental/rust/celix_bindings/src/lib.rs (50%)


[celix] 01/01: Merge pull request #603 from apache/feature/599-add-rust-bindings

Posted by pn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 5281a39575a5085b1fb2939004022ae9cf8d6ec3
Merge: ddcb4bee 035593fe
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Wed Aug 9 16:00:31 2023 +0200

    Merge pull request #603 from apache/feature/599-add-rust-bindings
    
    Feature/599 add rust bindings

 misc/experimental/rust/CMakeLists.txt              | 11 ++-
 misc/experimental/rust/Cargo.toml                  |  1 +
 misc/experimental/rust/README.md                   | 23 ++++++
 .../Cargo.toml                                     | 12 ++-
 misc/experimental/rust/celix_bindings/build.rs     | 65 ++++++++++++++++
 .../lib.rs => celix_bindings/src/celix_bindings.h} | 22 +++---
 misc/experimental/rust/celix_bindings/src/lib.rs   | 41 ++++++++++
 .../rust/hello_world_activator/Cargo.toml          |  6 +-
 .../rust/hello_world_activator/src/lib.rs          | 87 ++++++++++++++++++++--
 9 files changed, 244 insertions(+), 24 deletions(-)