File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2017-07-10 Jeff Pollock <
[email protected] >
2
+
3
+ * inst/include/Rcpp/Module.h: Avoid unused variable warning
4
+ * inst/include/Rcpp/Module_generated_Constructor.h: Ditto
5
+
1
6
2017-07-09 Dirk Eddelbuettel <
[email protected] >
2
7
3
8
* DESCRIPTION (Version, Date): Roll minor version
28
33
* src/attributes.cpp: Replace dot (".") with underscore ("_") in package
29
34
names when generating native routine registrations.
30
35
36
+ 2017-06-27 Jeroen Ooms <
[email protected] >
37
+
38
+ * inst/include/RcppCommon.h: Support attribute_visible macro
39
+
31
40
2017-06-17 Kirill Müller <
[email protected] >
32
41
33
42
* inst/include/Rcpp/Dimension.h: Explicit cast to int
Original file line number Diff line number Diff line change 3
3
\newcommand {\ghpr }{\href {https : // github.com / RcppCore / Rcpp / pull / # 1}{##1}}
4
4
\newcommand {\ghit }{\href {https : // github.com / RcppCore / Rcpp / issues / # 1}{##1}}
5
5
6
- \section {Changes in Rcpp version 0.12.12 (Unreleased )}{
6
+ \section {Changes in Rcpp version 0.12.12 (2017 - 07 - 13 )}{
7
7
\itemize {
8
8
\item Changes in Rcpp API :
9
9
\itemize {
14
14
addressing \ghit {707 }).
15
15
\item Dimension attributes are explicitly cast to \code {int } (Kirill
16
16
M üller in \ghpr {715 }).
17
- \item Unused arguments are no longer declared (Kirill M üller in \ghpr {716 }).
17
+ \item Unused arguments are no longer declared (Kirill M üller in
18
+ \ghpr {716 }).
19
+ \item Visibility of exported functions is now supported via the R macro
20
+ \code {atttribute_visible } (Jeroen Ooms in \ghpr {720 }).
18
21
\item The \code {no_init()} constructor accepts \code {R_xlen_t } (Kirill
19
22
M üller in \ghpr {730 }).
20
23
\item Loop unrolling used \code {R_xlen_t } (Kirill M üller in \ghpr {731 }).
24
+ \item Two unused - variables warnings are now avoided (Jeff Pollock in
25
+ \ghpr {732 }).
21
26
}
22
27
\item Changes in Rcpp Attributes :
23
28
\itemize {
You can’t perform that action at this time.
0 commit comments