|
|
4d910dd069
|
moved a subset of source file to the kern package
|
2026-04-27 19:43:37 +02:00 |
|
|
|
20d8236325
|
Iterators: Removed NewAnyIterator(), added NewIterator()
|
2026-04-24 06:26:00 +02:00 |
|
|
|
02df7f1c1f
|
Plugin file name extension adapted to the host OS convention (.so on linux, .dll on windows, .dylib on Darwin/MacOS)
|
2026-04-23 19:06:11 +02:00 |
|
|
|
33b3e1fc29
|
New function for searching and importing plugin
|
2024-07-19 15:37:00 +02:00 |
|
|
|
34874ef663
|
plugins.go: replaced stringsIndex()<0 with !strings.Contains()
|
2024-07-07 16:17:48 +02:00 |
|
|
|
f41dba069e
|
plugin.go: support Liteide and VScode to debug executable file name
|
2024-06-17 06:57:47 +02:00 |
|
|
|
28f464c4dc
|
plugins.go: If the main program's file name ends with '.debug', plugins will be loaded from file with name ending with '.debug'
|
2024-06-12 11:15:31 +02:00 |
|
|
|
5302907dcf
|
external plugins can now request for dependencies
|
2024-06-09 17:12:57 +02:00 |
|
|
|
29bc2c62a3
|
first plugin support.
Module organization requires a better structure to decouple definitions and implementations
|
2024-06-09 07:41:56 +02:00 |
|