-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2481 from GMLC-TDC/develop
Develop
- Loading branch information
Showing
92 changed files
with
6,104 additions
and
4,955 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
Submodule containers
updated
25 files
+1 −1 | .ci/azure-test.yml | |
+22 −0 | .circleci/asan_suppression.txt | |
+10 −9 | .circleci/config.yml | |
+3 −0 | .gitignore | |
+6 −6 | .pre-commit-config.yaml | |
+3 −3 | CMakeLists.txt | |
+1 −1 | CONTRIBUTING.md | |
+1 −1 | README.md | |
+5 −8 | azure-pipelines.yml | |
+4 −4 | benchmarks/SimpleQueueBenchmarks.cpp | |
+1 −1 | gmlc/CMakeLists.txt | |
+69 −70 | gmlc/containers/AirLock.hpp | |
+2 −2 | gmlc/containers/BlockingPriorityQueue.hpp | |
+2 −2 | gmlc/containers/BlockingQueue.hpp | |
+8 −7 | gmlc/containers/DualMappedPointerVector.hpp | |
+3 −3 | gmlc/containers/DualStringMappedVector.hpp | |
+172 −155 | gmlc/containers/MappedPointerVector.hpp | |
+11 −0 | gmlc/containers/MappedVector.hpp | |
+2 −1 | gmlc/containers/StableBlockDeque.hpp | |
+1 −1 | gmlc/containers/StringMappedVector.hpp | |
+4 −2 | gmlc/containers/WorkQueue.hpp | |
+24 −10 | tests/BlockingQueueTests.cpp | |
+31 −4 | tests/MappedPointerVectorTests.cpp | |
+21 −18 | tests/PriorityBlockingQueueTests.cpp | |
+44 −25 | tests/WorkQueueTests.cpp |
Oops, something went wrong.