[Rcpp-commits] r2453 - pkg/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Nov 18 22:31:26 CET 2010
Author: romain
Date: 2010-11-18 22:31:26 +0100 (Thu, 18 Nov 2010)
New Revision: 2453
Modified:
pkg/Rcpp/ChangeLog
Log:
logging
Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog 2010-11-18 21:19:50 UTC (rev 2452)
+++ pkg/Rcpp/ChangeLog 2010-11-18 21:31:26 UTC (rev 2453)
@@ -5,6 +5,17 @@
2010-11-17 Romain Francois <romain at r-enthusiasts.com>
+ * inst/include/Rcpp/Module.h: rework the class_ template to allow overloaded
+ methods
+
+ * R/00_classes.R: The C++Method class disappears and the C++OverloadedMethods
+ enters. a "C++OverloadedMethods" object points to a set of overloaded C++
+ methods that all share the same name.
+
+ * R/Module.R: adapt some of the code to cope with changes above
+
+2010-11-17 Romain Francois <romain at r-enthusiasts.com>
+
* inst/include/Rcpp/sugar/as_vector.h: added the as_vector function that turns
a sugar matrix expression into a vector of the appropriate type
More information about the Rcpp-commits
mailing list