Skip to content

Commit 68a0ff7

Browse files
committed
some updates for recent changes
1 parent 609de02 commit 68a0ff7

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
* vignettes/Rcpp-FAQ.Rnw: Also load Rcpp to make cppFunction visible
44

5+
2014-04-11 Romain Francois <[email protected]>
6+
7+
* inst/include/Rcpp/macros/macros.h: Reworked BEGIN_RCPP and END_RCPP
8+
* inst/include/Rcpp/*: Removed BEGIN_RCPP and END_RCPP from a few files
9+
* src/Module.cpp: But added here
10+
11+
2015-03-18 Dmitrii Meleshko <[email protected]>
12+
13+
* inst/include/Rcpp/vector/Matrix.h: Added default ctor for 0x0 matrix
14+
515
2015-03-18 JJ Allaire <[email protected]>
616

717
* R/Attributes.R: Revert to use of gcc 4.6.3 with Rtools 3.3
@@ -19,6 +29,11 @@
1929

2030
* R/Attributes.R: Rtools 3.3 is now located and used for compilation under R 3.2.
2131

32+
2015-03-11 Kevin Ushey <[email protected]>
33+
34+
* inst/include/RcppCommon.h: Move headers into major/minor protection
35+
* inst/include/Rcpp/r/headers.h: New file
36+
2237
2015-03-04 Dirk Eddelbuettel <[email protected]>
2338

2439
* DESCRIPTION: Release 0.11.5

inst/NEWS.Rd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
\section{Changes in Rcpp version 0.11.6 (Unreleased)}{
66
\itemize{
7+
\item Changes in Rcpp API:
8+
\itemize{
9+
\item Unwinding of exceptions was refined to protect against inadvertent
10+
memory leaks.
11+
\item Header files try harder not to let macroas leak out.
12+
\item Matrices now have a default constructor for zero-by-zero dimension
13+
matrices (via pull request by Dmitrii Meleshko).
14+
}
715
\item Changes in Rcpp Attributes:
816
\itemize{
917
\item Rtools 3.3 is now supported.

0 commit comments

Comments
 (0)