[Rcpp-commits] r4288 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Mar 21 13:04:53 CET 2013


Author: jjallaire
Date: 2013-03-21 13:04:53 +0100 (Thu, 21 Mar 2013)
New Revision: 4288

Modified:
   pkg/Rcpp/TODO
Log:
update todo

Modified: pkg/Rcpp/TODO
===================================================================
--- pkg/Rcpp/TODO	2013-03-21 02:22:01 UTC (rev 4287)
+++ pkg/Rcpp/TODO	2013-03-21 12:04:53 UTC (rev 4288)
@@ -112,6 +112,8 @@
 
     o   Solution for the problem of sharing/propagating typedefs to RcppExports 
 
+    o   Allow use of 'inline' keyword on exported functions
+
     o   Allow sourceCpp to build an entire directory
 
     o   Consider allowing local includes in sourceCpp (but compilation cache
@@ -123,8 +125,6 @@
     o   Additional high-level mechanism for specifying additional build
         configuration (perhaps cxxflags and libs attributes)
 
-    o   Allow definition of Rcpp modules within sourceCpp code
-
 Testing
 
     o	all r* functions : rnorm, etc ...



More information about the Rcpp-commits mailing list