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

xuanwo pushed a change to branch opendal_compat
in repository https://gitbox.apache.org/repos/asf/opendal.git


    from bd6bed967c Fix naming
     add 2a332f3f15 refactor: resolve c pointers const (#5171)
     add 737012f6e7 build(bindings/c): replace the build system with CMake 
(#5182)
     add 52b695a5cb Merge branch 'main' into opendal_compat

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci_bindings_c.yml                | 21 ++---
 bindings/c/CMakeLists.txt                          | 90 ++++++++++++++++++++++
 bindings/c/Makefile                                | 58 --------------
 bindings/c/README.md                               |  8 +-
 bindings/c/examples/basic.c                        | 10 +--
 bindings/c/include/opendal.h                       | 17 ++--
 bindings/c/src/error.rs                            | 16 +---
 bindings/c/src/operator.rs                         | 22 +++---
 bindings/c/src/result.rs                           |  2 +-
 bindings/c/src/types.rs                            | 52 ++++++++-----
 bindings/c/src/writer.rs                           |  2 +-
 bindings/c/tests/bdd.cpp                           | 18 ++---
 bindings/c/tests/error_msg.cpp                     |  8 +-
 bindings/c/tests/list.cpp                          |  8 +-
 bindings/c/tests/opinfo.cpp                        |  6 --
 bindings/go/error.go                               |  2 +-
 bindings/go/reader.go                              |  9 +--
 bindings/go/stat.go                                |  1 -
 bindings/go/types.go                               | 14 ++--
 bindings/go/write.go                               |  4 +-
 .../swift/OpenDAL/Sources/OpenDAL/Operator.swift   | 14 ++--
 .../OpenDAL/Tests/OpenDALTests/OpenDALTests.swift  |  4 +-
 bindings/zig/build.zig                             | 11 ++-
 bindings/zig/test/bdd.zig                          | 22 +++---
 24 files changed, 208 insertions(+), 211 deletions(-)
 create mode 100644 bindings/c/CMakeLists.txt

Reply via email to