-
-
Notifications
You must be signed in to change notification settings - Fork 219
Use variadic templates unconditionally #1367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 14 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
511f3be
Use variadic templates unconditionally in module/class.h
eddelbuettel ec2870b
Use variadic templates unconditionally in grow.h
eddelbuettel 7654d5e
Use variadic templates unconditionally in DottedPair.h
eddelbuettel 8235db9
Use variadic templates unconditionally in Vector.h
eddelbuettel 2c13121
Use variadic templates unconditionally in Function.h
eddelbuettel bf2ede8
Use variadic templates unconditionally in call.h
eddelbuettel 2b3a93c
Use variadic templates unconditionally in Module.h
eddelbuettel ddf229b
Use variadic templates unconditionally in traits/index_sequece.h
eddelbuettel e963afa
Use variadic templates unconditionally in Language.h
eddelbuettel 09b827f
Use variadic templates unconditionally in DataFrame.h
eddelbuettel a448967
Use variadic templates unconditionally in Pairlist.h
eddelbuettel b4f9925
Use variadic templates unconditionally in InternalFunction.h
eddelbuettel e28121b
No longer define HAS_VARIADIC_TEMPLATES
eddelbuettel fcdbef1
Roll micro release and date
eddelbuettel ddefda2
Remove a leftover comment line [ci ski]
eddelbuettel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,3 +1,49 @@ | ||
2025-03-18 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Version, Date): Roll micro version and date | ||
* inst/include/Rcpp/config.h: Idem | ||
|
||
* inst/include/Rcpp/module/class.h: Use variadic templates unconditionally | ||
* inst/include/Rcpp/grow.h: Idem | ||
* inst/include/Rcpp/DottedPair.h: Idem | ||
* inst/include/Rcpp/Vector.h: Idem | ||
* inst/include/Rcpp/Function.h: Idem | ||
* inst/include/Rcpp/internal/call.h: Idem | ||
* inst/include/Rcpp/InternalFunctionWithStdFunction.h: Idem | ||
* inst/include/Rcpp/Module.h: Idem | ||
* inst/include/Rcpp/traits/index_sequence.h: Idem | ||
* inst/include/Rcpp/traits/named_object.h: Idem | ||
* inst/include/Rcpp/Language.h: Idem | ||
* inst/include/Rcpp/DataFrame.h: Idem | ||
* inst/include/Rcpp/PairList.h: Idem | ||
* inst/include/Rcpp/InternalFunction.h: Idem | ||
|
||
* inst/include/Rcpp/module/Module_generated_class_constructor.h: Removed | ||
* inst/include/Rcpp/module/Module_generated_class_factory.h: Idem | ||
* inst/include/Rcpp/module/Module_generated_method.h: Idem | ||
* inst/include/Rcpp/module/Module_generated_Pointer_method.h: Idem | ||
* inst/include/Rcpp/generated/grow__pairlist.h: Idem | ||
* inst/include/Rcpp/generated/DottedPair__ctors.h: Idem | ||
* inst/include/Rcpp/generated/Vector__create.h: Idem | ||
* inst/include/Rcpp/generated/Function__operator.h: Idem | ||
* inst/include/Rcpp/generated/InternalFunctionWithStdFunction_call.h: Idem | ||
* inst/include/Rcpp/module/Module_generated_Constructor.h: Idem | ||
* inst/include/Rcpp/module/Module_generated_CppFunction.h: Idem | ||
* inst/include/Rcpp/module/Module_generated_CppMethod.h: Idem | ||
* inst/include/Rcpp/module/Module_generated_Factory.h: Idem | ||
* inst/include/Rcpp/module/Module_generated_Pointer_CppMethod.h: Idem | ||
* inst/include/Rcpp/module/Module_generated_class_signature.h: Idem | ||
* inst/include/Rcpp/module/Module_generated_ctor_signature.h: Idem | ||
* inst/include/Rcpp/module/Module_generated_function.h: Idem | ||
* inst/include/Rcpp/module/Module_generated_get_signature.h: Idem | ||
* inst/include/Rcpp/generated/Language__ctors.h: Idem | ||
* inst/include/Rcpp/generated/DataFrame_generated.h: Idem | ||
* inst/include/Rcpp/generated/Pairlist__ctors.h: Idem | ||
* inst/include/Rcpp/generated/InternalFunction__ctors.h: Idem | ||
|
||
* inst/include/Rcpp/platform/compiler.h: No longer define HAS_VARIADIC_TEMPLATES | ||
* src/api.cpp (rcpp_can_use_cxx0x): Return true unconditionally | ||
|
||
2025-03-15 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Version, Date): Roll micro version and date | ||
|
This file contains hidden or 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,7 +1,7 @@ | ||
Package: Rcpp | ||
Title: Seamless R and C++ Integration | ||
Version: 1.0.14.7 | ||
Date: 2025-03-15 | ||
Version: 1.0.14.8 | ||
Date: 2025-03-17 | ||
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-6419-907X")), | ||
person("Romain", "Francois", role = "aut", | ||
|
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.