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 }}
netdebug
/
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
on
main
User selector
All users
Datepicker
All time
Commit history
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
Commits on Oct 3, 2022
Fix duplicate symbols for functions in cpp2util.h
Show description for b1a5d5d
filipsajdak
committed
b1a5d5d
View commit details
Copy full SHA for b1a5d5d
View code at this point
Browse repository at this point
Commits on Oct 1, 2022
Added comment about alternative to `aligned_storage`, closes #20
hsutter
committed
5b4f535
View commit details
Copy full SHA for 5b4f535
View code at this point
Browse repository at this point
And guard `<cuchar>` too, why not... closes #16
Show description for b9bbbd8
hsutter
committed
b9bbbd8
View commit details
Copy full SHA for b9bbbd8
View code at this point
Browse repository at this point
Added a feature test guard for `<stop_token>`, see also #16
hsutter
committed
2b96638
View commit details
Copy full SHA for 2b96638
View code at this point
Browse repository at this point
Make `c_raii` move-only and add some caveat comments
Show description for 19fd204
hsutter
committed
19fd204
View commit details
Copy full SHA for 19fd204
View code at this point
Browse repository at this point
Commits on Sep 29, 2022
Started adding a super-basic RAII wrapper for C-stdlib-style functions, closes #13
hsutter
committed
76a3cca
View commit details
Copy full SHA for 76a3cca
View code at this point
Browse repository at this point
Commits on Sep 26, 2022
Added note regarding `!= T{}` test not being reliable for STL iterators
hsutter
committed
1187dcf
View commit details
Copy full SHA for 1187dcf
View code at this point
Browse repository at this point
Commits on Sep 25, 2022
Add feature test guard for `<memory_resource>`
hsutter
committed
8d5c9b7
View commit details
Copy full SHA for 8d5c9b7
View code at this point
Browse repository at this point
Removed needless `{}`
hsutter
committed
699df9d
View commit details
Copy full SHA for 699df9d
View code at this point
Browse repository at this point
Commits on Sep 24, 2022
Added generic "is empty" support via `is void` or synonym `is empty`
hsutter
committed
98f6dd4
View commit details
Copy full SHA for 98f6dd4
View code at this point
Browse repository at this point
Add fix for `is any` and a regression test, closes #5
hsutter
committed
e119ada
View commit details
Copy full SHA for e119ada
View code at this point
Browse repository at this point
Merge pull request #11 from fpelliccioni/fix/utility
Show description for 10c3de2
hsutter
authored
10c3de2
View commit details
Copy full SHA for 10c3de2
View code at this point
Browse repository at this point
Merge pull request #10 from unknown442/main
Show description for c84202e
hsutter
authored
c84202e
View commit details
Copy full SHA for c84202e
View code at this point
Browse repository at this point
Change `deferred_init` to use `aligned_storage`, closes #9
Show description for 72f84b5
hsutter
committed
72f84b5
View commit details
Copy full SHA for 72f84b5
View code at this point
Browse repository at this point
Commits on Sep 22, 2022
include utility because of std::exchange
fpelliccioni
committed
c28466c
View commit details
Copy full SHA for c28466c
View code at this point
Browse repository at this point
Commits on Sep 21, 2022
Update cpp2util.h
unknown442
authored
f151014
View commit details
Copy full SHA for f151014
View code at this point
Browse repository at this point
Commits on Sep 18, 2022
Housekeeping: Remove trailing whitespace (closes #1 and #2)
Show description for 58bb182
hsutter
committed
58bb182
View commit details
Copy full SHA for 58bb182
View code at this point
Browse repository at this point
Commits on Sep 15, 2022
Generalize `source_location` test
hsutter
committed
8140ab9
View commit details
Copy full SHA for 8140ab9
View code at this point
Browse repository at this point
Commits on Sep 12, 2022
Fixed bug in inspect expression (test `convertible`, not `same`)
Show description for e1d0c05
hsutter
committed
e1d0c05
View commit details
Copy full SHA for e1d0c05
View code at this point
Browse repository at this point
Commits on Sep 9, 2022
Improved `-pure-cpp2` support to work on all compilers
Show description for 9a63cf0
hsutter
committed
9a63cf0
View commit details
Copy full SHA for 9a63cf0
View code at this point
Browse repository at this point
Commits on Sep 8, 2022
Improved `as<T>` to remove ambiguities and add the missing base/catchall case
hsutter
committed
d7a6c99
View commit details
Copy full SHA for d7a6c99
View code at this point
Browse repository at this point
Commits on Sep 6, 2022
Cleaned up module-vs-header preprocessor logic
hsutter
committed
1306758
View commit details
Copy full SHA for 1306758
View code at this point
Browse repository at this point
Commits on Sep 5, 2022
Added `ssize` requirement to `assert_in_bounds`
Show description for 2f52459
hsutter
committed
2f52459
View commit details
Copy full SHA for 2f52459
View code at this point
Browse repository at this point
Fixed handler `noexcept`
hsutter
committed
e99317c
View commit details
Copy full SHA for e99317c
View code at this point
Browse repository at this point
Commits on Sep 4, 2022
Minor `cpp2util.h` cleanup
hsutter
committed
2ae2dc3
View commit details
Copy full SHA for 2ae2dc3
View code at this point
Browse repository at this point
Enabled `source_location` when using modules
Show description for 8f3d893
hsutter
committed
8f3d893
View commit details
Copy full SHA for 8f3d893
View code at this point
Browse repository at this point
Finished string interpolation v1
Show description for f742798
hsutter
committed
f742798
View commit details
Copy full SHA for f742798
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.