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 }}
dcdillon
/
Rcpp
Public
forked from
RcppCore/Rcpp
Notifications
You must be signed in to change notification settings
Fork
0
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
attributes.cpp
on
master
User selector
All users
Datepicker
All time
Commit history
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 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 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 Sep 2, 2016
Removed leading underscore from header guard methods.
dirmeier
committed
9934749
View commit details
Copy full SHA for 9934749
View code at this point
Browse repository at this point
Commits on Aug 4, 2016
Fix for redeclaration. Variable went astray.
coatless
committed
3f360fd
View commit details
Copy full SHA for 3f360fd
View code at this point
Browse repository at this point
Commits on Aug 2, 2016
Include Guards are done with all capitals outside of package name
coatless
committed
068899b
View commit details
Copy full SHA for 068899b
View code at this point
Browse repository at this point
Updated variable & header style to match with comments
coatless
committed
d8b3373
View commit details
Copy full SHA for d8b3373
View code at this point
Browse repository at this point
Auto generation Warnings & Invalid C++ Identifiers (Closes #526 and #387)
coatless
committed
ead860a
View commit details
Copy full SHA for ead860a
View code at this point
Browse repository at this point
Commits on Jul 12, 2016
correctly insert code into cache
jjallaire
committed
6f43bb5
View commit details
Copy full SHA for 6f43bb5
View code at this point
Browse repository at this point
Commits on Jul 11, 2016
use double for lastModified rather than time_t
jjallaire
committed
669d72b
View commit details
Copy full SHA for 669d72b
View code at this point
Browse repository at this point
fix typo in path list element
jjallaire
committed
4d4f1a1
View commit details
Copy full SHA for 4d4f1a1
View code at this point
Browse repository at this point
initial work on cacheDir
jjallaire
committed
f3d4961
View commit details
Copy full SHA for f3d4961
View code at this point
Browse repository at this point
Commits on Jul 3, 2016
replace '.' in package name (close #500)
Qiang Kou
committed
83fefe3
View commit details
Copy full SHA for 83fefe3
View code at this point
Browse repository at this point
Commits on Apr 15, 2016
add missing usage of "/" in normalizePath
kevinushey
committed
52a8ad0
View commit details
Copy full SHA for 52a8ad0
View code at this point
Browse repository at this point
Revert "Revert "Correct handling of dependent file paths on Windows (use winslash = "/")""
Show description for e328410
kevinushey
committed
e328410
View commit details
Copy full SHA for e328410
View code at this point
Browse repository at this point
Revert "Correct handling of dependent file paths on Windows (use winslash = "/")"
Show description for b6e5c0c
jjallaire
committed
b6e5c0c
View commit details
Copy full SHA for b6e5c0c
View code at this point
Browse repository at this point
Commits on Apr 14, 2016
Correct handling of dependent file paths on Windows (use winslash = "/")
jjallaire
committed
3c096d7
View commit details
Copy full SHA for 3c096d7
View code at this point
Browse repository at this point
Commits on Nov 27, 2015
Merge branch 'fix/issue278' of https://github.com/kafku/Rcpp into kafku-fix/issue278
jjallaire
committed
33499f8
View commit details
Copy full SHA for 33499f8
View code at this point
Browse repository at this point
Commits on Nov 25, 2015
Avoid invalid function names when generating C++ interfaces
jjallaire
committed
06f0d7b
View commit details
Copy full SHA for 06f0d7b
View code at this point
Browse repository at this point
Commits on Nov 15, 2015
fix #278
Show description for 031d40c
kafku
committed
031d40c
View commit details
Copy full SHA for 031d40c
View code at this point
Browse repository at this point
Commits on Oct 1, 2015
Enable export of C++ interface for functions that return void
jjallaire
committed
9642541
View commit details
Copy full SHA for 9642541
View code at this point
Browse repository at this point
Commits on Jul 17, 2015
Correctly handle signature termination characters ('{' or ';') contained in quotes
jjallaire
committed
847152c
View commit details
Copy full SHA for 847152c
View code at this point
Browse repository at this point
Commits on Jul 14, 2015
fix crash on second call to sourceCpp
Show description for b3bb03f
jjallaire
committed
b3bb03f
View commit details
Copy full SHA for b3bb03f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.