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 }}
ezhangle
/
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
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 21, 2023
Fix small contract implementation bugs and a signedness test error
hsutter
committed
210b2a0
View commit details
Copy full SHA for 210b2a0
Browse repository at this point
Commits on Dec 20, 2023
Add .gitattributes with auto line feed treatment (#902)
jarzec
authored
6f7f09c
View commit details
Copy full SHA for 6f7f09c
Browse repository at this point
Correctly handle postfix `...`
Show description for e8b69e8
hsutter
committed
e8b69e8
View commit details
Copy full SHA for e8b69e8
Browse repository at this point
Check for null in default violation handlers
Show description for 17c7c2a
hsutter
committed
17c7c2a
View commit details
Copy full SHA for 17c7c2a
Browse repository at this point
Make `argc` mutable for compatibility (e.g., Qt), closes #899
hsutter
committed
fd791a4
View commit details
Copy full SHA for fd791a4
Browse repository at this point
Move token start position appropriately when stripping `__identifer__` prefix
Show description for 89f1830
hsutter
committed
89f1830
View commit details
Copy full SHA for 89f1830
Browse repository at this point
Merge branch 'main' of https://github.com/hsutter/cppfront
hsutter
committed
decab84
View commit details
Copy full SHA for decab84
Browse repository at this point
Add null check to contract message
Show description for 0b49874
hsutter
committed
0b49874
View commit details
Copy full SHA for 0b49874
Browse repository at this point
Update bounds check apple-clang-14 test (#896)
jarzec
authored
bb819d1
View commit details
Copy full SHA for bb819d1
Browse repository at this point
Add diagnostic for non-object `this` member, closes #898
hsutter
committed
09cfca5
View commit details
Copy full SHA for 09cfca5
Browse repository at this point
Fix bug accessing `[0]` of an empty container, closes #895
hsutter
committed
62027b2
View commit details
Copy full SHA for 62027b2
Browse repository at this point
Allow non-literal strings (incl. interpolations) in contract violation messages
Show description for 0827bab
hsutter
committed
0827bab
View commit details
Copy full SHA for 0827bab
Browse repository at this point
Commits on Dec 18, 2023
Update apple-clang-14 tests (#894)
jarzec
authored
b81c80f
View commit details
Copy full SHA for b81c80f
Browse repository at this point
Leave \ escapes in char literals in string interpolations
Show description for dc7e10c
hsutter
committed
dc7e10c
View commit details
Copy full SHA for dc7e10c
Browse repository at this point
Fix primary-expression `(` suffix parsing bug, closes #860
Show description for 759c3b3
hsutter
committed
759c3b3
View commit details
Copy full SHA for 759c3b3
Browse repository at this point
Commits on Dec 17, 2023
Allow `_` as "don't care" shorthand for the `Default` contract group
Show description for 479a345
hsutter
committed
479a345
View commit details
Copy full SHA for 479a345
Browse repository at this point
Allow additional contract flags, e.g., `assert<Bounds, audit, new_code>( ... )`
hsutter
committed
c119d32
View commit details
Copy full SHA for c119d32
Browse repository at this point
Make all contracts unevaluated if no handler is active
Show description for 2893e64
hsutter
committed
2893e64
View commit details
Copy full SHA for 2893e64
Browse repository at this point
Refresh test results post-merge
Show description for 696c5d4
hsutter
committed
696c5d4
View commit details
Copy full SHA for 696c5d4
Browse repository at this point
Add `Axiom` contract group that is never evaluated (lowers to nothing)
Show description for 8819ecd
hsutter
committed
8819ecd
View commit details
Copy full SHA for 8819ecd
Browse repository at this point
feat(reflect): add `function_declaration` API to set initializer and inspect parameters (#831)
Show description for 580b83a
JohelEGP
and
hsutter
authored
580b83a
View commit details
Copy full SHA for 580b83a
Browse repository at this point
add macos-11 runner with Clang 13 (#893)
DyXel
authored
0c0204e
View commit details
Copy full SHA for 0c0204e
Browse repository at this point
Commits on Dec 16, 2023
On second thought, just remove the one use of `ranges::`
Show description for 38f5ab2
hsutter
committed
38f5ab2
View commit details
Copy full SHA for 38f5ab2
Browse repository at this point
Disable MacOS until Apple Clang 14.0.3 is supported (for `ranges::find_if`)
Show description for 70d263d
hsutter
committed
70d263d
View commit details
Copy full SHA for 70d263d
Browse repository at this point
Add initial CI: Compilation pass (#462)
DyXel
authored
6bff37e
View commit details
Copy full SHA for 6bff37e
Browse repository at this point
Bugfix #778: Flag for entry into for loop after range has been processed (#795)
Show description for faf57af
fknauf
and
hsutter
authored
faf57af
View commit details
Copy full SHA for faf57af
Browse repository at this point
Commits on Dec 15, 2023
Update regression tests for apple-clang-14 (23W48) (#867)
filipsajdak
authored
6224e2f
View commit details
Copy full SHA for 6224e2f
Browse repository at this point
Update 'none' comment
hsutter
committed
b74a5a2
View commit details
Copy full SHA for b74a5a2
Browse repository at this point
Commits on Dec 14, 2023
fix(parse): allow (to omit) semicolon after _unnamed-declaration_ (#479)
JohelEGP
authored
c1f3439
View commit details
Copy full SHA for c1f3439
Browse repository at this point
Improve diagnostics for non-terminated character literals
Show description for cff231c
hsutter
committed
cff231c
View commit details
Copy full SHA for cff231c
Browse repository at this point
Fix brace matching in the presence of digit separators, closes #862
Show description for fb820eb
hsutter
committed
fb820eb
View commit details
Copy full SHA for fb820eb
Browse repository at this point
Make enums default-constructible (and regular), closes #873
Show description for 394a77a
hsutter
committed
394a77a
View commit details
Copy full SHA for 394a77a
Browse repository at this point
Commits on Dec 13, 2023
Correct `@union` alignment - avoid overalignment, closes #794
Show description for 7007410
hsutter
committed
7007410
View commit details
Copy full SHA for 7007410
Browse repository at this point
Add generalized support for generating postfix inc/dec
Show description for c0981c2
hsutter
committed
c0981c2
View commit details
Copy full SHA for c0981c2
Browse repository at this point
Commits on Dec 11, 2023
Merge branch 'main' of https://github.com/hsutter/cppfront
hsutter
committed
05ce45a
View commit details
Copy full SHA for 05ce45a
Browse repository at this point
Previous
Next
You can’t perform that action at this time.