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

Changes for next Iris core #9

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

Commits on Sep 4, 2013

  1. Adding analytics

    suttonpd committed Sep 4, 2013
    Configuration menu
    Copy the full SHA
    54bc764 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    542a228 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from bitdeli-chef/master

    Add a Bitdeli Badge to README
    paul-srs committed Sep 4, 2013
    Configuration menu
    Copy the full SHA
    ada45d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2013

  1. Merge pull request #8 from suttonpd/master

    Qt support, controller parameters
    paul-srs committed Dec 3, 2013
    Configuration menu
    Copy the full SHA
    d9814c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from suttonpd/master

    Adding support for environment variable QWT_DIR
    suttonpd committed Dec 3, 2013
    Configuration menu
    Copy the full SHA
    c3fd875 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2013

  1. Merge pull request #10 from suttonpd/master

    New FindQwt.cmake
    suttonpd committed Dec 10, 2013
    Configuration menu
    Copy the full SHA
    cce2d6d View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2013

  1. Merge pull request #11 from suttonpd/master

    Version update
    suttonpd committed Dec 16, 2013
    Configuration menu
    Copy the full SHA
    0d0ee23 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2013

  1. Merge pull request #12 from suttonpd/master

    Adding optional step value to Interval class
    suttonpd committed Dec 17, 2013
    Configuration menu
    Copy the full SHA
    ae3956d View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2013

  1. Merge pull request #13 from suttonpd/master

    Explicitly converting to double as MSVC can't work with fmod(int,int)
    suttonpd committed Dec 19, 2013
    Configuration menu
    Copy the full SHA
    48f3637 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2014

  1. Merge pull request #14 from softwareradiosystems/next

    Release 1.1.0
    suttonpd committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    474519b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2014

  1. Rework colorful logging for console output only

    Andre Puschmann committed Jan 10, 2014
    Configuration menu
    Copy the full SHA
    db98fac View commit details
    Browse the repository at this point in the history
  2. enable compiling with -fPIC parameter on ARM architectures

    Andre Puschmann committed Jan 10, 2014
    Configuration menu
    Copy the full SHA
    7f900e4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'next_misc' into next

    Andre Puschmann committed Jan 10, 2014
    Configuration menu
    Copy the full SHA
    df83da5 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2014

  1. allow PhyComponents to receive commands

    Andre Puschmann committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    9bf6c5a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2014

  1. add generic metadata header

    Andre Puschmann committed Mar 12, 2014
    Configuration menu
    Copy the full SHA
    2c0af26 View commit details
    Browse the repository at this point in the history
  2. add testcase for metadata class

    Andre Puschmann committed Mar 12, 2014
    Configuration menu
    Copy the full SHA
    0f2ce0d View commit details
    Browse the repository at this point in the history
  3. adapt datastructures etc. to new metadata layout

    Andre Puschmann committed Mar 12, 2014
    Configuration menu
    Copy the full SHA
    35d43d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2014

  1. implement a configurable logging file

    Andre Puschmann committed Apr 1, 2014
    Configuration menu
    Copy the full SHA
    0684f49 View commit details
    Browse the repository at this point in the history
  2. setting logging level after logging file

    Andre Puschmann committed Apr 1, 2014
    Configuration menu
    Copy the full SHA
    df48482 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'next_logging' into next

    Andre Puschmann committed Apr 1, 2014
    Configuration menu
    Copy the full SHA
    cf4f72c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2014

  1. Merge branch 'genericmetadata' into next

    Andre Puschmann committed May 6, 2014
    Configuration menu
    Copy the full SHA
    7ced083 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/next_phycomponentcommands' into …

    …next
    Andre Puschmann committed May 6, 2014
    Configuration menu
    Copy the full SHA
    e81e1bf View commit details
    Browse the repository at this point in the history
  3. allow PhyComponents to wait for commands

    Andre Puschmann committed May 6, 2014
    Configuration menu
    Copy the full SHA
    81c6e61 View commit details
    Browse the repository at this point in the history
  4. allow PhyComponents to wait for commands

    Andre Puschmann committed May 6, 2014
    Configuration menu
    Copy the full SHA
    2dc6473 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'next_phycomponentcommands' into next

    Andre Puschmann committed May 6, 2014
    Configuration menu
    Copy the full SHA
    5c05151 View commit details
    Browse the repository at this point in the history
  6. add trapWait to Command scheme to avoid race conditions/deadlock amon…

    …g components
    Andre Puschmann committed May 6, 2014
    Configuration menu
    Copy the full SHA
    e193835 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'next_commandtrap' into next

    Andre Puschmann committed May 6, 2014
    Configuration menu
    Copy the full SHA
    965df3b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2014

  1. making sure metadata will be initialized correctly

    Andre Puschmann committed May 26, 2014
    Configuration menu
    Copy the full SHA
    7a0c225 View commit details
    Browse the repository at this point in the history
  2. adding new test case for metadata handling

    Andre Puschmann committed May 26, 2014
    Configuration menu
    Copy the full SHA
    242e50e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'genericmetadata' into next

    Andre Puschmann committed May 26, 2014
    Configuration menu
    Copy the full SHA
    06d8904 View commit details
    Browse the repository at this point in the history
  4. adding exception handling to metadata class

    Andre Puschmann committed May 26, 2014
    Configuration menu
    Copy the full SHA
    affcd9a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'genericmetadata' into next

    Andre Puschmann committed May 26, 2014
    Configuration menu
    Copy the full SHA
    42cab71 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2014

  1. cleaning up metadata related header

    Andre Puschmann committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    02a2b98 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'genericmetadata' into next

    Andre Puschmann committed Jun 2, 2014
    Configuration menu
    Copy the full SHA
    552ac84 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2015

  1. adding support for controllers to trigger events

    Andre Puschmann committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    9818f82 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'next_controllerevents' into next

    Andre Puschmann committed Feb 18, 2015
    Configuration menu
    Copy the full SHA
    2971f5e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2015

  1. disable type-checking for event parameter

    Andre Puschmann committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    5d43f49 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2015

  1. core: expose more functions for obtaining radio parameters

    Andre Puschmann committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    b54668c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a19c2d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'suttonpd/master' into next

    Andre Puschmann committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    cd305f0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'next_eventtypecheck' into next

    Andre Puschmann committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    616a25f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'next_reconf' into next

    Conflicts:
    	irisapi/Controller.h
    	irisapi/ControllerCallbackInterface.h
    Andre Puschmann committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    9b00b27 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2015

  1. Merge remote-tracking branch 'suttonpd/master'

    Andre Puschmann committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    4d4a571 View commit details
    Browse the repository at this point in the history
  2. core: adding separate work thread to controller base class

    Andre Puschmann committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    7a3dae1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'next_controllerworkthread' into next

    Conflicts:
    	irisapi/Controller.h
    Andre Puschmann committed Feb 27, 2015
    Configuration menu
    Copy the full SHA
    4a583f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2015

  1. metadata: improve info when throwing exceptions

    Andre Puschmann committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    c017a8d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2015

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

Commits on Dec 7, 2015

  1. resolve ambiguity between different implementations of tie

    Andre Puschmann committed Dec 7, 2015
    Configuration menu
    Copy the full SHA
    25452a5 View commit details
    Browse the repository at this point in the history