Commit Graph

18 Commits

Author SHA1 Message Date
Kolan Sh e73cf2d921 Small fixes (upgrade Vala) 2020-04-29 09:30:44 +03:00
Kolan Sh 8f213ec8f1 LibPackages +=posix 2020-04-29 07:52:46 +03:00
Kolan Sh 7f822a0b6a Fix: BinValaOpts -> LibValaOpts 2018-06-22 10:33:57 +03:00
Kolan Sh 94cbc852ec Define WINDOWS/UNIX macroses. 2018-06-22 09:39:48 +03:00
Kolan Sh ae0f0e3153 Dependency accounting is needed only under win32, but not under Unix-like systems. 2018-06-21 18:38:38 +03:00
Kolan Sh ee8c6209db Dependency accounting between modules.
Typically, common classes are placed in a separate library
that is loaded by the system, but if this is not done,
then you need to select the correct sequence for loading the modules,
which is done in the loop.
2018-06-21 18:03:51 +03:00
Kolan Sh 9b11bca35b message() -> stderr.printf() 2018-06-21 15:31:39 +03:00
Kolan Sh d93eb17d31 Different load methods: load_modules(), load_modules_depth2(). 2018-04-28 17:39:26 +03:00
Kolan Sh 85ee333090 Plugin: Host interface reference should be unowned. 2016-02-06 04:48:35 +03:00
Kolan Sh 886bb5bdd1 Library constructor from cmake/backbone/templates. 2015-11-14 05:35:22 +03:00
Kolan Sh 66df0fd678 Merge {host,plugin}-iface into one common library. 2015-11-06 02:39:24 +03:00
Kolan Sh 557c30d925 Fix comment. 2015-10-19 20:52:12 +03:00
Kolan Sh 9f72fe6feb cmake/backbone submodule updated. 2015-10-19 20:36:48 +03:00
Kolan Sh 1d505afe4c Plugin.host should be a public property. 2014-10-30 15:38:03 +03:00
Kolan Sh 7d8ef569de Win32 fix: Add explicit gmodule-2.0 dependency. 2014-10-27 13:56:43 +03:00
Kolan Sh e7507003a3 Package dependencies fixed. 2014-10-26 18:17:25 +03:00
Kolan Sh 9063b069e3 Host Interface added. 2014-10-17 10:26:22 +04:00
Kolan Sh cd6a7885b3 First development version. 2014-10-16 15:03:52 +04:00