You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Distributions will no longer assembled by gathering files from different folders, which is too complex and obscure for the unfamiliar user.
Instead, distributions will be pre-constructed (each distribution folder will contain a .h/.hpp for interface and .c/.cpp for distribution)
Then, only C core code will be copied into their respective c_api subfolder
A JSON file could be used to list all distributions and make adding a new one easy.
The text was updated successfully, but these errors were encountered:
Simplification of the build process.
Distributions will no longer assembled by gathering files from different folders, which is too complex and obscure for the unfamiliar user.
Instead, distributions will be pre-constructed (each distribution folder will contain a .h/.hpp for interface and .c/.cpp for distribution)
Then, only C core code will be copied into their respective
c_api
subfolderA JSON file could be used to list all distributions and make adding a new one easy.
The text was updated successfully, but these errors were encountered: