Skip to content

Commit 97ccaeb

Browse files
committed
update NEWS and ChangeLog
1 parent 300d000 commit 97ccaeb

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

ChangeLog

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* DESCRIPTION (Version, Date): Roll minor version
44
* inst/include/Rcpp/config.h: Idem
55

6-
2018-05-13 Filip Schouwenaars <[email protected]>
6+
2018-06-13 Filip Schouwenaars <[email protected]>
77

88
* inst/unitTests/runit.embeddedR.R: Evaluate in environment derived
99
of baseenv
@@ -15,6 +15,25 @@
1515
* inst/unitTests/cpp/Exceptions_nocall.cpp: new test
1616
* inst/unitTests/runit.Exceptions_nocall.R: idem
1717

18+
2018-06-09 Qiang Kou <[email protected]>
19+
20+
* inst/include/Rcpp/DataFrame.h: Use Rcpp_fast_eval, not Rcpp_eval
21+
* inst/include/Rcpp/Environment.h: Idem
22+
* inst/include/Rcpp/Function.h: Idem
23+
* inst/include/Rcpp/Language.h: Idem
24+
* inst/include/Rcpp/Module.h: Idem
25+
* inst/include/Rcpp/Reference.h: Idem
26+
* inst/include/Rcpp/exceptions.h: Idem
27+
* inst/include/Rcpp/generated/Function__operator.h: Idem
28+
* inst/include/Rcpp/proxy/FieldProxy.h: Idem
29+
* inst/include/Rcpp/proxy/NamesProxy.h: Idem
30+
* inst/include/Rcpp/r_cast.h: Idem
31+
* inst/include/Rcpp/vector/Vector.h: Idem
32+
* inst/examples/SugarPerformance/sugarBenchmarks.R: Idem
33+
* inst/unitTests/cpp/language.c: Idem
34+
* inst/unitTests/cpp/misc.c: Idem
35+
* src/barrier.c: Idem
36+
1837
2018-06-09 Dirk Eddelbuettel <[email protected]>
1938

2039
* inst/unitTests/runit.embeddedR.R: Suspend test for now
@@ -789,8 +808,7 @@
789808
* inst/include/Rcpp/Rcpp/exceptions/cpp11/exceptions.h: Removed
790809
semicolons from RCPP_ADVANCED_EXCEPTION_CLASS to quiet 'extra ;'
791810
-Wpedantic
792-
793-
OB* inst/include/Rcpp/exceptions.h: Modified exceptions macros to support
811+
* inst/include/Rcpp/exceptions.h: Modified exceptions macros to support
794812
a default string and removed generated stop, warning from file.
795813
* inst/include/Rcpp/Rcpp/exceptions/cpp98/exceptions.h: Contains
796814
generated RCPP_ADVANCED_EXCEPTION_CLASS macro, stop & warning.

inst/NEWS.Rd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
BioConductor packages) (Kevn \ghpr{863} fixing \ghit{861}).
2727
\item Call stack display on error can now be controlled more
2828
finely (Romain in \ghpr{868}).
29+
\item The new \code{Rcpp_fast_eval} is used instead of
30+
\code{Rcpp_eval} though this still requires setting
31+
\code{RCPP_PROTECTED_EVAL} before including \code{Rcpp.h} (Qiang
32+
Kou in \ghpr{867} closing \ghit{866}).
2933
}
3034
}
3135
}

0 commit comments

Comments
 (0)