Skip to content

Commit

Permalink
enable RCPP_PROTECTED_EVAL
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Jun 18, 2018
1 parent a52ca89 commit 16b8723
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -17,6 +17,7 @@ env:

r_github_packages:
- r-lib/covr
- RcppCore/Rcpp

after_success:
- Rscript -e 'covr::codecov()'
1 change: 1 addition & 0 deletions NEWS.md
Expand Up @@ -11,6 +11,7 @@
* Enhanced exception handling, with more informative error messages (#148).
* Refactorisation of the printing methods and associated code (#149).
* Allow empty trajectories in sources and activities with sub-trajectories (#151 closing #150).
* Enable `RCPP_PROTECTED_EVAL` (Rcpp >= 0.12.17.3), which provides fast evaluation of R expressions by leveraging the new stack unwinding protection API (R >= 3.5.0).

# simmer 3.8.0

Expand Down
2 changes: 1 addition & 1 deletion src/Makevars
@@ -1 +1 @@
PKG_CPPFLAGS = -I../inst/include -DBOOST_NO_LONG_LONG
PKG_CPPFLAGS = -I../inst/include -DBOOST_NO_LONG_LONG -DRCPP_PROTECTED_EVAL

0 comments on commit 16b8723

Please sign in to comment.