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 <jeffpollock9@gmail.com>
2+
3+ * inst/include/Rcpp/Module.h: Avoid unused variable warning
4+ * inst/include/Rcpp/Module_generated_Constructor.h: Ditto
5+
162017-07-09 Dirk Eddelbuettel <edd@debian.org>
27
38 * DESCRIPTION (Version, Date): Roll minor version
2833 * src/attributes.cpp: Replace dot (".") with underscore ("_") in package
2934 names when generating native routine registrations.
3035
36+ 2017-06-27 Jeroen Ooms <jeroenooms@gmail.com>
37+
38+ * inst/include/RcppCommon.h: Support attribute_visible macro
39+
31402017-06-17 Kirill Müller <krlmlr@mailbox.org>
3241
3342 * inst/include/Rcpp/Dimension.h: Explicit cast to int
Original file line number Diff line number Diff line change 33\newcommand {\ghpr }{\href {https : // github.com / RcppCore / Rcpp / pull / # 1}{##1}}
44\newcommand {\ghit }{\href {https : // github.com / RcppCore / Rcpp / issues / # 1}{##1}}
55
6- \section {Changes in Rcpp version 0.12.12 (Unreleased )}{
6+ \section {Changes in Rcpp version 0.12.12 (2017 - 07 - 13 )}{
77 \itemize {
88 \item Changes in Rcpp API :
99 \itemize {
1414 addressing \ghit {707 }).
1515 \item Dimension attributes are explicitly cast to \code {int } (Kirill
1616 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 }).
1821 \item The \code {no_init()} constructor accepts \code {R_xlen_t } (Kirill
1922 M üller in \ghpr {730 }).
2023 \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 }).
2126 }
2227 \item Changes in Rcpp Attributes :
2328 \itemize {
You can’t perform that action at this time.
0 commit comments