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
api
on
bugfix/module-uncaught-exceptions
User selector
All users
All time
Commit history
Commits on Aug 3, 2026
protect fresh proxy get() results in conversion and assignment operators
Show description for 9d605dd
kevinushey
committed
9d605dd
View commit details
Copy full SHA for 9d605dd
View code at this point
Browse repository at this point
Commits on Apr 5, 2026
Fix R_UnboundValue NOTE (#1466)
Show description for 7f928e7
3 people
authored
7f928e7
View commit details
Copy full SHA for 7f928e7
View code at this point
Browse repository at this point
Commits on Jan 6, 2026
No longer require #ifdef for UNWIND_PROTECT, had been 'on' for long (#1437)
eddelbuettel
authored
f1e9eea
View commit details
Copy full SHA for f1e9eea
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 Mar 21, 2021
add message() as a wrapper to base::message() (closes #1145)
eddelbuettel
committed
8992d83
View commit details
Copy full SHA for 8992d83
View code at this point
Browse repository at this point
Commits on Oct 1, 2019
disable inclusion of modules code with RCPP_NO_MODULES
kevinushey
committed
286a45f
View commit details
Copy full SHA for 286a45f
View code at this point
Browse repository at this point
Commits on Mar 16, 2019
AttributeProxy::set() (#947)
Show description for 7203f32
romainfrancois
authored and
eddelbuettel
committed
7203f32
View commit details
Copy full SHA for 7203f32
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 22, 2018
R_GlobalEnv -> R_BaseEnv (#861)
kevinushey
committed
2cb0d5e
View commit details
Copy full SHA for 2cb0d5e
View code at this point
Browse repository at this point
Extract Rcpp::unwindProtect() from Rcpp::Rcpp_fast_eval() (#873)
Show description for 995f17b
lionel-
authored and
eddelbuettel
committed
995f17b
View commit details
Copy full SHA for 995f17b
View code at this point
Browse repository at this point
Commits on Jun 5, 2018
Use stack-local jump buffer to handle nested protected evaluations
lionel-
committed
a8c5463
View commit details
Copy full SHA for a8c5463
View code at this point
Browse repository at this point
Commits on Jun 1, 2018
Jump back to C++ context with a longjmp before unwinding
lionel-
committed
f226bb7
View commit details
Copy full SHA for f226bb7
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 Dec 6, 2017
use public R APIs for new_env (#785)
Show description for 921e7d6
kevinushey
authored and
eddelbuettel
committed
921e7d6
View commit details
Copy full SHA for 921e7d6
View code at this point
Browse repository at this point
Commits on Dec 4, 2017
clean up some more usages
kevinushey
committed
049ecfd
View commit details
Copy full SHA for 049ecfd
View code at this point
Browse repository at this point
protect the temporary SEXPs produced by wrap
kevinushey
committed
69d2c94
View commit details
Copy full SHA for 69d2c94
View code at this point
Browse repository at this point
Commits on May 19, 2017
minor cleanup
eddelbuettel
committed
7445a22
View commit details
Copy full SHA for 7445a22
View code at this point
Browse repository at this point
Commits on May 8, 2017
use size_t instead of int for local variables
krlmlr
committed
ac379ca
View commit details
Copy full SHA for ac379ca
View code at this point
Browse repository at this point
Commits on Apr 20, 2017
Corrected format string from '%s' to '%i'
coatless
committed
dd926e4
View commit details
Copy full SHA for dd926e4
View code at this point
Browse repository at this point
Commits on Apr 19, 2017
Improved exception messages by adding details.
coatless
committed
29f28c4
View commit details
Copy full SHA for 29f28c4
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 Oct 9, 2015
Enhance is check for module object
tqchen
committed
463d4e9
View commit details
Copy full SHA for 463d4e9
View code at this point
Browse repository at this point
Commits on Jul 21, 2015
don't use 'CDDDR'
kevinushey
committed
ac11e78
View commit details
Copy full SHA for ac11e78
View code at this point
Browse repository at this point
Commits on Jul 14, 2015
wrap in check for 'condition' class as well
kevinushey
committed
f3567f2
View commit details
Copy full SHA for f3567f2
View code at this point
Browse repository at this point
catch interrupts in 'tryCatch' rather than R_ToplevelExec
kevinushey
committed
454de74
View commit details
Copy full SHA for 454de74
View code at this point
Browse repository at this point
Commits on Jul 13, 2015
remove calling handlers from Rcpp_eval
kevinushey
committed
1c90562
View commit details
Copy full SHA for 1c90562
View code at this point
Browse repository at this point
Commits on Jun 25, 2015
reset error after evaluation
kevinushey
committed
9cb51ab
View commit details
Copy full SHA for 9cb51ab
View code at this point
Browse repository at this point
forward empty error messages (#312)
kevinushey
committed
7a4fadc
View commit details
Copy full SHA for 7a4fadc
View code at this point
Browse repository at this point
Commits on Jun 4, 2015
Rf_xlength in DottedPairImpl.h
thirdwing
committed
f617e37
View commit details
Copy full SHA for f617e37
View code at this point
Browse repository at this point
Commits on May 27, 2015
Rf_xlength and a simple testing case
Qiang Kou
committed
8e0fcc3
View commit details
Copy full SHA for 8e0fcc3
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.