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
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 }}
engsr6982
/
jspp
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Actions: engsr6982/jspp
Actions
All workflows
Workflows
CI/CD
CI/CD
Show more workflows...
Management
Caches
All workflows
All workflows
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
Showing runs from all workflows
will be ignored since log searching is not yet available
53 workflow runs
53 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
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.
docs: update General Scenario Compatibility Table
CI/CD
#53:
Commit
3979e15
pushed by
engsr6982
4m 46s
main
main
4m 46s
View workflow file
fix(binding): remove const on kCopy/kMove and add lambda support for …
CI/CD
#52:
Commit
979bba5
pushed by
engsr6982
5m 33s
main
main
5m 33s
View workflow file
fix(binding): fix const unwrapping in member props and auto-upgrade p…
CI/CD
#51:
Commit
f474392
pushed by
engsr6982
4m 23s
main
main
4m 23s
View workflow file
fix(binding): resolve UAF in TransientObjectScope and implement prove…
CI/CD
#50:
Commit
16673a0
pushed by
engsr6982
4m 19s
main
main
4m 19s
View workflow file
build(cmake): fix install rule
CI/CD
#49:
Commit
014c560
pushed by
engsr6982
4m 13s
main
main
4m 13s
View workflow file
build(cmake): add install rule
CI/CD
#48:
Commit
8aadcb9
pushed by
engsr6982
4m 32s
main
main
4m 32s
View workflow file
fix: prevent memory leak when polymorphic upcast fails during clone
CI/CD
#47:
Commit
1b0a25f
pushed by
engsr6982
4m 47s
main
main
4m 47s
View workflow file
tests: Handle exceptions during script evaluation in tests
CI/CD
#46:
Commit
2130656
pushed by
engsr6982
4m 20s
main
main
4m 20s
View workflow file
fix(soo): Support upcasting for non-polymorphic derived types in Valu…
CI/CD
#45:
Commit
53eda7a
pushed by
engsr6982
8m 25s
main
main
8m 25s
View workflow file
feat: Add small object optimization (SOO) for native instances
CI/CD
#44:
Commit
f65171d
pushed by
engsr6982
3m 44s
main
main
3m 44s
View workflow file
fix: Prevent resolveCastSource from being instantiated with void type
CI/CD
#43:
Commit
595b7eb
pushed by
engsr6982
5m 30s
main
main
5m 30s
View workflow file
refactor: improve comments and code clarity in Polymorphic.h
CI/CD
#42:
Commit
77bf1e5
pushed by
engsr6982
4m 18s
main
main
4m 18s
View workflow file
test: update strict mode for Derived class property test
CI/CD
#41:
Commit
91588c3
pushed by
engsr6982
4m 11s
main
main
4m 11s
View workflow file
fix: remove unnecessary unwrap logic in wrapInstanceSetter
CI/CD
#40:
Commit
f433630
pushed by
engsr6982
4m 32s
main
main
4m 32s
View workflow file
feat: add MemberPointerTraits to support inherited member pointers
CI/CD
#39:
Commit
86cd6bb
pushed by
engsr6982
4m 15s
main
main
4m 15s
View workflow file
fix: prevent accidental copy in non-member getter and add non-member …
CI/CD
#38:
Commit
d68580e
pushed by
engsr6982
4m 8s
main
main
4m 8s
View workflow file
fix(converter): add const check for shared_ptr conversion and fix ref…
CI/CD
#37:
Commit
424efb2
pushed by
engsr6982
1m 28s
main
main
1m 28s
View workflow file
fix(meta): toCpp requests mutable pointer for pass-by-value types
CI/CD
#36:
Commit
7eff2d7
pushed by
engsr6982
5m 36s
main
main
5m 36s
View workflow file
fix(meta): add missing else branches in if-constexpr chains
CI/CD
#35:
Commit
cd37460
pushed by
engsr6982
4m 54s
main
main
4m 54s
View workflow file
chore: add TODO for wrapInstanceSetter missing non-member function su…
CI/CD
#34:
Commit
8294656
pushed by
engsr6982
4m 25s
main
main
4m 25s
View workflow file
chore: add TODO for inherited member pointer binding issue
CI/CD
#33:
Commit
239d92c
pushed by
engsr6982
4m 42s
main
main
4m 42s
View workflow file
fix: strip const qualifier in RawType_t and relax lambda parameter ma…
CI/CD
#32:
Commit
65b55ea
pushed by
engsr6982
5m 4s
main
main
5m 4s
View workflow file
chore: add jspp_builtin_type.d.ts
CI/CD
#31:
Commit
f67b27c
pushed by
engsr6982
4m 53s
main
main
4m 53s
View workflow file
fix: add static_assert for polymorphic type restrictions
CI/CD
#30:
Commit
93d6276
pushed by
engsr6982
4m 8s
main
main
4m 8s
View workflow file
feat: support non-member function pointer getters
CI/CD
#29:
Commit
9789d35
pushed by
engsr6982
4m 7s
main
main
4m 7s
View workflow file
Previous
1
2
3
Next
You can’t perform that action at this time.