-
-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f558d92
commit 6c2765c
Showing
2 changed files
with
21 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,92 +1,19 @@ | ||
2024-10-31 Kevin Ushey <[email protected]> | ||
|
||
* inst/include/Rcpp/r/compat.h: Require R (>= 4.5.0) for new APIs | ||
|
||
2024-10-26 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Version, Date): Roll micro version to 1.0.13.4 | ||
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem | ||
|
||
* .github/workflows/ci.yaml (jobs): Roll checkout action to v4 | ||
|
||
2024-10-26 Gábor Csárdi <[email protected]> | ||
|
||
* inst/include/Rcpp/exceptions_impl.h: check for DragonFlyBSD to fix | ||
compilation | ||
2024-11-01 Dirk Eddelbuettel <[email protected]> | ||
|
||
2024-10-07 Iñaki Ucar <[email protected]> | ||
* DESCRIPTION (Date, Version): Release 1.0.13-1 | ||
|
||
* inst/include/Rcpp/platform/compiler.h: Uncomment | ||
HAS_VARIADIC_TEMPLATES macro definition | ||
* src/api.cpp: Simplify checks for variadic templates | ||
* inst/include/Rcpp/DataFrame.h: Idem | ||
* inst/include/Rcpp/DottedPair.h: Idem | ||
* inst/include/Rcpp/Function.h: Idem | ||
* inst/include/Rcpp/InternalFunctionWithStdFunction.h: Idem | ||
* inst/include/Rcpp/Language.h: Idem | ||
* inst/include/Rcpp/Pairlist.h: Idem | ||
* inst/include/Rcpp/grow.h: Idem | ||
* inst/include/Rcpp/internal/call.h: Idem | ||
* inst/include/Rcpp/module/class.h: Idem | ||
* inst/include/Rcpp/traits/index_sequence.h: Idem | ||
* inst/include/Rcpp/traits/named_object.h: Idem | ||
* inst/include/Rcpp/vector/Vector.h: Idem | ||
* inst/include/Rcpp/Module.h: Idem + add missing is_void method | ||
* inst/tinytest/test_module.R: Add test for void functions and | ||
methods | ||
|
||
2024-10-04 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Version, Date): Roll micro version to 1.0.13.3 | ||
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem | ||
* Hot-fix release containing two PRs on top of 1.0.13: | ||
- #1342: Permit R 4.4.2 builds by correcting to R 4.5.0 for RO PTR | ||
- #1327: Switch to Authors@R in DESCRIPTION | ||
|
||
2024-09-29 Dirk Eddelbuettel <[email protected]> | ||
|
||
* inst/include/Rcpp/vector/Vector.h: Remove a cast as R_xlen_t | ||
is returned now | ||
|
||
2024-09-17 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Version, Date): Roll micro version | ||
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem | ||
|
||
2024-09-12 Iñaki Ucar <[email protected]> | ||
2024-10-31 Kevin Ushey <[email protected]> | ||
|
||
* vignettes/.gitignore: Refinement to ignore more files under rmd/ | ||
* vignettes/pdf/*: Rebuilt with Ghostscript 10.03.1 | ||
* vignettes/*.pdf: Idem | ||
* inst/include/Rcpp/r/compat.h: Require R (>= 4.5.0) for new APIs | ||
|
||
2024-08-31 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Authors@R): Added | ||
|
||
2024-08-28 Dirk Eddelbuettel <[email protected]> | ||
|
||
* R/Rcpp.package.skeleton.R: Create DESCRIPTION with Auhors@R fiel | ||
* inst/tinytest/test_rcpp_package_skeleton.R: Adjust tests | ||
|
||
2024-08-20 Dirk Eddelbuettel <[email protected]> | ||
|
||
* inst/tinytest/test_sugar.R: Skip one more NA related test on arm64 | ||
and macOS as failure is seen at r-universe on arm64 | ||
|
||
* .github/workflows/macos.yaml: Add basic r-ci setup but dialed-down | ||
to macOS only (as Linux is covered via multiple Docker setups) | ||
|
||
2024-08-19 Dirk Eddelbuettel <[email protected]> | ||
|
||
* Contributing.md: Refreshed content | ||
|
||
2024-07-30 Dirk Eddelbuettel <[email protected]> | ||
|
||
* vignettes/rmd/Rcpp-modules.Rmd (are): Add short two-sentence | ||
illustration following GitHub issue #1322 | ||
|
||
2024-07-24 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Version, Date): Roll micro version | ||
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem | ||
|
||
2024-07-11 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Date, Version): Release 1.0.13 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters