|
16 | 16 | beyond) the tidyverse standard of supporting the previous 5 minor releases of
|
17 | 17 | R. It also ensures that `R_UnwindProtect()` is available to avoid C++ memory
|
18 | 18 | leaks (#332).
|
19 |
| - |
| 19 | + |
20 | 20 | * `cpp11::preserved.release_all()` has been removed. This was intended to
|
21 | 21 | support expert developers on R <3.5.0 when cpp11 used a global protection
|
22 | 22 | list. Since cpp11 no longer uses a global protection list and requires R
|
|
35 | 35 | than it is worth and is very hard to use safely. For more information, see the
|
36 | 36 | new `vignette("FAQ")` section titled "Should I call `cpp11::unwind_protect()`
|
37 | 37 | manually?" (#327).
|
38 |
| - |
| 38 | + |
39 | 39 | * The features and bug fixes from cpp11 0.4.4 have been added back in.
|
40 | 40 |
|
41 | 41 | # cpp11 0.4.5
|
|
46 | 46 |
|
47 | 47 | # cpp11 0.4.4
|
48 | 48 |
|
49 |
| -* Davis Vaughan is now the maintainer. |
| 49 | +* Davis Vaughan is now the maintainer. |
50 | 50 |
|
51 | 51 | * `as_doubles()` and `as_integers()` now propagate missing values correctly
|
52 | 52 | (#265, #319).
|
|
56 | 56 | * Minor performance improvements to the cpp11 protect code. (@kevinushey)
|
57 | 57 |
|
58 | 58 | * `cpp_register()` gains an argument `extension=` governing the file extension of
|
59 |
| - the `src/cpp11` file. By default it's `.cpp`, but `.cc` is now supported |
| 59 | + the `src/cpp11` file. By default it's `.cpp`, but `.cc` is now supported |
60 | 60 | as well (#292, @MichaelChirico)
|
61 | 61 |
|
62 | 62 | # cpp11 0.4.3
|
|
65 | 65 | better align with changes in those workflows and the latest version of R
|
66 | 66 | (#279).
|
67 | 67 |
|
68 |
| -* `cpp_source()` errors on non-existent file (#261). |
| 68 | +* `cpp_source()` errors on non-existent file (#261). |
69 | 69 |
|
70 | 70 | * `cpp_register()` is quiet by default when R is non interactive (#289).
|
71 | 71 |
|
|
83 | 83 |
|
84 | 84 | ## New Features
|
85 | 85 |
|
86 |
| -* New opt-in message formatting with the {fmt} C++ library for `cpp11::messages()` `cpp11::stop()` and `cpp11::warning()`. |
| 86 | +* New opt-in message formatting with the {fmt} C++ library for `cpp11::messages()` `cpp11::stop()` and `cpp11::warning()`. |
87 | 87 | Set the `CPP11_USE_FMT` macro to use this feature in your package. (@sbearrows, #169, #208)
|
88 | 88 | * New `as_double()` and `as_integer()` methods to coerce integers to doubles and doubles to integers to doubles (@sbearrows, #46)
|
89 | 89 | * `cpp11::matrix` iterators can now be used either row-wise or column-wise (the default) depending on the user's choice (@alyst, #229)
|
|
0 commit comments