view .hgignore @ 1314:9b126de2cde2 broker

Since the observer system now uses shared_ptr and many registrations are done in the constructors, and since we cannot called shared_from_this() in the constructors, it is mandatory to split construction from registration. This has been done by making many ctors protected and replacing them by factory methods that directly return shared_ptrs + added PostConstructor method when base classes perform shared_from_this() calls too.
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 16 Mar 2020 11:19:50 +0100
parents 8e497a4e3d96
children c53a4667f895
line wrap: on
line source

syntax: glob
*~
*.cpp.orig
*.h.orig
.vs/
.vscode/
Applications/Qt/archive/
Applications/Samples/ThirdPartyDownloads/
Applications/Samples/build-wasm/
Applications/Samples/build-web/
Applications/Samples/node_modules/
Applications/Samples/rt-viewer-demo/ThirdPartyDownloads/
Applications/Samples/rt-viewer-demo/build-sdl-msvc15/
Applications/Samples/rt-viewer-demo/build-tsc-output/
Applications/Samples/rt-viewer-demo/build-wasm/
Applications/Samples/rt-viewer-demo/build-web/
Applications/build-*
CMakeLists.txt.user
Platforms/Generic/ThirdPartyDownloads/
Resources/CodeGeneration/.env
Resources/CodeGeneration/.idea
Resources/CodeGeneration/__pycache__
Resources/CodeGeneration/build/
Resources/CodeGeneration/build_browser/
Resources/CodeGeneration/testCppHandler/build/
Resources/CodeGeneration/testCppHandler/build_msbuild/
Resources/CodeGeneration/testWasmIntegrated/build-final/
Resources/CodeGeneration/testWasmIntegrated/build-tsc/
Resources/CodeGeneration/testWasmIntegrated/build-wasm/
Resources/CommandTool/flatc-tests/basic/build/
Resources/CommandTool/protoc-tests/generated_js/
Resources/CommandTool/protoc-tests/generated_ts/
Resources/CommandTool/protoc-tests/node_modules/
Samples/Sdl/ThirdPartyDownloads/
Samples/Sdl/CMakeLists.txt.orig
Samples/Qt/ThirdPartyDownloads/

Samples/WebAssembly/build/
Samples/WebAssembly/ThirdPartyDownloads/
Samples/WebAssembly/installDir/

node_modules/