Skip to content

Commit be2fb3f

Browse files
committed
update ChangeLog
1 parent 6c15ad3 commit be2fb3f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

ChangeLog

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2024-10-07 Iñaki Ucar <[email protected]>
2+
3+
* inst/include/Rcpp/platform/compiler.h: Uncomment HAS_VARIADIC_TEMPLATES
4+
macro definition
5+
* src/api.cpp: Simplify checks for variadic templates
6+
* inst/include/Rcpp/DataFrame.h: Idem
7+
* inst/include/Rcpp/DottedPair.h: Idem
8+
* inst/include/Rcpp/Function.h: Idem
9+
* inst/include/Rcpp/InternalFunctionWithStdFunction.h: Idem
10+
* inst/include/Rcpp/Language.h: Idem
11+
* inst/include/Rcpp/Pairlist.h: Idem
12+
* inst/include/Rcpp/grow.h: Idem
13+
* inst/include/Rcpp/internal/call.h: Idem
14+
* inst/include/Rcpp/module/class.h: Idem
15+
* inst/include/Rcpp/traits/index_sequence.h: Idem
16+
* inst/include/Rcpp/traits/named_object.h: Idem
17+
* inst/include/Rcpp/vector/Vector.h: Idem
18+
* inst/include/Rcpp/Module.h: Idem + add missing is_void method
19+
* inst/tinytest/test_module.R: Add test for void functions and methods
20+
121
2024-10-04 Dirk Eddelbuettel <[email protected]>
222

323
* DESCRIPTION (Version, Date): Roll micro version to 1.0.13.3

0 commit comments

Comments
 (0)