[Rcpp-commits] r3183 - in pkg/Rcpp: . inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Aug 27 02:15:18 CEST 2011


Author: edd
Date: 2011-08-27 02:15:18 +0200 (Sat, 27 Aug 2011)
New Revision: 3183

Modified:
   pkg/Rcpp/ChangeLog
   pkg/Rcpp/DESCRIPTION
   pkg/Rcpp/inst/NEWS
   pkg/Rcpp/inst/THANKS
Log:
new subversion 0.9.6.1 to mark the exception specifier cleanup
added notes to NEWS and ChangeLog
thanking Darren in THANKS


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2011-08-26 22:33:19 UTC (rev 3182)
+++ pkg/Rcpp/ChangeLog	2011-08-27 00:15:18 UTC (rev 3183)
@@ -5,6 +5,9 @@
 
 2011-08-26  Dirk Eddelbuettel  <edd at debian.org>
 
+	* inst/include/*h: Removed exception specifiers in function headers
+	* src/*cpp: Corresponding changes in implementations
+
 	* inst/examples/OpenMP/OpenMPandInline.r: Added two std::transform()
 	variants as suggested in rcpp-devel email by Davor Cubranic
 

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2011-08-26 22:33:19 UTC (rev 3182)
+++ pkg/Rcpp/DESCRIPTION	2011-08-27 00:15:18 UTC (rev 3183)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Seamless R and C++ Integration
-Version: 0.9.6
+Version: 0.9.6.1
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, 
  with contributions by Douglas Bates and John Chambers

Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS	2011-08-26 22:33:19 UTC (rev 3182)
+++ pkg/Rcpp/inst/NEWS	2011-08-27 00:15:18 UTC (rev 3183)
@@ -1,5 +1,10 @@
 0.9.7   2011-xx-yy
 
+    o   Minor code reorganisation in which exception specifiers are removed;
+        this effectively only implements a run-time (rather than compile-time) 
+        check and is generally seen as a somewhat depreated C++ idiom. Thanks
+        to Darren Cook for alerting us to this issue.
+
     o   New example 'OpenMPandInline.r' in the OpenMP/ directory, showing how
         easily use OpenMP by modifying the RcppPlugin output
 

Modified: pkg/Rcpp/inst/THANKS
===================================================================
--- pkg/Rcpp/inst/THANKS	2011-08-26 22:33:19 UTC (rev 3182)
+++ pkg/Rcpp/inst/THANKS	2011-08-27 00:15:18 UTC (rev 3183)
@@ -2,6 +2,7 @@
 In alphabetical order:
 
 Baptiste Auguie         for additional OS X testing
+Darren Cook             for suggesting to remove exception specifiers
 Laurent Gautier         for helpful discussions on R internals
 Alistair Gee            for a patch making ColDatum more robust
 Christian Gunning       for a documentation + unit tests patches and reporting bugs



More information about the Rcpp-commits mailing list