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: EttusResearch/uhd
base: v3.13.0.0
Choose a base ref
...
head repository: EttusResearch/uhd
compare: v3.13.0.1
Choose a head ref
  • 6 commits
  • 9 files changed
  • 2 contributors

Commits on Aug 1, 2018

  1. uhd: Post-release cleanup

    - Bump the UHD API version and return to development branch status
    - Removing artful in list of Ubuntu releases. Support for artful ended
    in July 2018.
    brentstapleton authored and michael-west committed Aug 1, 2018
    Copy the full SHA
    f30ef0f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8a516b2 View commit details
    Browse the repository at this point in the history
  3. python: Fixup for Python API install directory

    The Python API should now be installed to
        `PREFIX/lib/pythonVER/dist-packages/uhd`
    where the PREFIX is set by CMake and the Python version is determined
    by the Python module `distutils`. This should match user expectations
    much more than the previous behavior.
    
    Behavior in Virtualenvs is unchanged.
    brentstapleton authored and michael-west committed Aug 1, 2018
    Copy the full SHA
    7b6c786 View commit details
    Browse the repository at this point in the history
  4. n3xx: Fixup for parsing the EEPROM

    EEPROM parsing in MPM was ignoring the dt_compat number (MPM doesn't
    need it), so when the dt_compat number was non-zero, the CRC
    calculation was incorrect. CRC calculations are now done on the raw
    data.
    brentstapleton authored and michael-west committed Aug 1, 2018
    Copy the full SHA
    f4f6978 View commit details
    Browse the repository at this point in the history
  5. 3.13.0.1 Release

    michael-west committed Aug 1, 2018
    Copy the full SHA
    83cc674 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    5b23677 View commit details
    Browse the repository at this point in the history