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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
iCodeIN
/
cppfront
Public
forked from
hsutter/cppfront
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cppfront
include
cpp2util.h
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 30, 2022
Add support for fixed-width integer type aliases (`i32`, `u64`, etc.)
Show description for 4d9d52d
hsutter
committed
4d9d52d
View commit details
Copy full SHA for 4d9d52d
View code at this point
Browse repository at this point
Commits on Dec 29, 2022
Make `cpp2util.h` warning-clean too, on all major compilers (/W4, -Wall -Wextra)
Show description for 9ca5f97
hsutter
committed
9ca5f97
View commit details
Copy full SHA for 9ca5f97
View code at this point
Browse repository at this point
Force-inline UFCS lambdas, closes #185
hsutter
committed
b74a336
View commit details
Copy full SHA for b74a336
View code at this point
Browse repository at this point
Generalize _is-as-expression_ and _type-id_
Show description for 9ddc250
hsutter
committed
9ddc250
View commit details
Copy full SHA for 9ddc250
View code at this point
Browse repository at this point
Commits on Dec 28, 2022
Minor UFCS-related tidying
hsutter
committed
dfcf7e6
View commit details
Copy full SHA for dfcf7e6
View code at this point
Browse repository at this point
Commits on Dec 25, 2022
Merge pull request #108 from filipsajdak/fsajdak-inspect-add-matchers-for-templates
Show description for 8665efd
hsutter
authored
8665efd
View commit details
Copy full SHA for 8665efd
View code at this point
Browse repository at this point
Merge pull request #169 from filipsajdak/fsajdak-ufcs-chaining
Show description for 5d44e44
hsutter
authored
5d44e44
View commit details
Copy full SHA for 5d44e44
View code at this point
Browse repository at this point
Commits on Dec 23, 2022
Avoid Cpp1 two-phase name lookup quirk in `variant` `is`/`as` implementation
hsutter
committed
7d743ef
View commit details
Copy full SHA for 7d743ef
View code at this point
Browse repository at this point
Commits on Dec 22, 2022
Add is() matchers for templates
filipsajdak
committed
83b93e0
View commit details
Copy full SHA for 83b93e0
View code at this point
Browse repository at this point
Add handling methods with more template arguments
Show description for c6bf645
filipsajdak
committed
c6bf645
View commit details
Copy full SHA for c6bf645
View code at this point
Browse repository at this point
Change `auto&&` to `decltype(auto)` return types, closes #175
hsutter
committed
b59f539
View commit details
Copy full SHA for b59f539
View code at this point
Browse repository at this point
Make `c_raii` non-movable, closes #176
hsutter
committed
3deb042
View commit details
Copy full SHA for 3deb042
View code at this point
Browse repository at this point
Closes #90: Add `inspect` predicate match, as extension of value match
hsutter
committed
29fbd92
View commit details
Copy full SHA for 29fbd92
View code at this point
Browse repository at this point
Commits on Dec 21, 2022
Add `inspect ... is value` support for `variant`, `any`, and `optional`
Show description for 2f37277
hsutter
committed
2f37277
View commit details
Copy full SHA for 2f37277
View code at this point
Browse repository at this point
Add support for inspecting values (not just types), closes #79
Show description for c77de70
hsutter
committed
c77de70
View commit details
Copy full SHA for c77de70
View code at this point
Browse repository at this point
Commits on Dec 16, 2022
UFCS `.template` support, remove nonportable `typeid(x).name()` from tests
Show description for ec32963
hsutter
committed
ec32963
View commit details
Copy full SHA for ec32963
View code at this point
Browse repository at this point
As suggested in #41, and closes #41
hsutter
committed
d76567e
View commit details
Copy full SHA for d76567e
View code at this point
Browse repository at this point
Commits on Dec 11, 2022
Merge pull request #128 from filipsajdak/fsajdak-fix-is-for-sidecast
Show description for 4fa9e48
hsutter
authored
4fa9e48
View commit details
Copy full SHA for 4fa9e48
View code at this point
Browse repository at this point
Commits on Dec 9, 2022
Fix `out` double destruction bug, added support for `out` chaining, closes #109
Show description for 0f6b381
hsutter
committed
0f6b381
View commit details
Copy full SHA for 0f6b381
View code at this point
Browse repository at this point
Commits on Dec 6, 2022
Another try at #158, checking for libstdc++ rather than the compiler being used
hsutter
committed
d00fea8
View commit details
Copy full SHA for d00fea8
View code at this point
Browse repository at this point
Exclude clang, further closes #158 :)
hsutter
committed
a743780
View commit details
Copy full SHA for a743780
View code at this point
Browse repository at this point
Correct fix to #158
hsutter
committed
ba785f9
View commit details
Copy full SHA for ba785f9
View code at this point
Browse repository at this point
This should close #158
hsutter
committed
52cc059
View commit details
Copy full SHA for 52cc059
View code at this point
Browse repository at this point
Apply 130 as a separate commit, closes #130
hsutter
committed
4a6e4d0
View commit details
Copy full SHA for 4a6e4d0
View code at this point
Browse repository at this point
Commits on Nov 29, 2022
Fix is() to handle polimorphic sidecast
filipsajdak
committed
afb76c9
View commit details
Copy full SHA for afb76c9
View code at this point
Browse repository at this point
Commits on Nov 22, 2022
Take args parameter pack by forwarding reference
gerlero
committed
2bc624b
View commit details
Copy full SHA for 2bc624b
View code at this point
Browse repository at this point
Remove unused Args template parameter
gerlero
committed
7ec7dbb
View commit details
Copy full SHA for 7ec7dbb
View code at this point
Browse repository at this point
Commits on Oct 17, 2022
Correct casting to pointer instead of reference
filipsajdak
committed
b790f6d
View commit details
Copy full SHA for b790f6d
View code at this point
Browse repository at this point
Commits on Oct 6, 2022
Refined `to_string` for `variant`
hsutter
committed
92ff88c
View commit details
Copy full SHA for 92ff88c
View code at this point
Browse repository at this point
Follow-up to #49 to move catchall overload up
Show description for dda5c9f
hsutter
committed
dda5c9f
View commit details
Copy full SHA for dda5c9f
View code at this point
Browse repository at this point
Add handling of composition of standard types
Show description for 4670d51
filipsajdak
committed
4670d51
View commit details
Copy full SHA for 4670d51
View code at this point
Browse repository at this point
Commits on Oct 5, 2022
Add interpolation support for more `std` types, closes #37, closes #39, closes #40
hsutter
committed
a5c3dc3
View commit details
Copy full SHA for a5c3dc3
View code at this point
Browse repository at this point
Add a comment to unify the UFCS macro once all compilers support it, closes #46
hsutter
committed
c4ea291
View commit details
Copy full SHA for c4ea291
View code at this point
Browse repository at this point
Merge branch 'main' of https://github.com/hsutter/cppfront
hsutter
committed
2998d93
View commit details
Copy full SHA for 2998d93
View code at this point
Browse repository at this point
Remove `aligned_storage` and the `_t` bug, closes #19
Show description for 3964653
hsutter
committed
3964653
View commit details
Copy full SHA for 3964653
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.