File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ 2019-03-13 Romain François <
[email protected] >
2+
3+ * inst/include/Rcpp/macros/macros.h: Add UNPROTECT to please rchk
4+
5+ 2019-03-12 Romain François <
[email protected] >
6+
7+ * inst/include/Rcpp/api/meat/proxy.h: AttributeProxy::set() with
8+ Shield<> and a few related uses of Shield<> to please rchk
9+ * inst/include/Rcpp/clone.h: Idem
10+ * inst/include/Rcpp/proxy/AttributeProxy.h: Idem
11+ * inst/include/Rcpp/proxy/NamesProxy.h: Idem
12+ * inst/include/Rcpp/vector/Matrix.h: Idem
13+ * inst/include/Rcpp/vector/Vector.h: Idem
14+
1152019-02-25 Dirk Eddelbuettel <
[email protected] >
216
317 * .travis.yml (after_success): Setting CODECOV_TOKEN to reenable
Original file line number Diff line number Diff line change 1313 (Qiang and Dirk ).
1414 \item \code {Shelter } increases count only on non - null objects
1515 (Dirk in \ghpr {940 } as suggested by Stepan Sindelar in \ghit {935 }).
16+ \item \code {AttributeProxy :: set()} and a few related setters get
17+ \code {Shiled <> } to ensure rchk is happy (Romain in \ghpr {947 })
18+ fixing \ghit {946 }).
1619 }
1720 \item Changes in Rcpp Attributes :
1821 \itemize {
1922 \item A new plugin was added for C ++ 20 (Dirk in \ghpr {927 })
2023 \item Fixed an issue where ' stale' symbols could become registered in
2124 RcppExports.cpp , leading to linker errors and other related issues
2225 (Kevin in \ghpr {939 } fixing \ghit {733 } and \ghit {934 }).
26+ \item The wrapper macro gets an \code {UNPROTECT } to ensure rchk is
27+ happy (Romain in \ghpr {949 }) fixing \ghit {948 }).
2328 }
2429 \item Changes in Rcpp Documentation :
2530 \itemize {
2833 \item The \code {Rcpp - modules } vignette now has documentation for
2934 \code {.factory } (Ralf Stubner in \ghpr {938 } fixing \ghit {937 }).
3035 }
36+ \item Changes in Rcpp Deployment :
37+ \itemize {
38+ \item Travis CI again reports to CodeCov.io (Dirk and Ralf Stubner in
39+ \ghpr {942 } fixing \ghit {941 }).
40+ }
3141 }
3242}
3343
You can’t perform that action at this time.
0 commit comments