Commit Graph

7 Commits

Author SHA1 Message Date
Kolan Sh e73cf2d921 Small fixes (upgrade Vala) 2020-04-29 09:30:44 +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 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