Commit Graph

2515 Commits

Author SHA1 Message Date
Robbert van der Helm f1d1c2520c No longer links against Boost.Filesystem
Since it's no longer used. The Boost.Filesystem headers are still used
foor Boost.Dll, this needs to be replaced next.
2022-04-16 20:37:10 +02:00
Robbert van der Helm c8bbdc4f54 Get rid of the last uses of Boost.Process 2022-04-16 20:37:10 +02:00
Robbert van der Helm 0c0b26c9a1 Remove now obselete compiler flags 2022-04-16 20:37:10 +02:00
Robbert van der Helm 037d6ad5aa Replace Boost.Process for the Wine plugin host
Now we use our own library for this, so we can drop the Boost.Filesystem
dependency after a couple more changes.
2022-04-16 20:37:10 +02:00
Robbert van der Helm f79b0fd146 Fix Process file redirection 2022-04-16 20:37:10 +02:00
Robbert van der Helm 642c341d26 Handle waiting on a dead process 2022-04-16 20:37:10 +02:00
Robbert van der Helm b6e63ea0d5 Add a function for searching through PATH 2022-04-16 20:37:10 +02:00
Robbert van der Helm 33b49dd7a5 Make the process building functions chainable 2022-04-16 20:37:10 +02:00
Robbert van der Helm 8d40341ade Add a function for splitting search paths 2022-04-16 20:37:10 +02:00
Robbert van der Helm a5ded46f27 Add a detach function to the process handles 2022-04-16 20:37:10 +02:00
Robbert van der Helm 75b3cf266d Add Process functions for detached spawning 2022-04-16 20:37:10 +02:00
Robbert van der Helm 1df7abfb2c Terminate handles when they get dropped 2022-04-14 23:42:12 +02:00
Robbert van der Helm 1641fb2996 Fix find_dominating_file() for ghc::filesystem
"/".parent() now is "/" instead of "" (which does make more sense)
2022-04-14 23:42:12 +02:00
Robbert van der Helm a324042695 Use custom process library for notifications
Instead of using Boost.Process here. Last usage of Boost.Process is for
launching the child process.
2022-04-14 23:42:12 +02:00
Robbert van der Helm b80a30ba2a Redirect STDERR to /dev/null in process spawn 2022-04-14 23:42:12 +02:00
Robbert van der Helm 006cc6f52a Read the Wine version without Boost.Process
By spawning the process using posix_spawn and manually reading from a
pipe.
2022-04-14 23:42:12 +02:00
Robbert van der Helm 60e4619ef1 Move pid_running() to process.h 2022-04-14 23:42:12 +02:00
Robbert van der Helm 0d6738093c Add a Boost.Process-like environment builder
We can use this with the `exec*e()` family of functions.
2022-04-14 23:42:12 +02:00
Robbert van der Helm 556b0e38f9 Replace Boost.Asio with standalone Asio library
We had to add an even hackier hack now to get Boost.Process to
interoperate with Asio's IO contexts. This will be replaced later when
we replace Boost.Process.
2022-04-14 23:42:12 +02:00
Robbert van der Helm d9ab04ba35 Mention ghc::filesystem in readme 2022-04-14 23:42:12 +02:00
Robbert van der Helm d2d4cf4ea9 Replace most uses of Boost.{Filesystem,Process}
With the `ghc::filesystem` dependency from the previous commit. If we
can replace the rest of the Boost.Filesystem dependency then we can get
rid the one nasty runtime dependency we have, and it will make
implementing the chainloading simpler since can reuse more code without
bringing in Boost.
2022-04-14 23:42:12 +02:00
Robbert van der Helm 49b2ad46ab Add a Meson wrap for ghc::filesystem
Which can replace Boost.Filesystem for us so we can get rid of the
runtime dependency.
2022-04-14 23:42:12 +02:00
Robbert van der Helm 45e5b06099 Fix Meson deprecation warning 2022-04-14 23:42:11 +02:00
Robbert van der Helm 2f76a17aa3 Revert "[yabridgectl] Handle non-lowercase file extensions"
This reverts commit eee3d218c1.

