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

Try GameNetworkingSockets #7040

Merged
merged 35 commits into from
Oct 15, 2021

Commits on Aug 24, 2021

  1. Try GameNetworkingSockets

    TheClonerx committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    1a41e74 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. bcrypt only on windows

    TheClonerx committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    2de2cab View commit details
    Browse the repository at this point in the history
  2. Add test_package

    TheClonerx committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    1450f15 View commit details
    Browse the repository at this point in the history
  3. Add package_info

    TheClonerx committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    76dfb6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25d6247 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4860ca5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da90445 View commit details
    Browse the repository at this point in the history
  7. Disable runtime override

    TheClonerx committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    1af27dc View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Configuration menu
    Copy the full SHA
    4df5929 View commit details
    Browse the repository at this point in the history
  2. Make test less modern

    It's basically C at this point!
    TheClonerx committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    c7c6246 View commit details
    Browse the repository at this point in the history
  3. Use SPDX identifier

    Co-authored-by: Michael Keck <git@cr0ydon.com>
    TheClonerx and Croydon authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    afa18ca View commit details
    Browse the repository at this point in the history
  4. Bump openssl version

    Co-authored-by: Michael Keck <git@cr0ydon.com>
    TheClonerx and Croydon authored Aug 30, 2021
    Configuration menu
    Copy the full SHA
    815fdf1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Add TARGETS

    TheClonerx committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    6d9271b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60741a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7eb3b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    0423794 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06bfbe1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac36d90 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Add extra generators

    Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
    TheClonerx and prince-chrismc committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    9f310fd View commit details
    Browse the repository at this point in the history
  2. Require C++11 on test package

    Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
    TheClonerx and prince-chrismc committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    7cee1df View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary patch

    Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
    TheClonerx and prince-chrismc committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    32dcc07 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary if

    Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
    TheClonerx and prince-chrismc committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    3868093 View commit details
    Browse the repository at this point in the history
  5. Safer patch access

    Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
    TheClonerx and prince-chrismc committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    a224bd1 View commit details
    Browse the repository at this point in the history
  6. Pass self to tools.cross_building

    Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
    TheClonerx and prince-chrismc authored Oct 8, 2021
    Configuration menu
    Copy the full SHA
    5ca7979 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    86f430a View commit details
    Browse the repository at this point in the history
  8. Remove unnecessary patch

    TheClonerx committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    774367b View commit details
    Browse the repository at this point in the history
  9. Check openssl version

    Co-authored-by: Chris Mc <prince.chrismc@gmail.com>
    TheClonerx and prince-chrismc committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    3a3830a View commit details
    Browse the repository at this point in the history
  10. Add missing system lib

    TheClonerx committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    f46a753 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    7a40547 View commit details
    Browse the repository at this point in the history
  2. Be more soft with cppstd validation

    Co-authored-by: Uilian Ries <uilianries@gmail.com>
    TheClonerx and uilianries committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    97d1e2c View commit details
    Browse the repository at this point in the history
  3. Remove unused generators

    Co-authored-by: Uilian Ries <uilianries@gmail.com>
    TheClonerx and uilianries committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    8956fc8 View commit details
    Browse the repository at this point in the history
  4. Be consistent with cmake definitions

    Co-authored-by: Uilian Ries <uilianries@gmail.com>
    TheClonerx and uilianries committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    2e2bbd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f13f053 View commit details
    Browse the repository at this point in the history
  6. deps_cpp_info is only avaible in the build method

    Co-authored-by: Uilian Ries <uilianries@gmail.com>
    TheClonerx and uilianries committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    5d1c88a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58c76d4 View commit details
    Browse the repository at this point in the history