1 file changed
+1
-1
lines changed- .github/release-please-manifest.json+1-1
- .github/workflows/publish.yml+40
- CHANGELOG.md+103
- README.md+1-1
- debug/lldb/plg_types_formatter.py+260
- include/plg/allocator.hpp+32-8
- include/plg/enum.hpp+8-9
- include/plg/hash.hpp+15-3
- include/plg/hybrid_vector.hpp+335
- include/plg/inplace_vector.hpp+12-8
- include/plg/string.hpp+23-7
- include/plg/vector.hpp+50
- include/plugify/alias.hpp+33
- include/plugify/binding.hpp+43
- include/plugify/class.hpp+46
- include/plugify/config.hpp+32-5
- include/plugify/dependency_resolver.hpp+2-3
- include/plugify/extension.hpp+1
- include/plugify/manifest.hpp+2
- include/plugify/types.hpp+2-2
- schemas/config.schema.json+2-1
- schemas/language-module.schema.json+6-3
- schemas/plugin.schema.json+143-6
- src/core/alias.cpp+44
- src/core/alias_impl.hpp+10
- src/core/binding.cpp+72
- src/core/binding_impl.hpp+14
- src/core/class.cpp+80
- src/core/class_impl.hpp+16
- src/core/extension.cpp+13-42
- src/core/extension_loader.hpp+32-47
- src/core/glaze_metadata.hpp+35
- src/core/manager.cpp+65-23
- src/core/manifest.cpp+147-5
- src/core/pipeline.hpp+35-3
- src/core/plugify.cpp+3-5
- src/core/simple_event_bus.hpp+4-4
- version.txt+1-1
0 commit comments