You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
# cpp11 (development version)
2
2
3
-
* Fix memory leak when move constructing vectors (#173)
4
-
* Fix handling of spaces in Makevars include filenames (@klmr, #160)
3
+
* New `cpp11::na()` function to return the NA sentinals for R objects(@sbearrows, #179)
4
+
* Incorrectly formatted cpp11 decorators now output a more informative error message (@sbearrows, #127)
5
+
* Generated registration code now uses C collation to avoid spurious diffs from `tools::package_native_routine_registration_skeleton()` (@sbearrows, #171)
6
+
* Memory lo longer leaks when move constructing vectors (#173)
7
+
* Makevars which include filenames now handle spaces in paths properly (@klmr, #160)
5
8
6
9
# cpp11 0.2.7
7
10
8
-
* Outputting more informative error message when cpp11 decorators are incorrectly formatted (@sbearrows, #127)
9
-
* Fix spurious diffs from `tools::package_native_routine_registration_skeleton()` by temporarily using C collation (@sbearrows, #171)
10
11
* Fix a transient memory leak for functions that return values from `cpp11::unwind_protect()` and `cpp11::safe` (#154)
11
12
*`cpp_source()` now gets an argument `dir` to allow customized temporary directory to store generated source files.
12
13
It makes it easier to debug C++ source files in non-package project via source mapping. (@renkun-ken, #156)
0 commit comments