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
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 18, 2018
Add [[Rcpp::init]] attribute for registering functions to run on package init (#903)
Show description for 404e1ef
jjallaire
authored and
eddelbuettel
committed
404e1ef
View commit details
Copy full SHA for 404e1ef
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 Jul 9, 2018
AIX doesn't have tm_gmtoff
ayappanec
committed
efcd91e
View commit details
Copy full SHA for efcd91e
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 7, 2018
provide class for suspension of RNG synchronization (#862)
kevinushey
authored and
eddelbuettel
committed
e664a76
View commit details
Copy full SHA for e664a76
View code at this point
Browse repository at this point
Commits on Jun 1, 2018
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
Commits on Feb 28, 2018
remove RNG scope counter (it's unused)
kevinushey
committed
4934012
View commit details
Copy full SHA for 4934012
View code at this point
Browse repository at this point
Commits on Feb 26, 2018
unconditionally get/put RNG state
kevinushey
committed
573e71d
View commit details
Copy full SHA for 573e71d
View code at this point
Browse repository at this point
Commits on Jan 6, 2018
Update api.cpp for ANDROID
Show description for d286cb3
kendonB
authored
d286cb3
View commit details
Copy full SHA for d286cb3
View code at this point
Browse repository at this point
Commits on Dec 1, 2017
Fixed missing Rcpp namespace in export interface generation
coatless
committed
6de2e10
View commit details
Copy full SHA for 6de2e10
View code at this point
Browse repository at this point
Commits on Jul 2, 2017
Generate C++ native routines with underscore prefix
Show description for e0f95a5
jjallaire
committed
e0f95a5
View commit details
Copy full SHA for e0f95a5
View code at this point
Browse repository at this point
Commits on Jun 29, 2017
Replace dot (".") with underscore ("_") in package names when generating native routine registrations (fixes #721)
jjallaire
committed
c505d2f
View commit details
Copy full SHA for c505d2f
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 14, 2017
Add Shield around parameters in Rcpp::interfaces (fixes #712)
jjallaire
committed
e7b1698
View commit details
Copy full SHA for e7b1698
View code at this point
Browse repository at this point
Commits on Jun 5, 2017
make Rcpp compile and install on haiku-os
Yu Gong
committed
efb6a9e
View commit details
Copy full SHA for efb6a9e
View code at this point
Browse repository at this point
Commits on Jun 2, 2017
Automatically register init functions for RcppModules
jjallaire
committed
8f404df
View commit details
Copy full SHA for 8f404df
View code at this point
Browse repository at this point
Commits on Jun 1, 2017
Fix native registration for exports with name attribute (fixes #702)
jjallaire
committed
a29c4e0
View commit details
Copy full SHA for a29c4e0
View code at this point
Browse repository at this point
Commits on May 23, 2017
Execute tools::package_native_routine_registration_skeleton within package rather than current working directory
jjallaire
committed
76090d3
View commit details
Copy full SHA for 76090d3
View code at this point
Browse repository at this point
Commits on May 18, 2017
suppress two nags from g++
eddelbuettel
committed
7d894fd
View commit details
Copy full SHA for 7d894fd
View code at this point
Browse repository at this point
use tools::package_native_routine_registration_skeleton when available to discover and register additional non-Rcpp exported native routines
jjallaire
committed
948551c
View commit details
Copy full SHA for 948551c
View code at this point
Browse repository at this point
Commits on May 17, 2017
register cpp interface bootstrap function
jjallaire
committed
30110e3
View commit details
Copy full SHA for 30110e3
View code at this point
Browse repository at this point
Commits on May 16, 2017
Automatically generate native routine registrations during compileAttributes
jjallaire
committed
ce023b8
View commit details
Copy full SHA for ce023b8
View code at this point
Browse repository at this point
Commits on Apr 14, 2017
Remove name for unused arguments (#672)
Show description for e852135
krlmlr
authored and
eddelbuettel
committed
e852135
View commit details
Copy full SHA for e852135
View code at this point
Browse repository at this point
Commits on Mar 1, 2017
minimal change for dynamic registration
eddelbuettel
committed
02e4cf6
View commit details
Copy full SHA for 02e4cf6
View code at this point
Browse repository at this point
Commits on Jan 19, 2017
solaris
Qiang Kou
committed
c0b5405
View commit details
Copy full SHA for c0b5405
View code at this point
Browse repository at this point
Commits on Jan 17, 2017
on Solaris do not access tm_gmtoff
eddelbuettel
committed
494d8e5
View commit details
Copy full SHA for 494d8e5
View code at this point
Browse repository at this point
Commits on Jan 13, 2017
more #nocov
eddelbuettel
committed
013ae6a
View commit details
Copy full SHA for 013ae6a
View code at this point
Browse repository at this point
Commits on Jan 12, 2017
more #nocov tags
eddelbuettel
committed
5625a23
View commit details
Copy full SHA for 5625a23
View code at this point
Browse repository at this point
more / corrected #nocov
eddelbuettel
committed
a7e215c
View commit details
Copy full SHA for a7e215c
View code at this point
Browse repository at this point
Commits on Jan 7, 2017
extra #nocov tags in src/attributes.cpp
eddelbuettel
committed
ed5a61f
View commit details
Copy full SHA for ed5a61f
View code at this point
Browse repository at this point
Commits on Jan 4, 2017
two refinements for Date.cpp required on Windows
eddelbuettel
committed
24bc301
View commit details
Copy full SHA for 24bc301
View code at this point
Browse repository at this point
Commits on Dec 31, 2016
edit comment a little
eddelbuettel
committed
cd5a69b
View commit details
Copy full SHA for cd5a69b
View code at this point
Browse repository at this point
update Date.cpp routines borrowed from R
eddelbuettel
committed
e0d4807
View commit details
Copy full SHA for e0d4807
View code at this point
Browse repository at this point
Commits on Dec 25, 2016
nocov markers for api.cpp
eddelbuettel
committed
b417093
View commit details
Copy full SHA for b417093
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.