Commit Graph

9 Commits

Author SHA1 Message Date
Marc Alff e5a1a15296
[Code Health] Include what you use, part 6 (#3216) 2025-01-08 10:31:06 +01:00
Marc Alff c6d394547b
[Code Health] include-what-you-use cleanup, part 4 (#3040) 2024-09-11 21:05:32 +02:00
Tom Tan a9b2f9f53f
Fix race condition in circular buffer simulation test (#931) 2021-07-31 13:43:48 +05:30
Tom Tan 1f5b886bc6
Check size equalness before comparing the whole producer/consumer arrays (#845) 2021-06-12 00:13:29 +05:30
Lalit Kumar Bhasin 3fa6525f40
Add missing Copyright headers (#754) 2021-05-25 11:37:08 +05:30
Bogdan Drutu 20db113ca3
Upgrade clang-format to 10.x, run ./tools/format.sh (#544) 2021-02-01 11:40:16 +05:30
Max Golovanov 7100f73644
Visual Studio compiler warnings clean-up (#315) 2020-09-09 14:33:49 -07:00
snehilchopra f0789be8aa
Added batch span processor with test coverage (#195) 2020-08-03 18:14:50 -07:00
Ryan 6a2b03e9f5
Add Lock-free Circular buffer (#52)
* Add AtomicUniquePtr

* Add CircularBuffer

* Add circular buffer benchmark

* Reformat

* Add cmake support

* Reformat

* Fix for gcc48

* Fix typos

* Fix misname

* Update sdk/src/common/circular_buffer.h

Co-Authored-By: Reiley Yang <reyang@microsoft.com>

* Reformat

* Fix cmake linkage

Co-authored-by: Reiley Yang <reyang@microsoft.com>
2020-04-13 13:06:19 -07:00