Mauricio "Pachá" Vargas Sepúlveda
Mauricio "Pachá" Vargas Sepúlveda
This PR contains a single commit with the dimnames fix and replaces #428.
This PR converts ordered and unordered C++ maps to R lists and replaces https://github.com/r-lib/cpp11/pull/437.
Port complex-number related changes (squashed). This PR replaces the earlier noisy history with a single commit focused on complex numbers support. replaces #427
replaces https://github.com/r-lib/cpp11/pull/436/
Implements #431: simplify the condition that excludes containers constructible from SEXP or strings when converting to C++ containers. This PR contains one commit and only updates inst/include/cpp11/r_vector.hpp. replaces #433
Implements #432: Use vmaxget/vmaxset for memory management in as_cpp string conversion. This PR contains one commit and only updates inst/include/cpp11/as.hpp to properly manage R's variable memory stack when converting strings....
changes for global symbol visibility
implements #453 by delegating to the parent class
hi @DavisVaughan how about this to implement a solution to #460?
CXX23 is strict about the lhs operand, which means the current Catch version (1.9.6) used with testthat will cause multiple compilation errors not because of the tested package but because...