Skip to content

Commit 5c1b45f

Browse files
committed
update ChangeLog & NEWS
1 parent 85a9536 commit 5c1b45f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2018-01-09 Iñaki Ucar <[email protected]>
2+
3+
* inst/include/Rcpp/vector/proxy.h: Improve support for NVCC, the CUDA
4+
compiler (pull request #798, fixed issue #797)
5+
16
2018-01-06 Kendon Bell <[email protected]>
27

38
* src/api.cpp: Allow for compilation on ANDROID

inst/NEWS.Rd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
\item Overly picky \emph{fall-through} warnings by gcc-7 regarding
3535
\code{switch} statements are now pre-empted (Kirill in \ghpr{792}).
3636
\item Permit compilation on ANDROID (Kenny Bell in \ghpr{796}).
37+
\item Improve support for NVCC, the CUDA compiler (Iñaki Ucar in
38+
\ghpr{798} addressing \ghit{797}).
3739
}
3840
\item Changes in Rcpp Attributes:
3941
\itemize{

0 commit comments

Comments
 (0)