-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOC] Singletons section #1540
[DOC] Singletons section #1540
Conversation
|
docs/utils/singletons.md
Outdated
@@ -0,0 +1,43 @@ | |||
## Using and disposing singletons |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think it would be good to (very briefly) also describe the use of singletons in Thunder (what they are) and as section on the code in Core we have to help write singletons (e.g. SingletonType, the role of Core::Singleton::Dispose() etc.) and perhaps some small code example. If you have question on this I think Sebastion will be able to provide some details)
* singleton section added * singletons documentation section added * singletons.md added to mkdocs.yml * warning fixed * formating fix * singletons description addded * [doc] description of singletons added * Update singletons.md --------- Co-authored-by: MFransen69 <39826971+MFransen69@users.noreply.github.com>
* [Tests/init/core] : Separate 'tests' from 'core' namespaces. Initial changes by mostly search and replace. * [Tests/unit/core] : partially revert '8a3fe02b8a9f3ff7c3672942d2ee906115420956' to include 'test_messageException' * [Tests/unit / Tests/unit/core] : Do not depend on 'IPTestAdministrator' if it not used * [Tests/unit/core] : Make explicit global namespace lookup * [DOC] Singletons section (#1540) * singleton section added * singletons documentation section added * singletons.md added to mkdocs.yml * warning fixed * formating fix * singletons description addded * [doc] description of singletons added * Update singletons.md --------- Co-authored-by: MFransen69 <39826971+MFransen69@users.noreply.github.com> * [Actions] Adding process containers with runC backend to be built in the Linux workflow (#1655) * Fixing warnings in RunC process containers * Adding containers to Actions * Removing PROCESSCONTAINERS_CLIB option as it was the same as RunC * Temporarily using a template from development to test the changes * Using sizeof to get the size of a buffer instead of a fixed value which did not match the buffer size on top of that * Changing back to use template from master * [Tests/unit/core] : more use of full nested namespaces * [Tests/unit/core] : remove 'using' in 'test_hash' * Revert "[Tests/unit / Tests/unit/core] : Do not depend on 'IPTestAdministrator' if it not used" This reverts commit 7ac0335. --------- Co-authored-by: Piotr Czekaj <pczekajj@gmail.com> Co-authored-by: MFransen69 <39826971+MFransen69@users.noreply.github.com> Co-authored-by: Mateusz Daniluk <121170681+VeithMetro@users.noreply.github.com>
* [Tests/init/core] : Separate 'tests' from 'core' namespaces. Initial changes by mostly search and replace. * [Tests/unit/core] : partially revert '8a3fe02b8a9f3ff7c3672942d2ee906115420956' to include 'test_messageException' * [Tests/unit / Tests/unit/core] : Do not depend on 'IPTestAdministrator' if it not used * [Tests/unit/core] : Make explicit global namespace lookup * [DOC] Singletons section (#1540) * singleton section added * singletons documentation section added * singletons.md added to mkdocs.yml * warning fixed * formating fix * singletons description addded * [doc] description of singletons added * Update singletons.md --------- Co-authored-by: MFransen69 <39826971+MFransen69@users.noreply.github.com> * [Actions] Adding process containers with runC backend to be built in the Linux workflow (#1655) * Fixing warnings in RunC process containers * Adding containers to Actions * Removing PROCESSCONTAINERS_CLIB option as it was the same as RunC * Temporarily using a template from development to test the changes * Using sizeof to get the size of a buffer instead of a fixed value which did not match the buffer size on top of that * Changing back to use template from master * [Tests/unit/core] : more use of full nested namespaces * [Tests/unit/core] : remove 'using' in 'test_hash' * Revert "[Tests/unit / Tests/unit/core] : Do not depend on 'IPTestAdministrator' if it not used" This reverts commit 7ac0335. * [Tests/unit/tests] : align namespace usage for 'test_iptestadministrator' --------- Co-authored-by: Piotr Czekaj <pczekajj@gmail.com> Co-authored-by: MFransen69 <39826971+MFransen69@users.noreply.github.com> Co-authored-by: Mateusz Daniluk <121170681+VeithMetro@users.noreply.github.com>
No description provided.