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
+
1
15
2019-02-25 Dirk Eddelbuettel <
[email protected] >
2
16
3
17
* .travis.yml (after_success): Setting CODECOV_TOKEN to reenable
Original file line number Diff line number Diff line change 13
13
(Qiang and Dirk ).
14
14
\item \code {Shelter } increases count only on non - null objects
15
15
(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 }).
16
19
}
17
20
\item Changes in Rcpp Attributes :
18
21
\itemize {
19
22
\item A new plugin was added for C ++ 20 (Dirk in \ghpr {927 })
20
23
\item Fixed an issue where ' stale' symbols could become registered in
21
24
RcppExports.cpp , leading to linker errors and other related issues
22
25
(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 }).
23
28
}
24
29
\item Changes in Rcpp Documentation :
25
30
\itemize {
28
33
\item The \code {Rcpp - modules } vignette now has documentation for
29
34
\code {.factory } (Ralf Stubner in \ghpr {938 } fixing \ghit {937 }).
30
35
}
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
+ }
31
41
}
32
42
}
33
43
You can’t perform that action at this time.
0 commit comments