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
1
+ 2022-07-23 Iñaki Ucar <
[email protected] >
2
+
3
+ * inst/include/Rcpp/r/headers.h: Unwind protection is enabled by default
4
+ unless `RCPP_NO_UNWIND_PROTECT` is defined (`RCPP_USE_UNWIND_PROTECT` is
5
+ not checked anymore and has no effect)
6
+ * R/Attributes.R: `[[Rcpp::plugins(unwindProtect)]]` is deprecated
7
+ * inst/tinytest/cpp/stack.cpp: Adapted
8
+ * inst/tinytest/test_interface.R: Adapted
9
+ * inst/tinytest/testRcppInterfaceExporter/src/config.h: Removed
10
+
1
11
2022-07-10 Dirk Eddelbuettel <
[email protected] >
2
12
3
13
* docker/ci-4.1/Dockerfile: Add Dockerfile for 4.1 series
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 release version x.x.x (xxxx - xx - xx )}{
7
+ \itemize {
8
+ \item Changes in Rcpp API :
9
+ \itemize {
10
+ \item Unwind protection is enabled by default (I ñaki in \ghpr {xxxx }).
11
+ It can be disabled by defining \code {RCPP_NO_UNWIND_PROTECT } before
12
+ including \code {Rcpp.h }. \code {RCPP_USE_UNWIND_PROTECT } is not checked
13
+ anymore and has no effect. The associated plugin \code {unwindProtect }
14
+ is therefore deprecated and will be removed in a future release.
15
+ }
16
+ }
17
+ }
18
+
6
19
\section {Changes in Rcpp hotfix release version 1.0.9 (2022 - 07 - 02 )}{
7
20
\itemize {
8
21
\item Changes in Rcpp API :
You can’t perform that action at this time.
0 commit comments