-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: Empty Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * refactor: log msgs Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * refactor: std::array instead C-array Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * refactor: add missed todo-labels Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: crash in ProcessAndPipes Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: use requires and concepts Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: wrong using of movement Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: redundant or missed initializer Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: c-array warnings Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: enum size Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: clang-format-18 issues Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: naming Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: const cast warnings Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: static downcast warnings Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: reinterpret cast warnings Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: const or ref data members Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: pointers arithmetic Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: missed destructor Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: non-const globals Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: narrowing conversion warnings Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: use modern ranges algorithms Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: using namespace Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: typedef vs using Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: wrong rvalue and forward Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: else after return or break Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: avoid-endl warnings Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: avoid-do-while warnings Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: missing-std::forward warnings Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: avoid making a copy Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: movement of trivially-copyable types Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: move instead once-copy Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: use designated initializers Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: container contains Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: using c-vararg calls Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: add special member-func Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: return value Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: getting value of wrapped ref Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: virtual-override warnings Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: avoid union access Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: macro warnings Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: replace push* by emplace* Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: var/member init warnings Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: reserve before insert in loop Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: array element access by non-cont index Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: update .clang-tidy settings file Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: remaining various warnings Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * Revert "refactor: Empty" This reverts commit 47a1133. * fix: mock classes Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: broken author api Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: infinite recursion in BufferView Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: decoding of version Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * rollback: unintended changes Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: review issues Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: CI's gcc steps Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: newly detected clang-tidy warnings Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * hotfix Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> --------- Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
- Loading branch information
Showing
344 changed files
with
2,683 additions
and
2,320 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.