-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: iprtel/cppfront
base: main
head repository: hsutter/cppfront
compare: main
- 15 commits
- 332 files changed
- 4 contributors
Commits on Oct 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 018c1c6 - Browse repository at this point
Copy the full SHA 018c1c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a877eac - Browse repository at this point
Copy the full SHA a877eacView commit details -
Documentation for autodiff. (hsutter#1424)
* Documentation for autodiff. * Fix remarks and build errors. * Trying to fix msvc. * Update results for regression tests. * Make AD warning be not an error so regression tests run --------- Co-authored-by: Herb Sutter <herb.sutter@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 64f5119 - Browse repository at this point
Copy the full SHA 64f5119View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a6062a - Browse repository at this point
Copy the full SHA 1a6062aView commit details
Commits on Jan 4, 2026
-
Add usability error message for "throw expr" without parens
And update dates to 2026
Configuration menu - View commit details
-
Copy full SHA for 66581b0 - Browse repository at this point
Copy the full SHA 66581b0View commit details
Commits on Jan 5, 2026
-
Add runtime check for modulo by zero (hsutter#1405)
* Add runtime check for modulo by zero * Rerun regression tests One of the tests now hits an MSVC error I've seen before, related to using std::source_location via module std import -- it doesn't manifest on any other compiler, or in MSVC using std headers. So the error is spurious, but I'm not able to debug it or find a workaround, and I don't want to record regression test failures just because of that use case where 'module std currently doesn't work.' So this commit also changes all -pure regression tests to use headers, not modules, at least for now until modules work better --------- Co-authored-by: Herb Sutter <herb.sutter@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 71a17ed - Browse repository at this point
Copy the full SHA 71a17edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66c997d - Browse repository at this point
Copy the full SHA 66c997dView commit details
Commits on Jan 9, 2026
-
Ci Update runners and fix tests (hsutter#1442)
* CI Update runners in the build-cppfront.yaml * CI Update runners in the regression-tests.yml * CI Use -include-std cppfront option for pure regression tests
Configuration menu - View commit details
-
Copy full SHA for c638b16 - Browse repository at this point
Copy the full SHA c638b16View commit details
Commits on Jan 10, 2026
-
Including regression test cases TODO: write docs Basic usage is try { ... } catch( i: int ) { use(i); } // catch an int catch( _ ) { } // catch everythingConfiguration menu - View commit details
-
Copy full SHA for 6553e5f - Browse repository at this point
Copy the full SHA 6553e5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1715e15 - Browse repository at this point
Copy the full SHA 1715e15View commit details
Commits on Jan 11, 2026
-
Add function local statics + 'singleton' metaclass
And 'encapsulated' and 'noncopyable' metaclasses
Configuration menu - View commit details
-
Copy full SHA for 83582ad - Browse repository at this point
Copy the full SHA 83582adView commit details
Commits on Feb 1, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 98f5721 - Browse repository at this point
Copy the full SHA 98f5721View commit details
Commits on Feb 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 2a0628b - Browse repository at this point
Copy the full SHA 2a0628bView commit details
Commits on Feb 22, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 94ee867 - Browse repository at this point
Copy the full SHA 94ee867View commit details
Commits on Jul 17, 2026
-
Update README.md with current status link
Signed-off-by: Herb Sutter <herb.sutter@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 66eb614 - Browse repository at this point
Copy the full SHA 66eb614View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main