-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Roll micro release, and minor touchups on #19
- Loading branch information
1 parent
a5c648b
commit 892d95e
Showing
4 changed files
with
19 additions
and
10 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,8 +1,17 @@ | ||
2024-10-29 Xanthos Xanthopoulos <[email protected]> | ||
2024-10-29 Dirk Eddelbuettel <[email protected]> | ||
|
||
* inst/include/rcpp_sink.h: Use spdlog::memory_buf_t as string when building under C++20 with SPDLOG_USE_STD_FORMAT | ||
* inst/include/RcppSpdlog_types.h: Abort compilation if SPDLOG_USE_STD_FORMAT without C++20 or greater | ||
* inst/include/spdl.h: Use std::vformat if SPDLOG_USE_STD_FORMAT flag is set | ||
* DESCRIPTION (Version, Date): Roll micro release version | ||
|
||
* inst/include/rcpp_sink.h: Move C++20 or greater check here, micro edit | ||
|
||
2024-10-29 Xanthos Xanthopoulos <[email protected]> | ||
|
||
* inst/include/rcpp_sink.h: Use spdlog::memory_buf_t as string when | ||
building under C++20 with SPDLOG_USE_STD_FORMAT | ||
* inst/include/RcppSpdlog_types.h: Abort compilation if | ||
SPDLOG_USE_STD_FORMAT without C++20 or greater | ||
* inst/include/spdl.h: Use std::vformat if SPDLOG_USE_STD_FORMAT flag | ||
is set | ||
* src/formatter.cpp: Idem | ||
|
||
2024-10-13 Dirk Eddelbuettel <[email protected]> | ||
|
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,8 +1,8 @@ | ||
Package: RcppSpdlog | ||
Type: Package | ||
Title: R and C++ Interfaces to 'spdlog' C++ Header Library for Logging | ||
Version: 0.0.18.1 | ||
Date: 2024-10-13 | ||
Version: 0.0.18.2 | ||
Date: 2024-10-29 | ||
License: GPL (>= 2) | ||
Authors@R: c(person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-6419-907X")), | ||
|
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
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