Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Annotate stop() with NORET#487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
eddelbuettel merged 4 commits intoRcppCore:masterfromkrlmlr:486-noret
Jun 2, 2016
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NEWS
  • Loading branch information
Kirill Müller committedJun 2, 2016
commitd1f27e8743787825930df64be0e6d3654f1d8f03
5 changes: 5 additions & 0 deletionsChangeLog
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
2016-06-02 Kirill Müller <krlmlr@mailbox.org>

* inst/include/Rcpp/algorithm.h: Use "long long" only if available
* inst/include/Rcpp/exceptions.h: Annotate stop() with NORET

2016-05-18 Daniel C. Dillon <dcdillon@gmail.com>

* inst/include/Rcpp/algorithm.h: New approach for sugar
Expand Down
5 changes: 5 additions & 0 deletionsinst/NEWS.Rd
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,11 @@
\itemize{
\item Changes in Rcpp API:
\itemize{
\item The \code{long long} data type is used only if it is available,
to avoid compiler warnings (Kirill Müller in \ghpr{488}).
\item The compiler is made aware that \code{stop()} never returns, to
improve code path analysis (Kirill Müller in \ghpr{487} addressing issue
\ghit{486}).
\item String replacement was corrected (Qiang in \ghpr{479} following
mailing list bug report by Masaki Tsuda)
}
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp