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

IRremoteESP8266 in a python library #2067

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

Commits on Feb 5, 2024

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

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    dd76c44 View commit details
    Browse the repository at this point in the history
  2. Select few.

    frawau committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    45ac7fd View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Add generic include.

    frawau committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    9379862 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Simplified includes.

    frawau committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    52ad00f View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. cpplint shenanigans

    frawau committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    5383e7c View commit details
    Browse the repository at this point in the history
  2. more cpplint shenanigans

    frawau committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    9d2cf9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    255d473 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Remove duplicated code from SWIG file. Makefile now download and inst…

    …all locally SWIG 4.2.0. Added a simple test to make sure the lib builds and produce some reasonable output. Add the test to the UnitTest.yml workflow definition.
    frawau committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1d1a4df View commit details
    Browse the repository at this point in the history
  2. Let's piggyback on Tool_Tests.

    frawau committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8356389 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8eb036b View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    7ef4537 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94c2c20 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Changed PYTHONLIB to SWIGLIB in ifdef's. This way, it is no longer Py…

    …thon specifics since one could use swig create libraries for other languages.
    frawau committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c6cc4dd View commit details
    Browse the repository at this point in the history