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
api
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 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
vector fixed
Qiang Kou
committed
48f70ba
View commit details
Copy full SHA for 48f70ba
View code at this point
Browse repository at this point
Commits on May 16, 2015
replace R_len_t with R_xlen_t
Qiang Kou
committed
70ad472
View commit details
Copy full SHA for 70ad472
View code at this point
Browse repository at this point
Commits on Apr 27, 2015
Revert changes to modules related to BEGIN/END macros
Show description for ae5fe8f
jjallaire
committed
ae5fe8f
View commit details
Copy full SHA for ae5fe8f
View code at this point
Browse repository at this point
Commits on Apr 14, 2015
added omitted is__simple<Rcomplex>. needed for hadley/dplyr#933
romainfrancois
committed
56b7ecc
View commit details
Copy full SHA for 56b7ecc
View code at this point
Browse repository at this point
Commits on Apr 11, 2015
only use BEGIN_RCPP where it belongs
romainfrancois
committed
44bae9c
View commit details
Copy full SHA for 44bae9c
View code at this point
Browse repository at this point
Commits on Mar 16, 2015
white-space only: indentation, around operators/braces/function/function arguments, untabified
Show description for bc5f46b
eddelbuettel
committed
bc5f46b
View commit details
Copy full SHA for bc5f46b
View code at this point
Browse repository at this point
white-space only: indentation, around operators/braces/function/function arguments, untabified
Show description for 40ac003
eddelbuettel
committed
40ac003
View commit details
Copy full SHA for 40ac003
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.