This sounded good in theory, but in practice this doesn't work, because
there's no real way to find the matching .dll file form an .so file
without brute forcing it using a bunch of directory listings.
2022-04-14 23:40:29 +02:00
Robbert van der Helm 4ee95b7a14 Mention the exact Xorg client limit 2022-04-13 13:07:24 +02:00
Robbert van der Helm e1040300b7 Mention VST3 plugins for X11 client limits 2022-04-13 13:05:33 +02:00
Robbert van der Helm 6d02ceb277 Filter out effProcessEvents on verbosity level 1 2022-04-11 12:39:09 +02:00
Robbert van der Helm eee3d218c1 [yabridgectl] Handle non-lowercase file extensions
Hopefully this shouldn't be needed, but I didn't realize we only parsed
lower case file names. Wouldn't be surprised if some installer ends up
creating an uppercased `.DLL` file.
2022-04-09 23:24:29 +02:00
Robbert van der Helm d75eb16008 Update tested versions 2022-04-09 13:10:40 +02:00
Robbert van der Helm 8b78b92834 Add the note about replacing Boost to the roadmap
This would be nice as it makes packaging easier, but it would also
require a ton of effort.
2022-03-29 01:23:35 +02:00
Robbert van der Helm b2e2f203e4 Add a proper roadmap
Makes sense to have this as part of the repo.
2022-03-27 14:16:04 +02:00
Robbert van der Helm 798b5179ef Update tested software versions 2022-03-26 15:09:51 +01:00
Robbert van der Helm 897afba106 Fix small typo in cross-file documentation
I don't know if there's any time frame on allowing multiple cross files.
2022-03-23 12:19:43 +01:00
Robbert van der Helm 3de5f6e608 Link to the yabridge COPR main page
Instead of the package list.
2022-03-16 03:05:49 +01:00
Robbert van der Helm 5ca608a588 Mention quirk with Qtractor VST3 editor size
They don't set the window size.
2022-03-11 17:42:10 +01:00
Robbert van der Helm 6b18809b5b Update tested Bitwig and Wine versions 2022-03-10 14:53:18 +01:00
Robbert van der Helm 9ca2559fef Mention parameter queue change in the changelog 2022-03-09 18:04:17 +01:00
Robbert van der Helm 4c4421d3e3 Don't requery the VST3 param change queues length
Since this shouldn't be able to change. Should speed up parameter
handling when many parameters are being automated.
2022-03-09 17:43:25 +01:00
Robbert van der Helm b2ac08436f Bump to version 3.8.1 3.8.1 2022-03-08 22:28:49 +01:00
Robbert van der Helm a533531bca Reword the changelog 2022-03-08 22:23:47 +01:00
Robbert van der Helm 8d1bd74f10 Update tested REAPER version 2022-03-08 22:09:26 +01:00
Robbert van der Helm ab85475a5d Update tested versions 2022-03-05 00:41:24 +01:00
Robbert van der Helm c528a9ef49 Explicitly handle no and pointer root input focus
This will never happen under normal X11. Apparently Crostini isn't
normal X11.

See #167.
2022-03-05 00:39:01 +01:00
Robbert van der Helm 3e04a6b61c Update tested versions 2022-03-02 13:54:49 +01:00
Robbert van der Helm 7a5c4ab73e Link to a nightly build page without login 2022-02-27 01:03:04 +01:00
Robbert van der Helm f298a8ae2b Delay VST2 editor window sizing
To work around a buggy plugin.
2022-02-27 00:59:50 +01:00
Robbert van der Helm 136ae5ba98 Remove pre-PipeWire 0.3.44 instructions 2022-02-17 15:16:39 +01:00
Robbert van der Helm b3ceebf1ee Update tested versions 2022-02-15 18:59:56 +01:00
Robbert van der Helm 823f6bb239 Prevent realtime scheduling for ad-hoc acceptors
I noticed that there were some realtime adhoc-acceptors running on my
system. That should of course not happen, since these only exist to
catch some sporadic (and likely as a result of a badly behaving plugin)
mutual recursion on the audio thread.
2022-02-08 02:20:18 +01:00
Robbert van der Helm de470d345a Fix building under Wine 7.2
Which isn't out yet, but this already affects the current master branch.
2022-02-02 13:56:05 +01:00