|
| 1 | +2024-10-31 Kevin Ushey < [email protected]> |
| 2 | + |
| 3 | + * inst/include/Rcpp/r/compat.h: Require R (>= 4.5.0) for new APIs |
| 4 | + |
| 5 | +2024-10-26 Dirk Eddelbuettel < [email protected]> |
| 6 | + |
| 7 | + * DESCRIPTION (Version, Date): Roll micro version to 1.0.13.4 |
| 8 | + * inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem |
| 9 | + |
| 10 | + * .github/workflows/ci.yaml (jobs): Roll checkout action to v4 |
| 11 | + |
| 12 | +2024-10-26 Gábor Csárdi < [email protected]> |
| 13 | + |
| 14 | + * inst/include/Rcpp/exceptions_impl.h: check for DragonFlyBSD to fix |
| 15 | + compilation |
| 16 | + |
| 17 | +2024-10-07 Iñaki Ucar < [email protected]> |
| 18 | + |
| 19 | + * inst/include/Rcpp/platform/compiler.h: Uncomment |
| 20 | + HAS_VARIADIC_TEMPLATES macro definition |
| 21 | + * src/api.cpp: Simplify checks for variadic templates |
| 22 | + * inst/include/Rcpp/DataFrame.h: Idem |
| 23 | + * inst/include/Rcpp/DottedPair.h: Idem |
| 24 | + * inst/include/Rcpp/Function.h: Idem |
| 25 | + * inst/include/Rcpp/InternalFunctionWithStdFunction.h: Idem |
| 26 | + * inst/include/Rcpp/Language.h: Idem |
| 27 | + * inst/include/Rcpp/Pairlist.h: Idem |
| 28 | + * inst/include/Rcpp/grow.h: Idem |
| 29 | + * inst/include/Rcpp/internal/call.h: Idem |
| 30 | + * inst/include/Rcpp/module/class.h: Idem |
| 31 | + * inst/include/Rcpp/traits/index_sequence.h: Idem |
| 32 | + * inst/include/Rcpp/traits/named_object.h: Idem |
| 33 | + * inst/include/Rcpp/vector/Vector.h: Idem |
| 34 | + * inst/include/Rcpp/Module.h: Idem + add missing is_void method |
| 35 | + * inst/tinytest/test_module.R: Add test for void functions and |
| 36 | + methods |
| 37 | + |
| 38 | +2024-10-04 Dirk Eddelbuettel < [email protected]> |
| 39 | + |
| 40 | + * DESCRIPTION (Version, Date): Roll micro version to 1.0.13.3 |
| 41 | + * inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem |
| 42 | + |
| 43 | +2024-09-29 Dirk Eddelbuettel < [email protected]> |
| 44 | + |
| 45 | + * inst/include/Rcpp/vector/Vector.h: Remove a cast as R_xlen_t |
| 46 | + is returned now |
| 47 | + |
| 48 | +2024-09-17 Dirk Eddelbuettel < [email protected]> |
| 49 | + |
| 50 | + * DESCRIPTION (Version, Date): Roll micro version |
| 51 | + * inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem |
| 52 | + |
| 53 | +2024-09-12 Iñaki Ucar < [email protected]> |
| 54 | + |
| 55 | + * vignettes/.gitignore: Refinement to ignore more files under rmd/ |
| 56 | + * vignettes/pdf/*: Rebuilt with Ghostscript 10.03.1 |
| 57 | + * vignettes/*.pdf: Idem |
| 58 | + |
1 | 59 | 2024-08-31 Dirk Eddelbuettel < [email protected]>
|
2 | 60 |
|
3 | 61 | * DESCRIPTION (Authors@R): Added
|
|
0 commit comments