|
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 1.1.2.2 [github] (2026-08-08)}{ |
| 6 | +\section{Changes in Rcpp release version 1.1.2.4 [github] (2026-09-22)}{ |
7 | 7 | \itemize{ |
8 | 8 | \item Changes in Rcpp API: |
9 | 9 | \itemize{ |
|
15 | 15 | \ghpr{1494} closing \ghit{1493}) |
16 | 16 | \item Convert C++ exception to R errors in Module \code{.External} |
17 | 17 | entries (Kevin in \ghpr{1496} closing \ghit{1495}) |
| 18 | + \item Ensure flag \code{-Wcast-function-type} no longer triggers |
| 19 | + warnings (Iñaki in \ghpr{1502} closing \ghit{1500}) |
| 20 | + \item Ensure flag \code{-Wdeprecated-copy-with-user-provided-copy} no |
| 21 | + longer triggers warnings (Iñaki in \ghpr{1503} closing \ghit{1498}) |
| 22 | + \item Ensure flag \code{-Wimplicit-fallthrough} no longer triggers |
| 23 | + warnings (Iñaki in \ghpr{1503} closing \ghit{1504}) |
| 24 | + \item Ensure flag \code{-Wunused-parameter} no longer triggers |
| 25 | + warnings (Iñaki in \ghpr{1506} closing \ghit{1499}) |
| 26 | + \item Ensure flag \code{-Wconversion} no longer triggers |
| 27 | + warnings (Iñaki in \ghpr{1508} closing \ghit{1497}) |
| 28 | + \item The \code{col} constructor now uses \code{nrow} in an |
| 29 | + initialization (Iñaki in \ghpr{1509}) |
18 | 30 | } |
19 | 31 | \item Changes in Rcpp Documentation: |
20 | 32 | \itemize{ |
21 | 33 | \item Mention updated doxygen2 documentation and once again working |
22 | 34 | R-forge list rcpp-devel in README.md |
| 35 | + \item Copyright headers have been updated in corresponding source files |
| 36 | + (Iñaki in \ghpr{1507}) |
| 37 | + } |
| 38 | + \item Changes in Rcpp Deployment: |
| 39 | + \itemize{ |
| 40 | + \item A new CI job checks with flag \code{-Werror} and ensure this not |
| 41 | + cause failures (Iñaki in \ghpr{1501}) |
23 | 42 | } |
24 | 43 | } |
25 | 44 | } |
|
0 commit comments