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

Adding Makefiles to build libraries on Linux/macOS #3

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Oct 31, 2021

  1. Add makefiles

    bucanero committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    c2b9117 View commit details
    Browse the repository at this point in the history
  2. Fix clang shifting issue

    shifting a negative signed value is undefined ("-1L << 16" in inflate.c)
    madler/zlib#183
    bucanero committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    501acbf View commit details
    Browse the repository at this point in the history
  3. Add missing include

    include for ioctl(...)
    bucanero committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    8cf2d75 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2021

  1. Add polarSSL v1.3.9

    bucanero committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    dd86808 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Fix C++ rule

    bucanero committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    4db601b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. patch for PS Vita

    bucanero committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    6d91c04 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Update Makefile

    llvm 12
    bucanero authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    a8c2f21 View commit details
    Browse the repository at this point in the history
  2. Update Makefile

    llvm 12
    bucanero authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    3d27f6f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. add libcurl 7.64.1

    bucanero committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    833d1d2 View commit details
    Browse the repository at this point in the history
  2. add polarSSL to cmake

    bucanero committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    11cebe5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. add more platforms

    bucanero committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    d786525 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. add libzip 1.9.2

    bucanero committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    13fd620 View commit details
    Browse the repository at this point in the history