Skip to content

Adds compiler warning message (closes #308) #515

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
12 changes: 11 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<<<<<<< HEAD
2016-07-30 James J Balamuta <balamut2@illinois.edu>

* inst/include/Rcpp/platform/compiler.h: Added a pragma message that
warns if the compiler being used is GCC <= 4.6.2
* configure.ac: Added an autoconfigure script to warn installer that
compiler support was lacking.
* configure: expanded version of configure.ac given by autoconf
=======
2016-08-01 Nathan Russell <russell.nr2012@gmail.com>

* inst/include/Rcpp/vector/Vector.h: Added decreasing option for Vector
Expand All @@ -16,6 +25,7 @@
* inst/include/Rcpp/r_cast.h: Idem
* inst/unitTests/cpp/language.cpp: Idem
* src/barrier.cpp: Idem
>>>>>>> RcppCore/master

2016-07-24 Dirk Eddelbuettel <edd@debian.org>

Expand All @@ -30,7 +40,7 @@
a symbol
* inst/include/Rcpp.h: Modified header load order so that Symbol.h
is now placed before Environment.h

2016-07-21 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version): Roll minor release
Expand Down
Loading