File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 6
6
* README.md: Mention the Rcpp drap repo and its release candidates in
7
7
installation section
8
8
9
+ 2021-01-30 Iñaki Ucar <iucar@fedoraproject.org>
10
+
11
+ * inst/include/test_global_rostream.R: Added test new (optionally)
12
+ global Rcout and Rcerr objects
13
+
9
14
2021-01-28 Iñaki Ucar <iucar@fedoraproject.org>
10
15
11
- * inst/include/Rcpp/iostream/Rstreambuf.h: Support for global Rcout/Rcerr by
12
- adding `-DRCPP_USE_GLOBAL_ROSTREAM` to `PKG_CPPFLAGS`. This behavior mimics
13
- std::cout/cerr. Required initialization code is automatically generated.
16
+ * inst/include/Rcpp/iostream/Rstreambuf.h: Support for global
17
+ Rcout/Rcerr by defining `-DRCPP_USE_GLOBAL_ROSTREAM`; this mimics
18
+ std::cout/cerr; initialization code is automatically generated.
14
19
* inst/include/Rcpp/routines.h: Ditto
15
20
* src/api.cpp: Ditto
16
21
* src/attributes.cpp: Ditto
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 patch release version 1.0.7 (2021 - 07 - xx )}{
6
+ \section {Changes in Rcpp release version 1.0.7 (unreleased , expected 2021 - 07 - xx )}{
7
7
\itemize {
8
8
\item Changes in Rcpp API :
9
9
\itemize {
12
12
fixing \ghit {382 } and \ghit {1081 }).
13
13
\item A spuriously assigned variable was removed (Dirk in
14
14
\ghpr {1138 } fixing \ghit {1137 })
15
+ \item Global \code {Rcout } and \code {Rcerr } objects are supported
16
+ via a compiler directive (I ñaki in \ghpr {1139 } fixing \ghit {928 })
15
17
}
16
18
\item Changes in Rcpp Attributes :
17
19
\itemize {
23
25
}
24
26
}
25
27
26
- \section {Changes in Rcpp patch release version 1.0.6 (2021 - 01 - 14 )}{
28
+ \section {Changes in Rcpp release version 1.0.6 (2021 - 01 - 14 )}{
27
29
\itemize {
28
30
\item Changes in Rcpp API :
29
31
\itemize {
57
59
}
58
60
}
59
61
60
- \section {Changes in Rcpp patch release version 1.0.5 (2020 - 07 - 01 )}{
62
+ \section {Changes in Rcpp release version 1.0.5 (2020 - 07 - 01 )}{
61
63
\itemize {
62
64
\item Changes in Rcpp API :
63
65
\itemize {
You can’t perform that action at this time.
0 commit comments