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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
ControlCore-Project
/
concore
Public
Notifications
You must be signed in to change notification settings
Fork
32
Star
16
Code
Issues
5
Pull requests
1
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Actions: ControlCore-Project/concore
Actions
All workflows
Workflows
.github/workflows/draft-pdf.yml
.github/workflows/draft-pdf.yml
AI Code Reviewer
AI Code Reviewer
CI
CI
Copilot
Copilot
Copilot code review
Copilot code review
Greetings
Greetings
Tests
Tests
Show more workflows...
Management
Caches
Tests
Tests
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
355 workflow runs
355 workflow runs
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
feat: add ZMQ transport to concore.hpp/concore_base.hpp
Tests
#357:
Pull request
#475
opened by
avinxshKD
43s
avinxshKD:feat/cpp-zmq-transport
avinxshKD:feat/cpp-zmq-transport
43s
View #475
View workflow file
prevent redundant zeroMQ thread spawning by sharing a single context
Tests
#356:
Pull request
#473
synchronize by
GREENRAT-K405
44s
GREENRAT-K405:fix/redundant-context-instances
GREENRAT-K405:fix/redundant-context-instances
44s
View #473
View workflow file
prevent redundant zeroMQ thread spawning by sharing a single context
Tests
#355:
Pull request
#473
synchronize by
GREENRAT-K405
42s
GREENRAT-K405:fix/redundant-context-instances
GREENRAT-K405:fix/redundant-context-instances
42s
View #473
View workflow file
prevent redundant zeroMQ thread spawning by sharing a single context
Tests
#354:
Pull request
#473
synchronize by
GREENRAT-K405
45s
GREENRAT-K405:fix/redundant-context-instances
GREENRAT-K405:fix/redundant-context-instances
45s
View #473
View workflow file
prevent redundant zeroMQ thread spawning by sharing a single context
Tests
#353:
Pull request
#473
opened by
GREENRAT-K405
45s
GREENRAT-K405:fix/redundant-context-instances
GREENRAT-K405:fix/redundant-context-instances
45s
View #473
View workflow file
Rule of Five: Delete copy ops and add move semantics for Concore
Tests
#352:
Pull request
#470
opened by
avinxshKD
47s
avinxshKD:fix/rule-of-five-469
avinxshKD:fix/rule-of-five-469
47s
View #470
View workflow file
Merge pull request #468 from avinxshKD/fix/463-java-public-api
Tests
#351:
Commit
c3b6f84
pushed by
pradeeban
45s
dev
dev
45s
View workflow file
Merge pull request #459 from GaneshPatil7517/fix/lag-validation-379
Tests
#350:
Commit
e055f5e
pushed by
pradeeban
49s
dev
dev
49s
View workflow file
Merge pull request #421 from GaneshPatil7517/fix/dockerexe-config-res…
Tests
#349:
Commit
58dfe63
pushed by
pradeeban
45s
dev
dev
45s
View workflow file
fix: concoredocker API methods were private, class was uncallable from outside
Tests
#348:
Pull request
#468
opened by
avinxshKD
45s
avinxshKD:fix/463-java-public-api
avinxshKD:fix/463-java-public-api
45s
View #468
View workflow file
test: Add cross runtime protocol conformance matrix (Phase 2)
Tests
#347:
Pull request
#467
opened by
Titas-Ghosh
45s
Titas-Ghosh:add-protocol-conformance-phase2-mapping
Titas-Ghosh:add-protocol-conformance-phase2-mapping
45s
View #467
View workflow file
fix: raise TimeoutError on ZMQ retry exhaustion instead of returning None
Tests
#346:
Pull request
#466
opened by
GaneshPatil7517
1m 3s
GaneshPatil7517:fix/issue-393-zmq-retry-none-crash
GaneshPatil7517:fix/issue-393-zmq-retry-none-crash
1m 3s
View #466
View workflow file
Fix: eliminate Windows PID race condition by replacing concorekill.bat overwrite mechanism with safe PID registry (#391)
Tests
#345:
Pull request
#465
synchronize by
GaneshPatil7517
46s
GaneshPatil7517:fix/windows-concorekill-race-condition
GaneshPatil7517:fix/windows-concorekill-race-condition
46s
View #465
View workflow file
Fix: eliminate Windows PID race condition by replacing concorekill.bat overwrite mechanism with safe PID registry (#391)
Tests
#344:
Pull request
#465
opened by
GaneshPatil7517
42s
GaneshPatil7517:fix/windows-concorekill-race-condition
GaneshPatil7517:fix/windows-concorekill-race-condition
42s
View #465
View workflow file
Fix: Add explicit error signalling to read() instead of silent default fallback (#390)
Tests
#343:
Pull request
#462
opened by
GaneshPatil7517
46s
GaneshPatil7517:fix/read-error-status
GaneshPatil7517:fix/read-error-status
46s
View #462
View workflow file
fix: remove hardcoded sudo docker and respect DOCKEREXE override in mkconcore.py (fixes #343)
Tests
#342:
Pull request
#421
synchronize by
GaneshPatil7517
45s
GaneshPatil7517:fix/dockerexe-config-respected
GaneshPatil7517:fix/dockerexe-config-respected
45s
View #421
View workflow file
Fix C++ literal parser to match Python concore wire format
Tests
#341:
Pull request
#460
synchronize by
GaneshPatil7517
50s
GaneshPatil7517:fix/cpp-literal-parser
GaneshPatil7517:fix/cpp-literal-parser
50s
View #460
View workflow file
Fix C++ literal parser to match Python concore wire format
Tests
#340:
Pull request
#460
opened by
GaneshPatil7517
48s
GaneshPatil7517:fix/cpp-literal-parser
GaneshPatil7517:fix/cpp-literal-parser
48s
View #460
View workflow file
fix: clamp lag parameter to buffer size with warning (fixes #379)
Tests
#339:
Pull request
#459
synchronize by
GaneshPatil7517
46s
GaneshPatil7517:fix/lag-validation-379
GaneshPatil7517:fix/lag-validation-379
46s
View #459
View workflow file
Merge pull request #458 from avinxshKD/fix/dedupe-cpp-java-456-457
Tests
#338:
Commit
5d46e60
pushed by
pradeeban
48s
dev
dev
48s
View workflow file
Merge pull request #455 from avinxshKD/fix/packaging-437
Tests
#337:
Commit
6d4eecc
pushed by
pradeeban
45s
dev
dev
45s
View workflow file
dedupe concore/concoredocker C++ headers and fix Java docker path + simtime bugs
Tests
#336:
Pull request
#458
opened by
avinxshKD
2m 19s
avinxshKD:fix/dedupe-cpp-java-456-457
avinxshKD:fix/dedupe-cpp-java-456-457
2m 19s
View #458
View workflow file
fix: packaging broken install and version duplication
Tests
#335:
Pull request
#455
opened by
avinxshKD
43s
avinxshKD:fix/packaging-437
avinxshKD:fix/packaging-437
43s
View #455
View workflow file
Merge pull request #453 from GREENRAT-K405/dev
Tests
#334:
Commit
914ec4b
pushed by
pradeeban
1m 22s
dev
dev
1m 22s
View workflow file
update tools documentation
Tests
#333:
Pull request
#453
opened by
GREENRAT-K405
1m 10s
GREENRAT-K405:dev
GREENRAT-K405:dev
1m 10s
View #453
View workflow file
Previous
1
2
3
4
5
…
14
15
Next
You can’t perform that action at this time.