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 2
2
3
3
* vignettes/Rcpp-FAQ.Rnw: Also load Rcpp to make cppFunction visible
4
4
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
+
5
15
2015-03-18 JJ Allaire <
[email protected] >
6
16
7
17
* R/Attributes.R: Revert to use of gcc 4.6.3 with Rtools 3.3
19
29
20
30
* R/Attributes.R: Rtools 3.3 is now located and used for compilation under R 3.2.
21
31
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
+
22
37
2015-03-04 Dirk Eddelbuettel <
[email protected] >
23
38
24
39
* DESCRIPTION: Release 0.11.5
Original file line number Diff line number Diff line change 4
4
5
5
\section {Changes in Rcpp version 0.11.6 (Unreleased )}{
6
6
\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
+ }
7
15
\item Changes in Rcpp Attributes :
8
16
\itemize {
9
17
\item Rtools 3.3 is now supported.
You can’t perform that action at this time.
0 commit comments