File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2021-05-09 Dirk Eddelbuettel <
[email protected] >
2
+
3
+ * inst/include/RcppCommon.h: Add cfloat header
4
+
1
5
2021-04-09 Dirk Eddelbuettel <
[email protected] >
2
6
3
7
* inst/include/Rcpp/hash/IndexHash.h: Silence one comparison, update
4
- use of unsigned it to uint32_t throughout
8
+ use of unsigned int to uint32_t throughout
5
9
6
10
2021-03-22 Dirk Eddelbuettel <
[email protected] >
7
11
Original file line number Diff line number Diff line change 11
11
which are now O(1 ) (Dirk and I ñaki in \ghpr {1133 } and \ghpr {1135 }
12
12
fixing \ghit {382 } and \ghit {1081 }).
13
13
\item A spuriously assigned variable was removed (Dirk in
14
- \ghpr {1138 } fixing \ghit {1137 })
14
+ \ghpr {1138 } fixing \ghit {1137 }).
15
15
\item Global \code {Rcout } and \code {Rcerr } objects are supported
16
16
via a compiler directive (I ñaki in \ghpr {1139 } fixing \ghit {928 })
17
17
\item Add support for \code {Rcpp :: message } (Dirk in \ghpr {1146 }
18
- fixing \ghit {1145 })
18
+ fixing \ghit {1145 }).
19
+ \item The \code {uint32_t } type is used throughout instead of
20
+ \code {unsigned int } (Dirk in \ghpr {1153 } fixing \ghit {1152 }).
21
+ \item The \code {cfloat } header for floating point limits is now
22
+ included {\Dirk in \ghpr {1162 } fixing \ghit {1161 }).
19
23
}
20
24
\item Changes in Rcpp Attributes :
21
25
\itemize {
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ namespace Rcpp {
63
63
#include < numeric>
64
64
#include < algorithm>
65
65
#include < complex>
66
+ #include < cfloat>
66
67
#include < limits>
67
68
#include < typeinfo>
68
69
#include < Rcpp/sprintf.h>
You can’t perform that action at this time.
0 commit comments