Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: daym/python-lirc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tompreston/python-lirc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 7 files changed
  • 6 contributors

Commits on Aug 4, 2016

  1. Merge pull request tompreston#14 from daym/master

    Add lowlevel LIRC bindings
    tompreston authored Aug 4, 2016
    Configuration menu
    Copy the full SHA
    bc7ed82 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. Added requirements and rebuilt/uploaded

    Thomas Preston committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    22ac73a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4091fe9 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2017

  1. Mark call to lirc_client.lirc_nextcode(...) as nogil, otherwise calli…

    …ng it would block all threads in our python program
    Jan Peter Stotz committed Feb 19, 2017
    Configuration menu
    Copy the full SHA
    d6470fb View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. readme: Remove deb references

    Package is no longer in debian and the instructions are confusing.
    tompreston authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    f776aa1 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Merge pull request tompreston#17 from jpstotz/master

    Mark call to lirc_client.lirc_nextcode(...) as nogil
    Thomas Preston authored Jul 9, 2018
    Configuration menu
    Copy the full SHA
    3bb29b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. update cython

    thijstriemstra authored Aug 14, 2018
    Configuration menu
    Copy the full SHA
    2387f8a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Merge pull request tompreston#21 from thijstriemstra/patch-1

    update cython
    Thomas Preston authored Aug 16, 2018
    Configuration menu
    Copy the full SHA
    c28708b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. Switch to setuptools and add cythonize to build

    Distutils is not fully supported by pip anymore and on newer versions of
    pip packages installed that are using distuils can't be uninstalled.
    This can be avoided by switching to setuptools to handle the packaging,
    which this commit does.
    
    Also, to enable working on newer versions of python this commit
    integrates cythonize to the build workflow. This way regardless of
    versions the c source file will be generated at build time by cython
    and then compiled instead of manually generating them before the build.
    The only tradeoff with this is that Cython becomes a build dependency
    and must be installed prior to trying to build python-lirc.
    mtreinish committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    35a6c20 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Merge pull request tompreston#25 from mtreinish/cythonize-on-build

    Switch to setuptools and add cythonize to build
    Thomas Preston authored Apr 8, 2019
    Configuration menu
    Copy the full SHA
    f5b54f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. README: Add deprecation

    Thomas Preston committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    4eee751 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. README: Close the archive todo

    Thomas Preston committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    e0b82e7 View commit details
    Browse the repository at this point in the history
Loading