Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main to dev/1.1.0 #794

Merged
merged 38 commits into from
Nov 20, 2024
Merged

Main to dev/1.1.0 #794

merged 38 commits into from
Nov 20, 2024

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    cd4550d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c75c89a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    6db8aa7 View commit details
    Browse the repository at this point in the history
  2. Add export "C" for all header files (#740)

    * Add `export "C"` for proper closures callbacks export
    
    * Add `export "C"` for all headers
    sashacmc authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    95bc75c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    a8962f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ccffa7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd5712e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54c430a View commit details
    Browse the repository at this point in the history
  5. Update README.md (#746)

    sashacmc authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    65f6927 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    d80efd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f39d6a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    bb1a0d2 View commit details
    Browse the repository at this point in the history
  2. fix packages

    DenisBiryukov91 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fc4fe28 View commit details
    Browse the repository at this point in the history
  3. merge main

    DenisBiryukov91 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5ae9d57 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. fix: update debian packaging

    - include libzenohpico.so in debian package
    - change the package name to libzenohpico in line with libzenohc
    - set correct debian version for pre releases
    - fix wrong version used in Release mode
    diogomatsubara committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    0e534df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2935b0d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Merge pull request #751 from DenisBiryukov91/fix-package-generation

    Fix package generation
    Mallets authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5735d91 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #752 from ZettaScaleLabs/fix-pico-debian-package

    fix: update debian packaging
    Mallets authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    45fcb32 View commit details
    Browse the repository at this point in the history
  3. fix: package version for releases (#753)

    * fix: debian_version for official releases
    
    otherwise they would be undefined
    
    * fix: align cpack version with zenoh-c
    
    * chore: review comments
    
    move cpack version closer to where it's used
    diogomatsubara authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9872197 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    8aa53e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe105a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ca364b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    d1e63e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    df70c74 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. build both libraries:shared and static when packaging; (#766)

    add static library to dev package;
    DenisBiryukov91 authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9cc5d70 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Publish debian packages (#769)

    * fix: add workflow to release debian packages
    
    * fix: align with zenoh-c
    
    - update package names
    - set version string in the same way
    - set DEBARCH/RPMARCH
    - set CPACK_PACKAGE_FILE_NAME
    - add -j to zip archive to not include parent folder
    
    * fix: use CPACK_PACKAGE_NAME
    
    * fix: pass package name to all build targets
    diogomatsubara authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    35f60d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    c8e60ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fd9d9e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    3c3569c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Merge pull request #778 from ZettaScaleLabs/fix_zephyr_build_2

    Add platform_common.c to zephyr CMakeLists.txt file
    Mallets authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7cffd69 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #772 from ZettaScaleLabs/no-tag-in-dry-run

    fix: No tag in dry run
    Mallets authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0085e43 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Rework Zenoh ID conversion

    sashacmc committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    291a9cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #779 from ZettaScaleLabs/rework_zid_processing

    Rework Zenoh ID conversion
    Mallets authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    9ab6439 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. chore: Update org secrets (#782)

    As per eclipse-zenoh/.eclipsefdn#18, secrets were updated to follow eclipse foundation naming convention.
    diogomatsubara authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f2c25c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    1901e44 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    836257c View commit details
    Browse the repository at this point in the history
  2. Fix typo (#787)

    sashacmc authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    caefa3f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #788 from ZettaScaleLabs/mark_liveliness_as_unstable

    Mark liveliness API as unstable and disable by default
    Mallets authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8b9d818 View commit details
    Browse the repository at this point in the history