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

Mpmcqueue #19358

Merged
merged 56 commits into from Jul 3, 2019
Merged

Mpmcqueue #19358

merged 56 commits into from Jul 3, 2019

Commits on Jun 14, 2019

  1. merge upstream/master

    yunjiaw26 committed Jun 14, 2019
    Copy the full SHA
    9df04d9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e4adb6a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a633ad3 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Copy the full SHA
    6fc7d2b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ebe758d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c2db456 View commit details
    Browse the repository at this point in the history
  4. Modify format - nullptr

    yunjiaw26 committed Jun 17, 2019
    Copy the full SHA
    0a1b6d8 View commit details
    Browse the repository at this point in the history
  5. Re-format indentation

    yunjiaw26 committed Jun 17, 2019
    Copy the full SHA
    559afb5 View commit details
    Browse the repository at this point in the history
  6. Adjust include headers

    yunjiaw26 committed Jun 17, 2019
    Copy the full SHA
    7866e41 View commit details
    Browse the repository at this point in the history
  7. Add config files

    yunjiaw26 committed Jun 17, 2019
    Copy the full SHA
    70c8211 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Add Makefile

    yunjiaw26 committed Jun 18, 2019
    Copy the full SHA
    1def76b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8ebd58b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e1146bd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    662aa1f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ce856d2 View commit details
    Browse the repository at this point in the history
  6. Adjust port header position

    yunjiaw26 committed Jun 18, 2019
    Copy the full SHA
    9176057 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Copy the full SHA
    ad22f9d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fb05f0b View commit details
    Browse the repository at this point in the history
  3. Add GRPC Abstract Macro

    yunjiaw26 committed Jun 19, 2019
    Copy the full SHA
    01ffaf8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    58e36f1 View commit details
    Browse the repository at this point in the history
  5. Remove extra status print

    yunjiaw26 committed Jun 19, 2019
    Copy the full SHA
    54c05c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Copy the full SHA
    2fbd77a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a3a5685 View commit details
    Browse the repository at this point in the history
  3. clang-format

    yunjiaw26 committed Jun 20, 2019
    Copy the full SHA
    53eef66 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    04d504f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d957083 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Copy the full SHA
    fdd8563 View commit details
    Browse the repository at this point in the history
  2. Fix header

    yunjiaw26 committed Jun 21, 2019
    Copy the full SHA
    cb6924d View commit details
    Browse the repository at this point in the history
  3. Remove extra

    yunjiaw26 committed Jun 21, 2019
    Copy the full SHA
    befd236 View commit details
    Browse the repository at this point in the history
  4. Fix pos of base macro

    yunjiaw26 committed Jun 21, 2019
    Copy the full SHA
    87bd0a0 View commit details
    Browse the repository at this point in the history
  5. Fix format error

    yunjiaw26 committed Jun 21, 2019
    Copy the full SHA
    ddde5f6 View commit details
    Browse the repository at this point in the history
  6. Fix format error

    yunjiaw26 committed Jun 21, 2019
    Copy the full SHA
    48cee18 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    857d8d1 View commit details
    Browse the repository at this point in the history
  8. Fix format error :)

    yunjiaw26 committed Jun 21, 2019
    Copy the full SHA
    a16e894 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    152108e View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    d95877b View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    076b6c5 View commit details
    Browse the repository at this point in the history
  12. test name matching

    yunjiaw26 committed Jun 21, 2019
    Copy the full SHA
    491d4a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2019

  1. Copy the full SHA
    a68e7bc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5757dca View commit details
    Browse the repository at this point in the history
  3. remove extra constant

    yunjiaw26 committed Jun 22, 2019
    Copy the full SHA
    241d77b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7a95769 View commit details
    Browse the repository at this point in the history
  5. Change to malloc

    yunjiaw26 committed Jun 22, 2019
    Copy the full SHA
    723d658 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2a7e593 View commit details
    Browse the repository at this point in the history
  7. Default value in class

    yunjiaw26 committed Jun 22, 2019
    Copy the full SHA
    5c95bcb View commit details
    Browse the repository at this point in the history
  8. clang_format

    yunjiaw26 committed Jun 22, 2019
    Copy the full SHA
    1bda5ce View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    169d0c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Change comment words

    yunjiaw26 committed Jun 26, 2019
    Copy the full SHA
    5955baf View commit details
    Browse the repository at this point in the history
  2. Change trace flag var name

    yunjiaw26 committed Jun 26, 2019
    Copy the full SHA
    23028dd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    343541c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c48eac2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4e6a113 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    833bd5c View commit details
    Browse the repository at this point in the history
  7. Add some comment

    yunjiaw26 committed Jun 26, 2019
    Copy the full SHA
    18fb10c View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    5b6c947 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Copy the full SHA
    651a8b0 View commit details
    Browse the repository at this point in the history