Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
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
Type
/
to search
Sign in
Sign up
Appearance settings
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 }}
cameron314
/
readerwriterqueue
Public
Notifications
You must be signed in to change notification settings
Fork
733
Star
4.6k
Code
Issues
18
Pull requests
2
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Made Project Properly installable via CMake
- #148
#148
Open
Cazadorro
wants to merge 6 commits into
cameron314:master
cameron314/readerwriterqueue:master
from
Cazadorro:installable_cmake
Cazadorro/readerwriterqueue:installable_cmake
Copy head branch name to clipboard
Conversation
Commits
6
(6)
Checks
Files changed
Open
Made Project Properly installable via CMake
#148
Cazadorro
wants to merge 6 commits into
cameron314:master
cameron314/readerwriterqueue:master
from
Cazadorro:installable_cmake
Cazadorro/readerwriterqueue:installable_cmake
Copy head branch name to clipboard
Commits
Commits on Jan 14, 2024
Modified CMakeList.txt to be installable, now accessible through moodycamel::readerwriterqueue in both subdirectory and installed cmake project (didn't change targets that were already avaible, tho…
Show description for a3346b3
Cazadorro
committed
a3346b3
View commit details
Copy full SHA for a3346b3
Browse repository at this point
fixed include order for gnu install dirs
Cazadorro
committed
febad56
View commit details
Copy full SHA for febad56
Browse repository at this point
Fixed misleading comment
Cazadorro
committed
03600f4
View commit details
Copy full SHA for 03600f4
Browse repository at this point
Commits on Jan 22, 2024
made comments more informative, added configuration sets of compile arguments for release, debug and relwithdebinfo for tests, otherwise would force relwithdebinfo or fail to compile.
Cazadorro
committed
6f613d5
View commit details
Copy full SHA for 6f613d5
Browse repository at this point
moved -DNDEBUG into target_compile_definitions where it belongs, probably not needed, believe configs add this anyway, but it doesn't hurt to add
Cazadorro
committed
7a59357
View commit details
Copy full SHA for 7a59357
Browse repository at this point
inverted the logic on target compile definitions, meant to do relaese and relaase with debuginfo *with out* assertions running, fixed generator statements, and moved include for GNUInstallDirs so i…
Show description for c2d3567
Cazadorro
committed
c2d3567
View commit details
Copy full SHA for c2d3567
Browse repository at this point
You can’t perform that action at this time.