Modules/Strings
IlushaShurupov 3f4f2caf1f Load and destroy methods revised for proper reference counting
The update enhances object management by involving scope-based reference counting. The change affects loading and destruction operations in the Object and several other classes, ensuring the release or retention of objects adhere to their usage context. A function for logging type data has also been introduced to provide better clarity during debugging. Also, tests in script & interpreter have been altered to run in separate module initializations to avoid cross-test interference. Overall, it provides better memory management and dependable tests.
2024-11-24 22:38:03 +03:00
..
private Load and destroy methods revised for proper reference counting 2024-11-24 22:38:03 +03:00
public Adding Simple Objest test. Fixes some bugs 2024-11-24 22:38:03 +03:00
tests New placement header 2024-11-24 22:36:45 +03:00
CMakeLists.txt Strings Initial 2024-11-24 22:36:45 +03:00