File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ 2016-06-02 Kirill Müller <
[email protected] >
2
+
3
+ * inst/include/Rcpp/algorithm.h: Use "long long" only if available
4
+ * inst/include/Rcpp/exceptions.h: Annotate stop() with NORET
5
+
1
6
2016-05-18 Daniel C. Dillon <
[email protected] >
2
7
3
8
* inst/include/Rcpp/algorithm.h: New approach for sugar
Original file line number Diff line number Diff line change 7
7
\itemize {
8
8
\item Changes in Rcpp API :
9
9
\itemize {
10
+ \item The \code {long long } data type is used only if it is available ,
11
+ to avoid compiler warnings (Kirill M üller in \ghpr {488 }).
12
+ \item The compiler is made aware that \code {stop()} never returns , to
13
+ improve code path analysis (Kirill M üller in \ghpr {487 } addressing issue
14
+ \ghit {486 }).
10
15
\item String replacement was corrected (Qiang in \ghpr {479 } following
11
16
mailing list bug report by Masaki Tsuda )
12
17
}
You can’t perform that action at this time.
0 commit comments