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 }}
Divix55
/
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 Jan 13, 2023
Also ban relational comparisons with `bool`
hsutter
committed
7fc1c41
View commit details
Copy full SHA for 7fc1c41
View code at this point
Browse repository at this point
Add comment to document why static_assert, not std::cmp_*, with a link to #220
hsutter
committed
290a3f6
View commit details
Copy full SHA for 290a3f6
View code at this point
Browse repository at this point
Add `as` and `unsafe_narrow` to improve diagnostic msg for #220
hsutter
committed
10885a6
View commit details
Copy full SHA for 10885a6
View code at this point
Browse repository at this point
Commits on Jan 12, 2023
Added regression test execution output for #223
Show description for 8df08f7
hsutter
committed
8df08f7
View commit details
Copy full SHA for 8df08f7
View code at this point
Browse repository at this point
FIX: casting variant for type on indexes from 10 to 19 fail with exception (#223)
Show description for b337d54
filipsajdak
authored
b337d54
View commit details
Copy full SHA for b337d54
View code at this point
Browse repository at this point
Add `-comparison-checks` to flag mixed-sign relational comparisons, closes #220
Show description for 30b02f7
hsutter
committed
30b02f7
View commit details
Copy full SHA for 30b02f7
View code at this point
Browse repository at this point
Fix check of C::value_type where C is an int (#218)
filipsajdak
authored
8a67027
View commit details
Copy full SHA for 8a67027
View code at this point
Browse repository at this point
Commits on Jan 11, 2023
Fix duplicate symbol `cpp2::Uncaught_exceptions()` (#217)
filipsajdak
authored
06730e3
View commit details
Copy full SHA for 06730e3
View code at this point
Browse repository at this point
cpp2util.h: Fix typeid(T) -> Typeid<T> usage with -fno-rtti. (#219)
prenaux
authored
356b6c4
View commit details
Copy full SHA for 356b6c4
View code at this point
Browse repository at this point
Commits on Jan 10, 2023
Enable non-const `as` access to `variant`, closes #215
hsutter
committed
1269838
View commit details
Copy full SHA for 1269838
View code at this point
Browse repository at this point
Commits on Jan 9, 2023
Add `-fno-exceptions` and `-fno-rtti`, closes #187
hsutter
committed
5575ec4
View commit details
Copy full SHA for 5575ec4
View code at this point
Browse repository at this point
Commits on Jan 6, 2023
Fix to_string(std::any) overload (#203)
filipsajdak
authored
7606052
View commit details
Copy full SHA for 7606052
View code at this point
Browse repository at this point
Merge branch 'main' of https://github.com/hsutter/cppfront
hsutter
committed
b7fdc3c
View commit details
Copy full SHA for b7fdc3c
View code at this point
Browse repository at this point
Finish merging #106: Now `static_assert` for disallowed `as` cases including bad narrowing, closes #106
hsutter
committed
313444f
View commit details
Copy full SHA for 313444f
View code at this point
Browse repository at this point
Merge pull request #194 from filipsajdak/fsajdak-add-to_string-overload-for-char
Show description for 0d7504c
hsutter
authored
0d7504c
View commit details
Copy full SHA for 0d7504c
View code at this point
Browse repository at this point
Detect some narrowing conversions to types like `std::optional`, closes #199
hsutter
committed
4693e52
View commit details
Copy full SHA for 4693e52
View code at this point
Browse repository at this point
Add an is_narrowing_v
Show description for b655f22
hsutter
committed
b655f22
View commit details
Copy full SHA for b655f22
View code at this point
Browse repository at this point
Commits on Jan 5, 2023
Reject floating point narrowing, further to #106
hsutter
committed
fc80e7f
View commit details
Copy full SHA for fc80e7f
View code at this point
Browse repository at this point
Add source location info for `as` contract, further to #106
hsutter
committed
75c7b9a
View commit details
Copy full SHA for 75c7b9a
View code at this point
Browse repository at this point
More partial merge of #106: Support signedness-only "narrowing" as contract precondition
Show description for ede2df2
hsutter
committed
ede2df2
View commit details
Copy full SHA for ede2df2
View code at this point
Browse repository at this point
Partial merge of #106: Allow `as` literal (not-really-)narrowing, pull `unsafe_narrow` into `cpp2::`
hsutter
committed
aa3dadc
View commit details
Copy full SHA for aa3dadc
View code at this point
Browse repository at this point
Commits on Jan 3, 2023
Remove `_fast` and `_small` types, fix lambda return type to be `decltype(auto)`
Show description for c048a15
hsutter
committed
c048a15
View commit details
Copy full SHA for c048a15
View code at this point
Browse repository at this point
Commits on Jan 2, 2023
Add cpp2::to_string(char const&) overload
filipsajdak
committed
9da7677
View commit details
Copy full SHA for 9da7677
View code at this point
Browse repository at this point
Commits on Jan 1, 2023
Provide aliases instead of Cpp1 multi-word keywords, and require them
Show description for b972313
hsutter
committed
b972313
View commit details
Copy full SHA for b972313
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.