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
Accelerator
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
.
RcppCore
/
Rcpp
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
218
Star
798
Code
Issues
4
Pull requests
1
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
Rcpp
inst
include
Rcpp
exceptions.h
on
bugfix/proxy-conversion-gc
User selector
All users
All time
Commit history
Commits on May 1, 2026
fix memory leak in Rcpp::warning under tryCatch handlers (#1475)
Show description for d582dd4
kevinushey
authored
d582dd4
View commit details
Copy full SHA for d582dd4
View code at this point
Browse repository at this point
Commits on Jan 4, 2026
Tweak coverage (#1435)
Show description for bf70a52
eddelbuettel
authored
bf70a52
View commit details
Copy full SHA for bf70a52
View code at this point
Browse repository at this point
Commits on Dec 17, 2025
Remove checks for R versions older than 3.5.0 (#1426)
Show description for 3a565b6
eddelbuettel
authored
3a565b6
View commit details
Copy full SHA for 3a565b6
View code at this point
Browse repository at this point
Commits on Mar 26, 2025
Cleanup __cplusplus checks (#1371)
Show description for 50f334a
Enchufa2
authored
50f334a
View commit details
Copy full SHA for 50f334a
View code at this point
Browse repository at this point
Commits on Jan 18, 2021
minor spit and polish to some copyright headers
eddelbuettel
committed
2c2eb89
View commit details
Copy full SHA for 2c2eb89
View code at this point
Browse repository at this point
second pass at 'precious_{preserve,remove}'
Enchufa2
authored and
eddelbuettel
committed
21ddbb9
View commit details
Copy full SHA for 21ddbb9
View code at this point
Browse repository at this point
first pass at 'precious_{preserve,remove}'
Show description for 519909c
eddelbuettel
committed
519909c
View commit details
Copy full SHA for 519909c
View code at this point
Browse repository at this point
Commits on Apr 15, 2020
avoid macro collisions
kevinushey
committed
1ddbc9f
View commit details
Copy full SHA for 1ddbc9f
View code at this point
Browse repository at this point
Commits on Feb 10, 2020
Respond to commit review
Show description for 8f5cd61
jpritikin
committed
8f5cd61
View commit details
Copy full SHA for 8f5cd61
View code at this point
Browse repository at this point
Commits on Feb 9, 2020
Make Rcpp::exception thread-safe
jpritikin
committed
2815ae8
View commit details
Copy full SHA for 2815ae8
View code at this point
Browse repository at this point
Commits on Jan 5, 2020
a few more nocov tags
eddelbuettel
committed
d78f547
View commit details
Copy full SHA for d78f547
View code at this point
Browse repository at this point
Commits on Oct 11, 2019
support -fno-rtti via define (closes #997)
eddelbuettel
committed
1e61505
View commit details
Copy full SHA for 1e61505
View code at this point
Browse repository at this point
Commits on Nov 1, 2018
use 'Rf_mkCharLenCE() as appropriate
kevinushey
committed
10a02e2
View commit details
Copy full SHA for 10a02e2
View code at this point
Browse repository at this point
Commits on Aug 18, 2018
Fix more false rchk positives
krlmlr
committed
4c4721a
View commit details
Copy full SHA for 4c4721a
View code at this point
Browse repository at this point
Commits on Jul 12, 2018
Improvements for unwind-protect (#877)
Show description for 64290a7
lionel-
authored and
eddelbuettel
committed
64290a7
View commit details
Copy full SHA for 64290a7
View code at this point
Browse repository at this point
Commits on Jun 17, 2018
Switching from Rcpp_eval to Rcpp_fast_eval. close #866 (#867)
Show description for 300d000
thirdwing
authored and
eddelbuettel
committed
300d000
View commit details
Copy full SHA for 300d000
View code at this point
Browse repository at this point
Commits on Jun 15, 2018
Control whether exceptions include the call and C++ stack with a macros (#868)
Show description for 1b33aad
romainfrancois
authored and
eddelbuettel
committed
1b33aad
View commit details
Copy full SHA for 1b33aad
View code at this point
Browse repository at this point
Commits on Jun 1, 2018
Always resume jump even if `RCPP_PROTECTED_EVAL` is not set
Show description for ecb5f30
lionel-
committed
ecb5f30
View commit details
Copy full SHA for ecb5f30
View code at this point
Browse repository at this point
Move longjump error to resumeJump()
lionel-
committed
91fef0a
View commit details
Copy full SHA for 91fef0a
View code at this point
Browse repository at this point
Handle longjumps in cpp interfaces
lionel-
committed
d44e42e
View commit details
Copy full SHA for d44e42e
View code at this point
Browse repository at this point
Revert "shielding #789 behind a new #define to effectively disable it now"
Show description for c7ac808
lionel-
committed
c7ac808
View commit details
Copy full SHA for c7ac808
View code at this point
Browse repository at this point
Commits on Jan 15, 2018
shielding #789 behind a new #define to effectively disable it now
eddelbuettel
committed
81c8339
View commit details
Copy full SHA for 81c8339
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
Protect token while unwinding the stack
Show description for 801b7f3
lionel-
committed
801b7f3
View commit details
Copy full SHA for 801b7f3
View code at this point
Browse repository at this point
Don't use new eval API unless RCPP_PROTECTED_EVAL is defined
lionel-
committed
985c94b
View commit details
Copy full SHA for 985c94b
View code at this point
Browse repository at this point
Use new protect-unwind API for evaluation of R code
lionel-
committed
c3dd7ab
View commit details
Copy full SHA for c3dd7ab
View code at this point
Browse repository at this point
Commits on Jun 18, 2017
don't declare unused arguments (#716)
Show description for b042d09
krlmlr
authored and
eddelbuettel
committed
b042d09
View commit details
Copy full SHA for b042d09
View code at this point
Browse repository at this point
Commits on Jun 5, 2017
shield in caller instead
krlmlr
committed
66cf2c6
View commit details
Copy full SHA for 66cf2c6
View code at this point
Browse repository at this point
Commits on Apr 26, 2017
suggested fix for maacheck (closes #685)
eddelbuettel
committed
320b03b
View commit details
Copy full SHA for 320b03b
View code at this point
Browse repository at this point
Commits on Apr 17, 2017
Improved exception infrastructure
coatless
committed
72f0652
View commit details
Copy full SHA for 72f0652
View code at this point
Browse repository at this point
Commits on Apr 3, 2017
Added support for throwing exceptions without call stacks.
jimhester
committed
a15ba45
View commit details
Copy full SHA for a15ba45
View code at this point
Browse repository at this point
Commits on Jan 13, 2017
more #nocov
eddelbuettel
committed
2440034
View commit details
Copy full SHA for 2440034
View code at this point
Browse repository at this point
Commits on Nov 14, 2016
Put internal functions in the Rcpp namespace
jimhester
committed
e366353
View commit details
Copy full SHA for e366353
View code at this point
Browse repository at this point
Mark is_Rcpp_eval_call inline
jimhester
committed
65e502d
View commit details
Copy full SHA for 65e502d
View code at this point
Browse repository at this point
Move the check to an internal function
jimhester
committed
9412f1f
View commit details
Copy full SHA for 9412f1f
View code at this point
Browse repository at this point
Match the Rcpp_eval tryCatch(eval(sys.call(), ...)) call explicitly
jimhester
committed
bb82bd9
View commit details
Copy full SHA for bb82bd9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.