TSingletonをTSakuraSingletonに移行する - #2542
Merged
berryzplus merged 22 commits intoJul 20, 2026
Merged
Conversation
GetDllShareDataを前方宣言しているものを一括修正。
残りのクラス(CPPAとWindpw以外)に一括適用する。
CPPAのテストでenv::ShareDataClient派生クラスをstatic変数に持っていたので、別枠で適用する。 (インスタンス化する直前までに共有メモリの初期化が完了していないといけないので、そのままだとテストを起動できなくなる。)
nodiscardは要らない。 生成・破棄でスレッド間競合が起きないようmtx導入。
…nge the accessibility level.
本当は削ってしまうほうがよいのだけど、一旦 #if ~ #endif で無効化する
Contributor
Author
berryzplus
marked this pull request as ready for review
July 20, 2026 12:21
|
This was referenced Jul 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




PR対象
カテゴリ
PR の背景
仕様・動作説明
本件、勝手にやります。
PR の影響範囲
テスト内容
関連 issue, PR
参考資料