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
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
/
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 }}
ptsouchlos
/
eventbus
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
20
Star
210
Code
Issues
2
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 17, 2026
chore: update github username (#42)
Show description for 8e7e922
ptsouchlos
authored
8e7e922
View commit details
Copy full SHA for 8e7e922
Browse repository at this point
Commits on Apr 7, 2025
chore: update README
Show description for be632ba
ptsouchlos
committed
be632ba
View commit details
Copy full SHA for be632ba
Browse repository at this point
Merge pull request #41 from DeveloperPaul123/feature/unify-storage-types
Show description for c82d42b
Paul T
authored
c82d42b
View commit details
Copy full SHA for c82d42b
Browse repository at this point
Commits on Apr 3, 2025
fix: bump doctest commit
Show description for da45b6e
ptsouchlos
committed
da45b6e
View commit details
Copy full SHA for da45b6e
Browse repository at this point
fix: benchmarks and unit tests with event_bus changes
ptsouchlos
committed
d6fb6ab
View commit details
Copy full SHA for d6fb6ab
Browse repository at this point
chore: removed "make_" function in favor of using class directly
Show description for 5c59736
ptsouchlos
committed
5c59736
View commit details
Copy full SHA for 5c59736
Browse repository at this point
fix: minor issue with copy assignment opertor
Show description for 099c379
ptsouchlos
committed
099c379
View commit details
Copy full SHA for 099c379
Browse repository at this point
fix: add missing files
ptsouchlos
committed
3a8e4ae
View commit details
Copy full SHA for 3a8e4ae
Browse repository at this point
Commits on Mar 28, 2025
fix: add missing headers
ptsouchlos
committed
f886d63
View commit details
Copy full SHA for f886d63
Browse repository at this point
fix: proper reference semantics for variant storage policy
ptsouchlos
committed
10dbeb3
View commit details
Copy full SHA for 10dbeb3
Browse repository at this point
chore: add benchmark for allocating event type
ptsouchlos
committed
73202ff
View commit details
Copy full SHA for 73202ff
Browse repository at this point
feat: add benchmark for any v. variant
Show description for 2cb34d4
ptsouchlos
committed
2cb34d4
View commit details
Copy full SHA for 2cb34d4
Browse repository at this point
feat: allow for using any or variant as storage in event bus
Show description for 199e0ba
ptsouchlos
committed
199e0ba
View commit details
Copy full SHA for 199e0ba
Browse repository at this point
feat: add macos support
ptsouchlos
committed
35b593b
View commit details
Copy full SHA for 35b593b
Browse repository at this point
Commits on Mar 12, 2025
Merge pull request #40 from DeveloperPaul123/fix/cmake-preset-build-type
Show description for 5103d94
Paul T
authored
5103d94
View commit details
Copy full SHA for 5103d94
Browse repository at this point
fix: properly set cmake build type for clang debug
ptsouchlos
committed
612de66
View commit details
Copy full SHA for 612de66
Browse repository at this point
fix: proper move semantics for event handlers (#39, thejtshow/feature/move_semantics)
Show description for 7dd2cd0
Paul T
authored
7dd2cd0
View commit details
Copy full SHA for 7dd2cd0
Browse repository at this point
Commits on Mar 11, 2025
fix demo
jtdavis777
committed
7b96d00
View commit details
Copy full SHA for 7b96d00
Browse repository at this point
Implemented proper reference semantics of fired events. This change should result in much faster event handling when handlers expect references to the event arguments.
Show description for 8d7f177
jtdavis777
committed
8d7f177
View commit details
Copy full SHA for 8d7f177
Browse repository at this point
Commits on Nov 13, 2024
chore: fix typo in readme
Paul T
authored
bfb352b
View commit details
Copy full SHA for bfb352b
Browse repository at this point
Commits on Sep 17, 2024
Merge pull request #36 from DeveloperPaul123/feature/build-setup-updates
Paul T
authored
9378aad
View commit details
Copy full SHA for 9378aad
Browse repository at this point
ci: be sure to actually use clang when configuring...
ptsouchlos
committed
5d79e82
View commit details
Copy full SHA for 5d79e82
Browse repository at this point
ci: add clang matrix build
ptsouchlos
committed
c1636c4
View commit details
Copy full SHA for c1636c4
Browse repository at this point
ci: try to fix ubuntu gcc versions
ptsouchlos
committed
09051f0
View commit details
Copy full SHA for 09051f0
Browse repository at this point
ci: only use gcc7,8 on ubuntu 20.04
ptsouchlos
committed
00f0f41
View commit details
Copy full SHA for 00f0f41
Browse repository at this point
ci: update ubuntu ci setup
Show description for cc48f27
ptsouchlos
committed
cc48f27
View commit details
Copy full SHA for cc48f27
Browse repository at this point
fix: build issue on windows
ptsouchlos
committed
b1a4411
View commit details
Copy full SHA for b1a4411
Browse repository at this point
feat: migrate unit tests to doctest
ptsouchlos
committed
2d06fab
View commit details
Copy full SHA for 2d06fab
Browse repository at this point
Commits on Sep 16, 2024
Merge pull request #37 from Maddin-619/fix/system_error_include
Paul T
authored
735c790
View commit details
Copy full SHA for 735c790
Browse repository at this point
Add explicit system_error include
Martin Brenner
authored and
Martin Brenner
committed
1fa8856
View commit details
Copy full SHA for 1fa8856
Browse repository at this point
Commits on Sep 13, 2024
build: convert to using CMakePresets.json
Show description for c4646be
ptsouchlos
committed
c4646be
View commit details
Copy full SHA for c4646be
Browse repository at this point
Commits on Jul 11, 2023
Restructure README
Show description for 20a167d
ptsouchlos
committed
20a167d
View commit details
Copy full SHA for 20a167d
Browse repository at this point
Commits on Oct 26, 2022
Update documentation.yml
Show description for 3040c33
Paul T
authored
3040c33
View commit details
Copy full SHA for 3040c33
Browse repository at this point
Merge pull request #32 from DeveloperPaul123/feature/documentation
Paul T
authored
e867899
View commit details
Copy full SHA for e867899
Browse repository at this point
Exclude test and detail files from docs
ptsouchlos
committed
6ada776
View commit details
Copy full SHA for 6ada776
Browse repository at this point
Previous
Next
You can’t perform that action at this time.