Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change initialization to allow custom level callbacks | George Marques | 2021-09-27 | 1 | -4/+106 | |
| | | | | | Now it needs a callback for each level so custom logic (like loading singletons) can be performed. | |||||
* | Set initialization level to CORE | George Marques | 2021-09-27 | 1 | -0/+1 | |
| | | | | | This should eventually be configurable with user callbacks, but for now assume the lowest level to ensure the initialization is called. | |||||
* | Define the {de,}initialization functions in the bindings | George Marques | 2021-09-27 | 1 | -0/+11 | |
| | | | | | The extension creators then don't need to create those just to redirect to the bindings. | |||||
* | Replace bindgins to work with extensions | George Marques | 2021-09-27 | 1 | -0/+82 | |