[Rcpp-commits] r3116 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Jul 2 21:07:31 CEST 2011


Author: edd
Date: 2011-07-02 21:07:31 +0200 (Sat, 02 Jul 2011)
New Revision: 3116

Modified:
   pkg/Rcpp/ChangeLog
   pkg/Rcpp/cleanup
Log:
clean in examples/OpenMP


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2011-06-30 18:23:43 UTC (rev 3115)
+++ pkg/Rcpp/ChangeLog	2011-07-02 19:07:31 UTC (rev 3116)
@@ -1,3 +1,7 @@
+2011-07-02  Dirk Eddelbuettel  <edd at debian.org>
+
+	* cleanup: Also clean in examples/OpenMP/
+
 2011-06-09  Dirk Eddelbuettel  <edd at debian.org>
 
 	* inst/skeleton/zzz.R (.onLoad): Force load of methods package before
@@ -5,8 +9,8 @@
 
 2011-06-06  Romain Francois  <romain at r-enthusiasts.com>
 
-	* inst/include/Rcpp/vector/Vector.h : init becomes protected to fix the bug 
-	reported by Doug Bates on Rcpp-devel. 
+	* inst/include/Rcpp/vector/Vector.h : init becomes protected to fix the bug
+	reported by Doug Bates on Rcpp-devel.
 
 2011-05-31  Romain Francois  <romain at r-enthusiasts.com>
 

Modified: pkg/Rcpp/cleanup
===================================================================
--- pkg/Rcpp/cleanup	2011-06-30 18:23:43 UTC (rev 3115)
+++ pkg/Rcpp/cleanup	2011-07-02 19:07:31 UTC (rev 3116)
@@ -16,6 +16,8 @@
         inst/examples/ConvolveBenchmarks/*.so \
 	inst/examples/functionCallback/*.so \
 	inst/examples/functionCallback/*.o \
+	inst/examples/OpenMP/piWithInterrupts.o \
+	inst/examples/OpenMP/piWithInterrupts.so \
         inst/discovery/cxx0x.Rout \
 	inst/unitTests/testRcppModule/src/*.o \
 	inst/unitTests/testRcppModule/src/*.so \



More information about the Rcpp-commits mailing list