Commit graph

14 commits

Author SHA1 Message Date
Raed Rizqie
ce69e784c1
Add MinGW support (#1540)
* rssguard.rc: avoid redefinition warnings

* use fully qualified name for std::move

* mingw use fhs structure

* adjust default setting

* cmake: initial support for mingw
2024-11-22 11:57:09 +01:00
Martin Rotter
6cc02641a8 load more specific plugin files 2024-06-04 11:08:45 +02:00
Martin Rotter
c0901acd8e make sure that plugin is not loaded multiple times, fixes #1427 2024-05-31 07:43:10 +02:00
Martin Rotter
1993d2ba01 also use relative folder load for bsd 2024-05-27 10:38:41 +02:00
Martin Rotter
d3c3d29d04 move libdir cmake a bit 2024-05-22 08:11:57 +02:00
igrekster
bdf84b7cfa
Use the same library search path as the install path on Unix platforms (#1412)
Some distributions use `lib64` for shared libraries. This breaks
the plugin search logic.

Added a `-D` define to use the same path as is configured by CMake.
2024-05-22 08:08:50 +02:00
Martin Rotter
75fdd81bad fix #1318 2024-03-22 10:46:43 +01:00
Martin Rotter
8039f99e89 cmakelists 2024-03-21 09:53:01 +01:00
Martin Rotter
d0670c22fa files 2024-03-21 09:53:01 +01:00
Martin Rotter
6713925658 greader 2024-03-21 09:53:01 +01:00
Martin Rotter
446965cae8 build fix 2024-03-21 09:53:01 +01:00
Martin Rotter
de4537c6b1 test 2024-03-21 09:53:01 +01:00
Martin Rotter
df0f831c3c work 2024-03-21 09:53:01 +01:00
Martin Rotter
f585398a64 initial poc - plugins are now loaded from their own DLL/SO/DYLIB files 2024-03-21 09:53:01 +01:00