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 }}
feizhoustat
/
Rcpp
Public
forked from
RcppCore/Rcpp
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
Rcpp
inst
include
Rcpp
exceptions.h
on
master
User selector
All users
Datepicker
All time
Commit history
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
Fixes exception call stack for C++ exceptions
Show description for 6afcd4f
jimhester
committed
6afcd4f
View commit details
Copy full SHA for 6afcd4f
View code at this point
Browse repository at this point
Commits on Jul 31, 2016
Remove unsafe usage of Rf_eval
Qiang Kou
committed
ccb3259
View commit details
Copy full SHA for ccb3259
View code at this point
Browse repository at this point
Commits on Jun 17, 2016
add RCPP_USING_UTF8_ERROR_STRING for UTF-8 error string
qinwf
committed
81c06aa
View commit details
Copy full SHA for 81c06aa
View code at this point
Browse repository at this point
Commits on Jun 1, 2016
annotate stop() with NORET
Kirill Müller
committed
eca8f4f
View commit details
Copy full SHA for eca8f4f
View code at this point
Browse repository at this point
Commits on Feb 2, 2015
Add Rcpp::warning function as wrapper for Rf_warning
jjallaire
committed
3bb9a91
View commit details
Copy full SHA for 3bb9a91
View code at this point
Browse repository at this point
Commits on Nov 23, 2014
Better Rcpp::stop. See hadley/dplyr#794 for the full story
romainfrancois
committed
11b9f12
View commit details
Copy full SHA for 11b9f12
View code at this point
Browse repository at this point
Commits on Apr 1, 2014
Strip trailing whitespace
kevinushey
committed
fcf7f39
View commit details
Copy full SHA for fcf7f39
View code at this point
Browse repository at this point
Commits on Jan 16, 2014
move stop into Rcpp namespace
Show description for 3405e8d
eddelbuettel
committed
3405e8d
View commit details
Copy full SHA for 3405e8d
View code at this point
Browse repository at this point
Commits on Nov 24, 2013
attempt to put functions back in the namespace they were in previous versions. related to #63
romainfrancois
committed
fc65e7e
View commit details
Copy full SHA for fc65e7e
View code at this point
Browse repository at this point
Commits on Nov 13, 2013
Rcpp now compiles header only
romainfrancois
committed
31a3223
View commit details
Copy full SHA for 31a3223
View code at this point
Browse repository at this point
Commits on Nov 12, 2013
fixes until it builds
romainfrancois
committed
d860db0
View commit details
Copy full SHA for d860db0
View code at this point
Browse repository at this point
not using Shield's copy ctor
romainfrancois
committed
b587b42
View commit details
Copy full SHA for b587b42
View code at this point
Browse repository at this point
mv r_true_cast to headers
romainfrancois
committed
b0d80b6
View commit details
Copy full SHA for b0d80b6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.