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: sccn/liblsl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.16.1
Choose a base ref
...
head repository: sccn/liblsl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.16.2b1
Choose a head ref
  • 13 commits
  • 18 files changed
  • 3 contributors

Commits on Feb 13, 2023

  1. Configuration menu
    Copy the full SHA
    e24da34 View commit details
    Browse the repository at this point in the history
  2. gather-write directly to asio when using sync mode and pushing a samp…

    …le of buffers.
    
    raw buffs use void**;
    incorporate other suggestions from tstenner.
    Currently not working properly!
    cboulay committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    fd2a85f View commit details
    Browse the repository at this point in the history
  3. Add some testing programs

    tstenner authored and cboulay committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    2e8221a View commit details
    Browse the repository at this point in the history
  4. Name service threads properly

    tstenner authored and cboulay committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    147874a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe05ca4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca5a4dc View commit details
    Browse the repository at this point in the history
  7. Reduce enqueue overhead

    tstenner authored and cboulay committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    14c13e6 View commit details
    Browse the repository at this point in the history
  8. fixup! Reduce enqueue overhead

    tstenner authored and cboulay committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    f34d65a View commit details
    Browse the repository at this point in the history
  9. Arguments to synchronous (blocking) methods should be passed by const…

    …-ref instead of by val.
    cboulay committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    b44114d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    55be983 View commit details
    Browse the repository at this point in the history
  11. Fix index bug in SendData.cpp

    cboulay committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    5eb0949 View commit details
    Browse the repository at this point in the history
  12. Load log settings before all other settings.

    Loading the log settings last causes heaps of INFO messages to be
    displayed by lsl::get_local_interfaces() even if the user has set log level to -3.
    Changing the order causes less ui clutter and respects the users choices.
    pmaanen authored and cboulay committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    9f6211e View commit details
    Browse the repository at this point in the history
  13. version bump

    cboulay committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    2c836d6 View commit details
    Browse the repository at this point in the history
Loading