|
3 | 3 | * DESCRIPTION (Version, Date): Roll minor version
|
4 | 4 | * inst/include/Rcpp/config.h: Idem
|
5 | 5 |
|
6 |
| -2018- 05-13 Filip Schouwenaars < [email protected]> |
| 6 | +2018- 06-13 Filip Schouwenaars < [email protected]> |
7 | 7 |
|
8 | 8 | * inst/unitTests/runit.embeddedR.R: Evaluate in environment derived
|
9 | 9 | of baseenv
|
|
15 | 15 | * inst/unitTests/cpp/Exceptions_nocall.cpp: new test
|
16 | 16 | * inst/unitTests/runit.Exceptions_nocall.R: idem
|
17 | 17 |
|
| 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 | + |
18 | 37 | 2018-06-09 Dirk Eddelbuettel < [email protected]>
|
19 | 38 |
|
20 | 39 | * inst/unitTests/runit.embeddedR.R: Suspend test for now
|
|
789 | 808 | * inst/include/Rcpp/Rcpp/exceptions/cpp11/exceptions.h: Removed
|
790 | 809 | semicolons from RCPP_ADVANCED_EXCEPTION_CLASS to quiet 'extra ;'
|
791 | 810 | -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 |
794 | 812 | a default string and removed generated stop, warning from file.
|
795 | 813 | * inst/include/Rcpp/Rcpp/exceptions/cpp98/exceptions.h: Contains
|
796 | 814 | generated RCPP_ADVANCED_EXCEPTION_CLASS macro, stop & warning.
|
|
0 commit comments