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

Grand dispatch queue #661

Open
wants to merge 66 commits into
base: runtime_select_event_loop
Choose a base branch
from

Commits on Jul 29, 2024

  1. CMakeLists.txt

    sbSteveK committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    9389f14 View commit details
    Browse the repository at this point in the history
  2. event_loop.h

    sbSteveK committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e825924 View commit details
    Browse the repository at this point in the history
  3. io.h

    sbSteveK committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    452217c View commit details
    Browse the repository at this point in the history
  4. kqueue_event_loop.c

    sbSteveK committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c0d4086 View commit details
    Browse the repository at this point in the history
  5. dispatch_queue_event_loop.c

    sbSteveK committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    84fd773 View commit details
    Browse the repository at this point in the history
  6. event_loop.c

    sbSteveK committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    98c8ef0 View commit details
    Browse the repository at this point in the history
  7. epoll_event_loop.c

    sbSteveK committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    89e8ece View commit details
    Browse the repository at this point in the history
  8. iocp_event_loop.c

    sbSteveK committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    9c27144 View commit details
    Browse the repository at this point in the history
  9. event_loop_test.c

    sbSteveK committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f375bb2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    41a5fa1 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

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

Commits on Sep 3, 2024

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

    xiazhvera committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4afaea6 View commit details
    Browse the repository at this point in the history
  3. remove unused args

    xiazhvera committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    a7f6904 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. clean up

    xiazhvera committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    89635db View commit details
    Browse the repository at this point in the history
  2. clean up dispatch queue

    xiazhvera committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    195ca1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24ce65b View commit details
    Browse the repository at this point in the history
  4. clang-format

    xiazhvera committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    287094f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd58da0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. quick windows test

    xiazhvera committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f0e5dde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aef1b14 View commit details
    Browse the repository at this point in the history
  3. Revert "TEST: quick error verification"

    This reverts commit aef1b14.
    xiazhvera committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    41bb257 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22e68b2 View commit details
    Browse the repository at this point in the history
  5. Revert "TEST: using struct instead of union"

    This reverts commit 22e68b2.
    xiazhvera committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a28cb37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c67e966 View commit details
    Browse the repository at this point in the history
  7. WINDOWS: rename function

    xiazhvera committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3ca34ce View commit details
    Browse the repository at this point in the history
  8. fix compile error

    xiazhvera committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f8c26f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a428cd8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5ab8f24 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    0918e76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a55f14f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06fb206 View commit details
    Browse the repository at this point in the history
  4. lint

    xiazhvera committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ed04764 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8fe46d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

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

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    977bb8a View commit details
    Browse the repository at this point in the history
  2. bring in event loop changes

    xiazhvera committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ce07c5a View commit details
    Browse the repository at this point in the history
  3. bring in CI changes

    xiazhvera committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0210346 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

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

Commits on Oct 25, 2024

  1. update comments

    xiazhvera committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b44c510 View commit details
    Browse the repository at this point in the history
  2. remove is_executing check

    xiazhvera committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b0f85f2 View commit details
    Browse the repository at this point in the history
  3. improve comments

    xiazhvera committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7bc39ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    475c1f2 View commit details
    Browse the repository at this point in the history
  5. init variables

    xiazhvera committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    cf592a7 View commit details
    Browse the repository at this point in the history
  6. clang-format

    xiazhvera committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1803c0f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Merge branch 'runtime_select_event_loop' of github.com:awslabs/aws-c-…

    …io into grand_dispatch_queue
    xiazhvera committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    977c4f7 View commit details
    Browse the repository at this point in the history
  2. fix header update

    xiazhvera committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    eab14fa View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Merge branch 'runtime_select_event_loop' of github.com:awslabs/aws-c-…

    …io into grand_dispatch_queue
    xiazhvera committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    55de953 View commit details
    Browse the repository at this point in the history
  2. update ci flags

    xiazhvera committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    74019cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d22a69 View commit details
    Browse the repository at this point in the history
  4. revert function rename

    xiazhvera committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    600421e View commit details
    Browse the repository at this point in the history
  5. Merge branch 'runtime_select_event_loop' of github.com:awslabs/aws-c-…

    …io into grand_dispatch_queue
    xiazhvera committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f808b35 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Merge branch 'runtime_select_event_loop' of github.com:awslabs/aws-c-…

    …io into grand_dispatch_queue
    xiazhvera committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    4a8007a View commit details
    Browse the repository at this point in the history
  2. fix implicit function call

    xiazhvera committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    70008b1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'runtime_select_event_loop' of github.com:awslabs/aws-c-…

    …io into grand_dispatch_queue
    xiazhvera committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    8bd9808 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d946db View commit details
    Browse the repository at this point in the history
  5. Merge branch 'runtime_select_event_loop' of github.com:awslabs/aws-c-…

    …io into grand_dispatch_queue
    xiazhvera committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    1212977 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afd634d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. hide dispatch queue header

    xiazhvera committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    6b92e59 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Merge branch 'runtime_select_event_loop' of github.com:awslabs/aws-c-…

    …io into grand_dispatch_queue
    xiazhvera committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    94f95c1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'runtime_select_event_loop' of github.com:awslabs/aws-c-…

    …io into grand_dispatch_queue
    xiazhvera committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    22c6363 View commit details
    Browse the repository at this point in the history
  3. update comments

    xiazhvera committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c507d13 View commit details
    Browse the repository at this point in the history
  4. rename enum

    xiazhvera committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c54b99e View commit details
    Browse the repository at this point in the history
  5. lint

    xiazhvera committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    69cbb09 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'runtime_select_event_loop' of github.com:awslabs/aws-c-…

    …io into grand_dispatch_queue
    xiazhvera committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5fc5270 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'runtime_select_event_loop' of github.com:awslabs/aws-c-…

    …io into grand_dispatch_queue
    xiazhvera committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7d20796 View commit details
    Browse the repository at this point in the history