Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
LiangRongLiang
/
readerwriterqueue
Public
forked from
cameron314/readerwriterqueue
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on Feb 20, 2018
Fixed infinite loop in blockingreaderwriterqueue on OS X (courtesy of pull request on concurrentqueue by DarkDimius)
cameron314
committed
07e22ec
Copy full SHA for 07e22ec
Commits on Dec 11, 2017
Advertised try_emplace/emplace on README feature list
cameron314
committed
2147fdb
Copy full SHA for 2147fdb
Merge pull request #55 from mark-99/master
Show description for 16984c4
cameron314
authored
16984c4
Copy full SHA for 16984c4
Minor corrections to formatting, test naming.
Show description for 48e0dfc
Mark Atkinson
committed
48e0dfc
Copy full SHA for 48e0dfc
Commits on Nov 27, 2017
Tweaks following code review.
Show description for 2d47c14
Mark Atkinson
committed
2d47c14
Copy full SHA for 2d47c14
Commits on Nov 9, 2017
Merge pull request #56 from jonathonracz/master
Show description for 373392d
cameron314
authored
373392d
Copy full SHA for 373392d
Fix type precision warning in Xcode 9
jonathonracz
committed
dea75c0
Copy full SHA for dea75c0
Fix to previous fix for atomicops.h.
Show description for c557b04
Mark Atkinson
committed
c557b04
Copy full SHA for c557b04
Build fix for atomicops.h on Intel compiler.
Show description for 82f13d1
Mark Atkinson
committed
82f13d1
Copy full SHA for 82f13d1
Commits on Oct 25, 2017
#ifdef emplace for VS <= 2012.
Mark Atkinson
committed
6652817
Copy full SHA for 6652817
Commits on Oct 24, 2017
Add emplace() and try_emplace() APIs.
Show description for 5c67bb3
Mark Atkinson
committed
5c67bb3
Copy full SHA for 5c67bb3
Commits on Oct 10, 2017
Disable spsc_queue in benchmarks when not running on x86 (issue #51)
cameron314
committed
973da17
Copy full SHA for 973da17
Added move constructor/assignment operator. Allows vectors of queues to be created (though not without cost -- the move constructor allocates dynamic memory). Fixes #50
cameron314
committed
ae14330
Copy full SHA for ae14330
Commits on Sep 27, 2017
Fixed issue #49 where nsec could exceed its maximum value by one
cameron314
committed
4a3d3bf
Copy full SHA for 4a3d3bf
Commits on Jun 26, 2017
Merge pull request #46 from trilorez/master
Show description for 5d84f8e
cameron314
authored
5d84f8e
Copy full SHA for 5d84f8e
Use push/pop for temporary disabled warning
trilorez
committed
a300650
Copy full SHA for a300650
Commits on Mar 23, 2017
Merge pull request #42 from rfogarty/master
Show description for 4c8fc3e
cameron314
authored
4c8fc3e
Copy full SHA for 4c8fc3e
Modified test makefiles to also support Mac OS X
rfogarty
committed
ffce752
Copy full SHA for ffce752
Commits on Nov 23, 2016
Allow VS2012+ to access std::chrono versions of blocking functions too (issue #40)
cameron314
committed
66a9b18
Copy full SHA for 66a9b18
Commits on Jun 23, 2016
Merge pull request #33 from sommern/master
Show description for f2c0c6f
cameron314
authored
f2c0c6f
Copy full SHA for f2c0c6f
Include <new> for std::bad_alloc
Show description for 0e51d02
sommern
committed
0e51d02
Copy full SHA for 0e51d02
Commits on Jun 15, 2016
Moved linker option to end because on some platforms (FreeBSD, possibly?) it makes a difference
cameron314
committed
175a0cd
Copy full SHA for 175a0cd
Fixed makefiles on Windows
cameron314
committed
92736ce
Copy full SHA for 92736ce
Added missing include/library reference for clock_gettime (was causing stabtest to fail to compile on Linux)
cameron314
committed
d493f03
Copy full SHA for d493f03
Commits on May 12, 2016
Added missing header for recently introduced code (issue #32)
cameron314
committed
81fbcdc
Copy full SHA for 81fbcdc
Merge pull request #31 from Cleroth/patch-1
Show description for 082f486
cameron314
committed
082f486
Copy full SHA for 082f486
typo
Cleroth
committed
73f95dc
Copy full SHA for 73f95dc
Commits on May 11, 2016
Fixed comparison
cameron314
committed
4b1d346
Copy full SHA for 4b1d346
Added support for timeouts in blocking version of queue (see issues #19 and #26)
cameron314
committed
0da535c
Copy full SHA for 0da535c
Commits on May 8, 2016
Added missing header in attempt to fix issue #30
cameron314
committed
9fa0b22
Copy full SHA for 9fa0b22
Commits on Feb 10, 2016
Don't throw from ctor when allocation fails and exceptions are disabled (abort instead)
cameron314
committed
0823c61
Copy full SHA for 0823c61
Commits on Jan 14, 2016
Got atomicops.h to compile under C++/CLI
cameron314
committed
b70c303
Copy full SHA for b70c303
Commits on Jan 13, 2016
Merge pull request #25 from Kampbell/master
Show description for 03b01e8
cameron314
committed
03b01e8
Copy full SHA for 03b01e8
Fix the exemple
zosrothko
committed
c6b5b03
Copy full SHA for c6b5b03
Commits on Jan 7, 2016
Merge pull request #24 from benaryorg/patch-1
Show description for 65980a8
cameron314
committed
65980a8
Copy full SHA for 65980a8
Pagination
Previous
Next
You can’t perform that action at this time.