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: martinling/libserialport
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 251890e
Choose a base ref
...
head repository: arduino/libserialport
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 16e35cf
Choose a head ref
  • 15 commits
  • 6 files changed
  • 2 contributors

Commits on Dec 8, 2015

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

Commits on Dec 16, 2015

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

Commits on Dec 18, 2015

  1. fix OSX on ElCapitan

    facchinm committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    8a4cda0 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2015

  1. fix OSX port recognition

    facchinm committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    89446e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2015

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

Commits on Jan 5, 2016

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

Commits on Jan 7, 2016

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

Commits on Jan 15, 2016

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

Commits on Apr 5, 2016

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

Commits on May 18, 2016

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

Commits on Jul 21, 2016

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

Commits on Oct 21, 2016

  1. Avoid math operations with NULL pointer

    strrchr() can return NULL if the character is not found.
    Since "composite" is true in some special cases with only one level of nesting, the math operation was failing badly.
    This should solve a couple of bugs about Arduino IDE crashing due to libListSerialJ
    facchinm committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    b5cc9c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

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

Commits on Dec 12, 2016

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

Commits on Dec 14, 2016

  1. Configuration menu
    Copy the full SHA
    16e35cf View commit details
    Browse the repository at this point in the history
Loading