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

Implementation of SWIG with C# bindings #2577

Open
wants to merge 34 commits into
base: master
Choose a base branch
from

Commits on Dec 6, 2022

  1. SRT SWIG

    * -add swig bindings and wrapper for c#
    lewk2 authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    c0fcf24 View commit details
    Browse the repository at this point in the history
  2. Srt1.5.1 swig (#8)

    * -add swig bindings and wrapper for c#
    lewk2 authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    cee3a35 View commit details
    Browse the repository at this point in the history
  3. -docker lin build now uses ubuntu 22.04 base

    -improve some comments in CMakeLists
    -default win swig back to OFF
    Lewis Kirkaldie committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    e73b119 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

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

Commits on Feb 25, 2023

  1. Scripts update

    SWIG definition updates
    BlackGad committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    3191862 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. -swig off by default (breaks older CI builds)

    -set execution bit on build_lin script (CI problem)
    lewk2 committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    7971f28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4961728 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. -compile up-to-date swig within linux container

    -typedef byte (needed to compile on linux)
    -download swig from cinegy s3 link (fix flakey CI)
    lewk2 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    ae46ba8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. WIP

    BlackGad committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    85f38a4 View commit details
    Browse the repository at this point in the history
  2. Added options handling

    BlackGad committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    741c3ca View commit details
    Browse the repository at this point in the history
  3. Marshaler fix

    BlackGad committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    40357d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0972dd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. -SWIG on in teamcity if VS2019+

    Lewis Kirkaldie committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    5a761af View commit details
    Browse the repository at this point in the history
  2. -update cmake to 3.25.3 (VS2022 support)

    Lewis Kirkaldie committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    02c9634 View commit details
    Browse the repository at this point in the history
  3. -remove use of span (fails with netstandard2.0)

    Lewis Kirkaldie committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    e0e20d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. -fix cmake download

    -add socketID into delegate dictionary name on listen/connect
    Lewis Kirkaldie committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    57c0df6 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

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

Commits on Apr 29, 2023

  1. Added EPOLL mappings

    BlackGad committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    3103108 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. -clear null-forgiveness flag (not C# 8)

    Lewis Kirkaldie committed May 4, 2023
    Configuration menu
    Copy the full SHA
    efa8fa2 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. -change ordering of SWIG cmake policies inclusion

    Lewis Kirkaldie committed May 5, 2023
    Configuration menu
    Copy the full SHA
    571c07c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from Cinegy/vshkolka_swig_upgrade

    Merge enhancement from @BlackGad into PR linked branch
    lewk2 authored May 5, 2023
    Configuration menu
    Copy the full SHA
    e7ab2f2 View commit details
    Browse the repository at this point in the history
  3. -added missed () from cmake else

    Lewis Kirkaldie committed May 5, 2023
    Configuration menu
    Copy the full SHA
    7583958 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #12 from Cinegy/vshkolka_swig_upgrade

    -added missed () from cmake else
    lewk2 authored May 5, 2023
    Configuration menu
    Copy the full SHA
    671a2ee View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

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

Commits on Jun 17, 2023

  1. Fixed ps1 file permission

    BlackGad committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    661cc37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eb250d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Merged with upstream

    BlackGad committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    2b57581 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    44a548d View commit details
    Browse the repository at this point in the history
  2. Added readme file

    BlackGad committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    cd30b74 View commit details
    Browse the repository at this point in the history
  3. Added proper readme file

    BlackGad committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    f29b2eb View commit details
    Browse the repository at this point in the history
  4. Fixed Nuget readme metadata

    BlackGad committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    97bd170 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

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

Commits on Jun 1, 2024

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