AROS-v0/tools/genmodule
deadwood 1a3030c56e When building per opener base libraries, don't add global library bases
Previously the condition was for libraries that have relative linker libs,
but linker libs are not influencing libraries themselves, so the condition
was weird and there was no explanation why such functionality was
introduced.
2024-04-22 15:31:14 +02:00
..
Makefile Change the way how library base is made available inside of library 2022-01-03 18:56:13 +01:00
Makefile.deps export a file containing the entry points (functions/methods) for a module 2020-04-26 16:10:48 +02:00
boopsisupport.c Use pre-parsed type and name instead of parsing it out all the time 2022-01-06 21:28:56 +01:00
boopsisupport.h
config.c Rename variable to better describe usecase 2022-01-06 20:41:35 +01:00
config.h Remove support for pertaskbase libraries 2022-01-03 18:56:12 +01:00
dtsupport.c copyright header fixed 2021-05-02 13:46:08 +02:00
dtsupport.h
fileread.c copyright header fixed 2021-05-02 13:46:08 +02:00
fileread.h copyright header fixed 2021-05-02 13:46:08 +02:00
functionhead.c Remove unneeded condition 2022-01-08 17:50:45 +01:00
functionhead.h Use pre-parsed type and name instead of parsing it out all the time 2022-01-06 21:28:56 +01:00
genmodule.c Also filter out devices without functions 2023-11-17 16:08:05 +01:00
genmodule.h tools/genmodule: use (C) and don't use $Id" in generated files 2021-05-02 14:24:03 +02:00
muisupport.c copyright header fixed 2021-05-02 13:46:08 +02:00
muisupport.h
oopsupport.c copyright header fixed 2021-05-02 13:46:08 +02:00
oopsupport.h copyright header fixed 2021-05-02 13:46:08 +02:00
stringlist.c copyright header fixed 2021-05-02 13:46:08 +02:00
stringlist.h copyright header fixed 2021-05-02 13:46:08 +02:00
writeautoinit.c copyright header fixed 2021-05-02 13:46:08 +02:00
writeend.c copyright header fixed 2021-05-02 13:46:08 +02:00
writefd.c Use globally parsed name instead of local parsing 2022-01-07 20:11:28 +01:00
writefunclist.c copyright header fixed 2021-05-02 13:46:08 +02:00
writegetlibbase.c copyright header fixed 2021-05-02 13:46:08 +02:00
writeincclib.c copyright header fixed 2021-05-02 13:46:08 +02:00
writeincdefines.c ABI: Use a different symbol to pass library base to functions in headers 2024-04-22 15:10:29 +02:00
writeincinline.c ABI: Use a different symbol to pass library base to functions in headers 2024-04-22 15:10:29 +02:00
writeincinterfaces.c
writeinclibdefs.c Remove support for pertaskbase libraries 2022-01-03 18:56:12 +01:00
writeincproto.c ABI: Use a different symbol to pass library base to functions in headers 2024-04-22 15:10:29 +02:00
writelinkentries.c Fix warnings related to snprintf 2022-01-06 20:48:28 +01:00
writemakefile.c When building per opener base libraries, don't add global library bases 2024-04-22 15:31:14 +02:00
writeskel.c Use pre-parsed type and name instead of parsing it out all the time 2022-01-06 21:28:56 +01:00
writestart.c genmodule/gencall synchronization 2022-01-03 18:56:13 +01:00
writestubs.c ABI: Use a different symbol to pass library base to functions in headers 2024-04-22 15:10:29 +02:00
writethunk.c Use pre-parsed type and name instead of parsing it out all the time 2022-01-06 21:28:56 +01:00