[Rcpp-commits] r2914 - in pkg/Rcpp: . debian inst inst/include/Rcpp
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Feb 23 22:50:29 CET 2011
Author: edd
Date: 2011-02-23 22:50:29 +0100 (Wed, 23 Feb 2011)
New Revision: 2914
Modified:
pkg/Rcpp/ChangeLog
pkg/Rcpp/DESCRIPTION
pkg/Rcpp/debian/changelog
pkg/Rcpp/inst/NEWS
pkg/Rcpp/inst/include/Rcpp/config.h
Log:
Release 0.9.2
Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog 2011-02-23 21:00:57 UTC (rev 2913)
+++ pkg/Rcpp/ChangeLog 2011-02-23 21:50:29 UTC (rev 2914)
@@ -1,23 +1,45 @@
+2011-02-23 Dirk Eddelbuettel <edd at debian.org>
+
+ * DESCRIPTION: Release 0.9.2
+ * inst/NEWS: Release 0.9.2
+ * inst/include/Rcpp/config.h: Release 0.9.2
+ * debian/*: Similarly updated for new release to Debian
+
+ * inst/include/RcppCommon.h: Apply patch by Alexey Stukalov to enable
+ basic Intel Compiler support without Cxx0x or TR1 features
+
+ * inst/THANKS: Added some Thank You! to Baptiste, Alexey and Ken
+
+ * inst/include/Rcpp/Module.h: Minor reworking of module loading
+ macro to get rid of one g++ warning
+
+2011-02-22 Dirk Eddelbuettel <edd at debian.org>
+
+ * inst/unitTests/runit.Module.client.package.R: Add a test for OS X
+ 10.5.* or older and do not execute the test here as g++ 4.2.1 balks
+ at some of the Rcpp modules code. Thanks to Simon Urbankek for
+ pinning this down and Baptiste Auguie for additonal testing.
+
2011-02-20 Dirk Eddelbuettel <edd at debian.org>
- * inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw: Added RcppArmadillo example
+ * inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw: Added RcppArmadillo example
2011-02-19 Dirk Eddelbuettel <edd at debian.org>
- * inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw: Added three more setup-related
- questions in the first section following another rcpp-devel question
+ * inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw: Added three more setup-related
+ questions in the first section following another rcpp-devel question
2011-02-14 Dirk Eddelbuettel <edd at debian.org>
- * DESCRIPTION: Release 0.9.1
- * inst/NEWS: Release 0.9.1
- * inst/include/Rcpp/config.h: Release 0.9.1
+ * DESCRIPTION: Release 0.9.1
+ * inst/NEWS: Release 0.9.1
+ * inst/include/Rcpp/config.h: Release 0.9.1
* debian/*: Similarly updated for new release to Debian
2011-02-13 Dirk Eddelbuettel <edd at debian.org>
- * inst/include/Rcpp/Module.h: Cache return of Rf_install("Module") in
- a static helper function used by the LOAD_RCPP_MODULE macro
+ * inst/include/Rcpp/Module.h: Cache return of Rf_install("Module") in
+ a static helper function used by the LOAD_RCPP_MODULE macro
2011-02-11 Dirk Eddelbuettel <edd at debian.org>
@@ -25,24 +47,24 @@
2011-02-10 Douglas Bates <bates at stat.wisc.edu>
- * inst/include/Rcpp/XPtr.h: Replace calls to EXTPTR_PTR with
- R_ExternalPtrAddr. The distinction is important when R is
- compiled with PROTECTCHECK enabled.
+ * inst/include/Rcpp/XPtr.h: Replace calls to EXTPTR_PTR with
+ R_ExternalPtrAddr. The distinction is important when R is
+ compiled with PROTECTCHECK enabled.
2011-02-01 Romain Francois <romain at r-enthusiasts.com>
- * inst/include/Rcpp/vector/Vector.h: extra PROTECT'ion in several places
+ * inst/include/Rcpp/vector/Vector.h: extra PROTECT'ion in several places
2011-01-25 Dirk Eddelbuettel <edd at debian.org>
- * inst/include/Rcpp/DataFrame_generated.h: Assign Rf_install() result
- to local SEXP (by modifying generator script creating the file)
- * inst/include/Rcpp/DataFrame.h: Assign Rf_install() result to local SEXP
- * inst/include/Rcpp/DottedPair.h: idem
- * inst/include/Rcpp/grow.h: idem
- * inst/include/Rcpp/Module.h: idem
- * inst/include/Rcpp/vector/eval_methods.h: idem
- * inst/include/Rcpp/vector/Vector.h: idem
+ * inst/include/Rcpp/DataFrame_generated.h: Assign Rf_install() result
+ to local SEXP (by modifying generator script creating the file)
+ * inst/include/Rcpp/DataFrame.h: Assign Rf_install() result to local SEXP
+ * inst/include/Rcpp/DottedPair.h: idem
+ * inst/include/Rcpp/grow.h: idem
+ * inst/include/Rcpp/Module.h: idem
+ * inst/include/Rcpp/vector/eval_methods.h: idem
+ * inst/include/Rcpp/vector/Vector.h: idem
2011-01-25 Douglas Bates <bates at stat.wisc.edu>
Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION 2011-02-23 21:00:57 UTC (rev 2913)
+++ pkg/Rcpp/DESCRIPTION 2011-02-23 21:50:29 UTC (rev 2914)
@@ -1,6 +1,6 @@
Package: Rcpp
Title: Seamless R and C++ Integration
-Version: 0.9.1
+Version: 0.9.2
Date: $Date$
Author: Dirk Eddelbuettel and Romain Francois,
with contributions by Douglas Bates and John Chambers
Modified: pkg/Rcpp/debian/changelog
===================================================================
--- pkg/Rcpp/debian/changelog 2011-02-23 21:00:57 UTC (rev 2913)
+++ pkg/Rcpp/debian/changelog 2011-02-23 21:50:29 UTC (rev 2914)
@@ -1,3 +1,9 @@
+rcpp (0.9.2-1) unstable; urgency=low
+
+ * New release
+
+ -- Dirk Eddelbuettel <edd at debian.org> Wed, 23 Feb 2011 13:58:14 -0600
+
rcpp (0.9.1-1) unstable; urgency=low
* New release
Modified: pkg/Rcpp/inst/NEWS
===================================================================
--- pkg/Rcpp/inst/NEWS 2011-02-23 21:00:57 UTC (rev 2913)
+++ pkg/Rcpp/inst/NEWS 2011-02-23 21:50:29 UTC (rev 2914)
@@ -1,7 +1,18 @@
-0.9.2 2011-0x-yz
+0.9.2 2011-02-23
- o Three additional setup questions were added to the Rcpp-FAQ vignette
+ o The unitTest runit.Module.client.package.R is now skipped on older OS
+ X releases as it triggers a bug with g++ 4.2.1 or older; OS X 10.6 is
+ fine but as it no longer support ppc we try to accomodate 10.5 too
+ Thanks to Simon Urbankek for pinning this down and Baptiste Auguie
+ and Ken Williams for additonal testing
+ o RcppCommon.h now recognises the Intel Compiler thanks to a short
+ patch by Alexey Stukalov; this turns off Cxx0x and TR1 features too
+
+ o Three more setup questions were added to the Rcpp-FAQ vignette
+
+ o One question about RcppArmadillo was added to the Rcpp-FAQ vignette
+
0.9.1 2011-02-14
o A number of internal changes to the memory allocation / protection of
Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h 2011-02-23 21:00:57 UTC (rev 2913)
+++ pkg/Rcpp/inst/include/Rcpp/config.h 2011-02-23 21:50:29 UTC (rev 2914)
@@ -27,7 +27,7 @@
#endif
#define Rcpp_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s))
-#define RCPP_VERSION Rcpp_Version(0,9,1)
+#define RCPP_VERSION Rcpp_Version(0,9,2)
#endif
More information about the Rcpp-commits
mailing list