forked from Harrm/scale-codec
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update: copyright comments * update: hunter * update: bump C++ standard up to C++20 * refactor: gsl::span replaced by std::span * refactor: containers replaced by range (where it possible) * refactor: clang-format * refactor: replace include-guards by pragma-once * feature: concepts for static and dynamic collections * feature: concepts for static and dynamic span * update: bump version to 1.1.0 * fix: review issues Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: CI issues Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * fix: remove remaining mentions of GSL Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * remove unused buffer * remove unused hex * remove concept * fix: remove redundant data structures Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * update: .gitignore Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * update: .gitignore Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * refactor: prohibit potentially dangerous implementation Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> * refactor: return implementation for vector<bool> Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> --------- Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]> Co-authored-by: turuslan <[email protected]>
- Loading branch information
Showing
50 changed files
with
658 additions
and
1,449 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
build | ||
.vscode | ||
.idea | ||
cmake-build-*/ | ||
**/build/ | ||
**/build-*/ | ||
**/cmake-build-*/ | ||
Testing |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.