Skip to content

Commit f7aa5d1

Browse files
committed
retire RCPP_FUNCTION_* macros as planned last summer
now removes deprecated preprocessor_generated.h macro file
1 parent 8f39122 commit f7aa5d1

File tree

5 files changed

+20
-6985
lines changed

5 files changed

+20
-6985
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2014-06-11 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* inst/include/Rcpp/macros/macros.h: No longer include
4+
macros/preprocessor_generated.h which was deprecated as of Rcpp 0.10.5
5+
* inst/include/Rcpp/macros/preprocessor_generated.h: Removed
6+
17
2014-06-06 Dirk Eddelbuettel <edd@debian.org>
28

39
* DESCRIPTION: Release 0.11.2

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 0.11.2
4-
Date: 2014-06-06
3+
Version: 0.11.2.1
4+
Date: 2014-06-11
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey,
66
Douglas Bates, and John Chambers
77
Maintainer: Dirk Eddelbuettel <edd@debian.org>

inst/NEWS.Rd

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22
\title{News for Package 'Rcpp'}
33
\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
44

5-
\section{Changes in Rcpp version 0.11.2 (2014-06-06}{
5+
\section{Changes in Rcpp version 0.11.3 (2014-xx-yy)}{
6+
\itemize{
7+
\item Changes in Rcpp API:
8+
\itemize{
9+
\item The deprecation of \code{RCPP_FUNCTION_*} which was announced with
10+
release 0.10.5 last year is proceeding as planned, and the file
11+
\code{macros/preprocessor_generated.h} has been removed.
12+
}
13+
}
14+
}
15+
16+
\section{Changes in Rcpp version 0.11.2 (2014-06-06)}{
617
\itemize{
718
\item Changes in Rcpp API:
819
\itemize{

inst/include/Rcpp/macros/macros.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
#include <Rcpp/macros/unroll.h>
4949
#include <Rcpp/macros/dispatch.h>
5050
#include <Rcpp/macros/xp.h>
51-
#include <Rcpp/macros/preprocessor_generated.h>
5251
#include <Rcpp/macros/traits.h>
5352
#include <Rcpp/macros/config.hpp>
5453
#include <Rcpp/macros/cat.hpp>

0 commit comments

Comments
 (0)