Skip to content

Commit efd64a6

Browse files
committed
Add ChangeLog entry
1 parent 2986c90 commit efd64a6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

ChangeLog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2025-12-28 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* configure.ac: Detect OpenMP compile and link options
4+
* configure.: Idem
5+
* R/init.R: Set multithreading core count on startup, show startup
6+
message, add two helper accessor functions
7+
* src/Makevars.in: Support OpenMP use for multithreading
8+
* src/Makevars.win: Idem
9+
* src/RcppEigen.cpp: Add thread setter, add typed version getter,
10+
edits to old version getter
11+
* src/RcppExport.cpp: Export new compiled functions
12+
* R/RcppExport.R: Idem
13+
* NAMESPACE: Export several helper functions
14+
* man/RcppEigen-package.Rd: Document thread count setting options
15+
* man/RcppEigen_throttle_cores.Rd: Document additional helpers
16+
* cleanup: Minor extension
17+
118
2025-08-26 Dirk Eddelbuettel <edd@debian.org>
219

320
* inst/tinytest/test_misc.R: Add minimal test for EigenNbThreads()

0 commit comments

Comments
 (0)