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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
getml
/
reflect-cpp
Public
Notifications
You must be signed in to change notification settings
Fork
191
Star
1.9k
Code
Issues
69
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: getml/reflect-cpp
Actions
All workflows
Workflows
code-checks
code-checks
Dependency Graph
Dependency Graph
Deploy Jekyll with GitHub Pages dependencies preinstalled
Deploy Jekyll with GitHub Pages dependencies preinstalled
Deploy MkDocs documentation
Deploy MkDocs documentation
linux
linux
macos
macos
pages-build-deployment
pages-build-deployment
windows
windows
windows-conan
windows-conan
Show more workflows...
Management
Caches
Deployments
Deploy MkDocs documentation
Deploy MkDocs documentation
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
.
mkdocs-gh-pages.yaml
will be ignored since log searching is not yet available
141 workflow runs
141 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.
Preserve float widths for all binary formats (#711)
Deploy MkDocs documentation
#259:
Commit
b132dcc
pushed by
liuzicheng1987
37s
main
main
37s
View workflow file
(-) Preserve MessagePack float widths (#710)
Deploy MkDocs documentation
#258:
Commit
99f3ead
pushed by
liuzicheng1987
3m 3s
main
main
3m 3s
View workflow file
Added support for wchar args to CLI; resolves #706 (#709)
Deploy MkDocs documentation
#257:
Commit
d33781b
pushed by
liuzicheng1987
55s
main
main
55s
View workflow file
Explicitly capture key; fixes #699 (#705)
Deploy MkDocs documentation
#256:
Commit
20c8657
pushed by
liuzicheng1987
42s
main
main
42s
View workflow file
Added the arrow operator; fixes #699 (#704)
Deploy MkDocs documentation
#255:
Commit
dd1fd3e
pushed by
liuzicheng1987
55s
main
main
55s
View workflow file
Compile-time optimizations for rfl::Generic (#698)
Deploy MkDocs documentation
#254:
Commit
f339e45
pushed by
liuzicheng1987
45s
main
main
45s
View workflow file
Support sets with custom compare and allocater; fixes #690 (#697)
Deploy MkDocs documentation
#253:
Commit
bcf623c
pushed by
liuzicheng1987
51s
main
main
51s
View workflow file
Added support for environment variables (#694)
Deploy MkDocs documentation
#252:
Commit
0f1e955
pushed by
liuzicheng1987
48s
main
main
48s
View workflow file
Add operator== for rfl::Generic and rfl::Object (#696)
Deploy MkDocs documentation
#251:
Commit
021bcb2
pushed by
liuzicheng1987
43s
main
main
43s
View workflow file
Avoid clang 21/22 C++26-mode frontend crash in StringLiteral (#688)
Deploy MkDocs documentation
#250:
Commit
d2e2e22
pushed by
liuzicheng1987
1m 18s
main
main
1m 18s
View workflow file
fix(tests): read cbor byte view via std::span, not basic_string_view<…
Deploy MkDocs documentation
#249:
Commit
9027b40
pushed by
liuzicheng1987
44s
main
main
44s
View workflow file
Fix the Github Actions runners (#695)
Deploy MkDocs documentation
#248:
Commit
5ef1dd2
pushed by
liuzicheng1987
39s
main
main
39s
View workflow file
no internal linkage in headers (#687)
Deploy MkDocs documentation
#247:
Commit
84817e6
pushed by
liuzicheng1987
52s
main
main
52s
View workflow file
Make sure that read does not abort when the default values do not mat…
Deploy MkDocs documentation
#246:
Commit
b6f82df
pushed by
liuzicheng1987
46s
main
main
46s
View workflow file
WIP: respects DefaultVal in schema and adds default value to schema. …
Deploy MkDocs documentation
#245:
Commit
594707d
pushed by
liuzicheng1987
3m 18s
main
main
3m 18s
View workflow file
Make sure that variables wrapped in rfl::DefaultVal are not marked as…
Deploy MkDocs documentation
#244:
Commit
af99a87
pushed by
liuzicheng1987
50s
main
main
50s
View workflow file
Fix infinite recursion; fixes #677 (#678)
Deploy MkDocs documentation
#243:
Commit
b805fe3
pushed by
liuzicheng1987
48s
main
main
48s
View workflow file
Minor fixes (#676)
Deploy MkDocs documentation
#242:
Commit
e4de84d
pushed by
liuzicheng1987
46s
main
main
46s
View workflow file
Some compile-time optimizations; particularly for larger structs (#675)
Deploy MkDocs documentation
#241:
Commit
fbb05d7
pushed by
liuzicheng1987
4m 44s
main
main
4m 44s
View workflow file
Generic::to_*() enhancements (#672)
Deploy MkDocs documentation
#240:
Commit
92413ca
pushed by
liuzicheng1987
40s
main
main
40s
View workflow file
Fix struct Person definition in json_schema.md (#671)
Deploy MkDocs documentation
#239:
Commit
b6b254c
pushed by
liuzicheng1987
50s
main
main
50s
View workflow file
Remove unreachable code line; fixes #665 (#670)
Deploy MkDocs documentation
#238:
Commit
aad19a9
pushed by
liuzicheng1987
41s
main
main
41s
View workflow file
Version 0.25.0 (#667)
Deploy MkDocs documentation
#237:
Commit
1327ef1
pushed by
liuzicheng1987
36s
main
main
36s
View workflow file
fix(json): don't crash on non-ASCII std::wstring / std::filesystem::p…
Deploy MkDocs documentation
#236:
Commit
53530bc
pushed by
liuzicheng1987
41s
main
main
41s
View workflow file
Added more DOxygen-style comments (#666)
Deploy MkDocs documentation
#235:
Commit
922665d
pushed by
liuzicheng1987
42s
main
main
42s
View workflow file
Previous
1
2
3
4
5
6
Next
You can’t perform that action at this time.