|
| 1 | +2021-01-17 Iñaki Ucar < [email protected]> |
| 2 | + |
| 3 | + * inst/include/Rcpp/String.h: Use Rcpp_{Preserve,Release}Object |
| 4 | + throughout which connects to Rcpp_precious_* routines |
| 5 | + * inst/include/Rcpp/exceptions.h: Use Rcpp_ReleaseObject |
| 6 | + * inst/include/Rcpp/routines.h: Several corrections and refinements |
| 7 | + * inst/include/Rcpp/storage/PreserveStorage.h: Ditto |
| 8 | + * inst/include/Rcpp/traits/named_object.h: Ditto |
| 9 | + * inst/include/Rcpp/unwuindProtect.h: Ditto |
| 10 | + * inst/include/RcppCommon.h: Ditto |
| 11 | + * src/barrier.cpp: Ditto |
| 12 | + |
1 | 13 | 2021-01-17 Dirk Eddelbuettel < [email protected]>
|
2 | 14 |
|
3 | 15 | * DESCRIPTION (Version, Date): Roll minor version
|
4 | 16 | * inst/include/Rcpp/config.h: Idem
|
5 | 17 |
|
| 18 | + [ these were originally committed 17 May 2020 and have been rebased ] |
| 19 | + * src/barrier.cpp: Implement Rcpp_precious_{init,teardown,preserve,remove} |
| 20 | + * src/init.c: Register cpp_precious_{init,teardown,preserve,remove} |
| 21 | + and call from R_{init,unload}_Rcpp |
| 22 | + * inst/include/Rcpp/routines.h: Declare Rcpp_precious_{init,teardown, |
| 23 | + preserve,remove} |
| 24 | + * inst/include/Rcpp/exceptions.h: Use Rcpp_precious_remove |
| 25 | + * inst/include/Rcpp/traits/named_object.h: Use |
| 26 | + Rcpp_precious_{preserve,remove} |
| 27 | + * inst/include/Rcpp/unwuindProtect.h: Use Rcpp_precious_preserve |
| 28 | + * inst/include/RcppCommon.h: Use Rcpp_precious_{preserve,remove} |
| 29 | + |
6 | 30 | 2021-01-16 Dirk Eddelbuettel < [email protected]>
|
7 | 31 |
|
| 32 | + * DESCRIPTION (Version, Date): Roll minor version |
| 33 | + * inst/include/Rcpp/config.h: Idem |
| 34 | + |
8 | 35 | * tests/tinytest.R: Test for CODECOV when deciding to run extensive
|
9 | 36 | tests or just a subset, and set CI=true to enable run full set
|
10 | 37 |
|
|
0 commit comments