File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 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+
5152015-03-18 JJ Allaire <
[email protected] >
616
717 * R/Attributes.R: Revert to use of gcc 4.6.3 with Rtools 3.3
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+
22372015-03-04 Dirk Eddelbuettel <
[email protected] >
2338
2439 * DESCRIPTION: Release 0.11.5
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments