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

[libuv] update to 1.44.1 and use official CMakeLists #24745

Merged
merged 43 commits into from
Jul 8, 2022

Commits on May 17, 2022

  1. [libuv] update to <1.44.1>

    JonLiu1993 committed May 17, 2022
    Configuration menu
    Copy the full SHA
    0349f5c View commit details
    Browse the repository at this point in the history
  2. update version

    JonLiu1993 committed May 17, 2022
    Configuration menu
    Copy the full SHA
    fadca38 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. fix ci error

    JonLiu1993 committed May 18, 2022
    Configuration menu
    Copy the full SHA
    50ddf4b View commit details
    Browse the repository at this point in the history
  2. update version

    JonLiu1993 committed May 18, 2022
    Configuration menu
    Copy the full SHA
    943545a View commit details
    Browse the repository at this point in the history
  3. fix-ci-error

    JonLiu1993 committed May 18, 2022
    Configuration menu
    Copy the full SHA
    c85ebd4 View commit details
    Browse the repository at this point in the history
  4. [libuv] update to <1.44.1>

    JonLiu1993 committed May 18, 2022
    Configuration menu
    Copy the full SHA
    eb7e6be View commit details
    Browse the repository at this point in the history
  5. update version

    JonLiu1993 committed May 18, 2022
    Configuration menu
    Copy the full SHA
    e08f6ff View commit details
    Browse the repository at this point in the history
  6. add patch

    JonLiu1993 committed May 18, 2022
    Configuration menu
    Copy the full SHA
    095183b View commit details
    Browse the repository at this point in the history
  7. update version

    JonLiu1993 committed May 18, 2022
    Configuration menu
    Copy the full SHA
    5c2f36e View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. add option

    JonLiu1993 committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    985fcd5 View commit details
    Browse the repository at this point in the history
  2. update version

    JonLiu1993 committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    53fc9a0 View commit details
    Browse the repository at this point in the history
  3. delete patch

    JonLiu1993 committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    b79fd52 View commit details
    Browse the repository at this point in the history
  4. update evrsion

    JonLiu1993 committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    55817df View commit details
    Browse the repository at this point in the history
  5. fix ci error

    JonLiu1993 committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    6a19323 View commit details
    Browse the repository at this point in the history
  6. update version

    JonLiu1993 committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    08deaab View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

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

    JonLiu1993 committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    c1c020f View commit details
    Browse the repository at this point in the history
  3. update evrsion

    JonLiu1993 committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    6a6dfbd View commit details
    Browse the repository at this point in the history
  4. Use official CMakeLists.txt

    JackBoosY committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    fc50c5a View commit details
    Browse the repository at this point in the history
  5. Fix build type

    JackBoosY committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    8a04c19 View commit details
    Browse the repository at this point in the history
  6. Re-fix, fix pkgconfig

    JackBoosY committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    a1c15c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Fix usocket build

    JackBoosY committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    18b3306 View commit details
    Browse the repository at this point in the history
  2. Fix uvw build

    JackBoosY committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    be8810c View commit details
    Browse the repository at this point in the history
  3. Fix wpilib build

    JackBoosY committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    1110978 View commit details
    Browse the repository at this point in the history
  4. Fix cmake build

    JackBoosY committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    cb960f9 View commit details
    Browse the repository at this point in the history
  5. Fix tensorpipe build

    JackBoosY committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    ae3b9e8 View commit details
    Browse the repository at this point in the history
  6. Fix qpid-proton build

    JackBoosY committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    b893e2a View commit details
    Browse the repository at this point in the history
  7. modern portfile

    JonLiu1993 committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    177720d View commit details
    Browse the repository at this point in the history
  8. update version

    JonLiu1993 committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    9db56a4 View commit details
    Browse the repository at this point in the history
  9. Add licese

    JonLiu1993 committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    348b3de View commit details
    Browse the repository at this point in the history
  10. update version

    JonLiu1993 committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    1ded7ce View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f3df9a4 View commit details
    Browse the repository at this point in the history
  12. update version

    JonLiu1993 committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    abd4a53 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Add usage

    JackBoosY committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    ea8497c View commit details
    Browse the repository at this point in the history
  2. Apply suggestion

    JackBoosY committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    76c202f View commit details
    Browse the repository at this point in the history
  3. version

    JackBoosY committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    c25a997 View commit details
    Browse the repository at this point in the history
  4. Disable to build examples

    JackBoosY committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    21f0d66 View commit details
    Browse the repository at this point in the history
  5. version

    JackBoosY committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    9f1d906 View commit details
    Browse the repository at this point in the history
  6. typo

    JackBoosY committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    3836985 View commit details
    Browse the repository at this point in the history
  7. version

    JackBoosY committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    aaadada View commit details
    Browse the repository at this point in the history
  8. Fix find_package

    JackBoosY committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    f5366cf View commit details
    Browse the repository at this point in the history
  9. version

    JackBoosY committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    bb1728c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Update version

    JonLiu1993 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    7d8b2d0 View commit details
    Browse the repository at this point in the history