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

Expose IOBinding features via C/C++/C# language bindings. #4646

Merged
merged 52 commits into from
Aug 10, 2020

Commits on Jun 27, 2020

  1. Configuration menu
    Copy the full SHA
    8506fc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10833d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Move Allocator API up the structure.

      Add shared library tests.
    yuslepukhin committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    83b7742 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e308a9d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Add IoBnding.

    yuslepukhin committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    39d33f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50fdda1 View commit details
    Browse the repository at this point in the history
  3. Add Seesion:Run() with binding and tests.

      Run with APF.
    yuslepukhin committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    e4e39c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

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

Commits on Jul 3, 2020

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

Commits on Jul 13, 2020

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

Commits on Jul 14, 2020

  1. Configuration menu
    Copy the full SHA
    10db4f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    189300d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3184e82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a243331 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    90e1571 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    618486d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Configuration menu
    Copy the full SHA
    96b522c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80a7361 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29c1b8e View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

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

Commits on Jul 24, 2020

  1. Some refactoring.

    yuslepukhin committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    a568fa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eea3851 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    0b22c98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    202d9e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ea6132 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    2910a0c View commit details
    Browse the repository at this point in the history
  2. Complete testing.

    yuslepukhin committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    61b48f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7e466e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    764d401 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Adjust some protos.

    yuslepukhin committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    224e7e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e011a01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dddd368 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38c3686 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

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

Commits on Aug 1, 2020

  1. Address review comments.

    yuslepukhin committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    9a1c2cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b438547 View commit details
    Browse the repository at this point in the history
  3. Fix centos compilation.

    yuslepukhin committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    48aecca View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    b4c5d23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53dd860 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df825e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    084a85e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Fix CI issues.

    yuslepukhin committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    b76f3b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a755a08 View commit details
    Browse the repository at this point in the history
  3. Minor fixes.

    yuslepukhin committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    dc0e730 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83b28ea View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Configuration menu
    Copy the full SHA
    db70346 View commit details
    Browse the repository at this point in the history
  2. Fix Run() bugs.

    yuslepukhin committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    0d1fbc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Move some unsafe test code to the main project so it can be tested th…

    …ere.
    
    PutIDisposableTest back to the test code.
    yuslepukhin committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    4710ee8 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    bcf368a View commit details
    Browse the repository at this point in the history
  2. Fix up merge leftovers

    yuslepukhin committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    facd52a View commit details
    Browse the repository at this point in the history