8000 Tags · Ableton/link · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Tags: Ableton/link

Tags

Link-3.1.3

Toggle Link-3.1.3's commit message
Update asio standalone to version 1.30.2

io_service and address::from_string are deprecated now. So we are using
the new equivalents.

Link-3.1.2

Toggle Link-3.1.2's commit message
Disable discovery inline during destruction

Don't dispatch into the IoContext so we are sure that the discovery is actually
being disabled in time.

Link-3.1.1

Toggle Link-3.1.1's commit message
Check the interface names earlier when scanning on Windows

Link-3.1.0

Toggle Link-3.1.0's commit message
Return IPv6 addresses when scanning

Link-3.0.6

Toggle Link-3.0.6's commit message
Update MacOS Builds on CI

Link-3.0.5

Toggle Link-3.0.5's commit message
 Add flag to use SetThreadDescription on Windows

SetThreadDescription is only available on Windows 10 and newer. On
Windows 7 an app using SetThreadDescription will crash on startup.
With this change threads on Windows will not be named by default and
LINK_WINDOWS_SETTHREADDESCRIPTION can explicitly be set for apps only
supporting Windows 10 and up.

Link-3.0.4

Toggle Link-3.0.4's commit message
Remove CircularFifo

It is not used anymore

Link-3.0.3

Toggle Link-3.0.3's commit message
Explicitly stop IoContext in Controller

By stopping the Controllers IoContext in the destructor we make sure that no
scheduled task tries to access a deleted resource from DiscoveryService while
it is being deleted.

Link-3.0.2

Toggle Link-3.0.2's commit message
Update Qt version for Linux on Travis to 5.10.1

Link-3.0.1

Toggle Link-3.0.1's commit message
Add test for RtClientState GracePeriod

0