[Rcpp-commits] r4371 - in pkg/Rcpp: . inst/include/Rcpp/platform
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jun 24 21:04:23 CEST 2013
Author: edd
Date: 2013-06-24 21:04:22 +0200 (Mon, 24 Jun 2013)
New Revision: 4371
Modified:
pkg/Rcpp/ChangeLog
pkg/Rcpp/inst/include/Rcpp/platform/compiler.h
Log:
Note the useful wiki page http://sourceforge.net/p/predef/wiki/Home with #defines for OSs,
compilers, libraries and more
Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog 2013-06-24 00:13:52 UTC (rev 4370)
+++ pkg/Rcpp/ChangeLog 2013-06-24 19:04:22 UTC (rev 4371)
@@ -1,3 +1,9 @@
+2013-06-24 Dirk Eddelbuettel <edd at debian.org>
+
+ * inst/include/Rcpp/platform/compiler.h: Note the useful wiki page
+ http://sourceforge.net/p/predef/wiki/Home with #defines for OSs,
+ compilers, libraries and more
+
2013-06-23 Dirk Eddelbuettel <edd at debian.org>
* DESCRIPTION: Release 0.10.4
Modified: pkg/Rcpp/inst/include/Rcpp/platform/compiler.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/platform/compiler.h 2013-06-24 00:13:52 UTC (rev 4370)
+++ pkg/Rcpp/inst/include/Rcpp/platform/compiler.h 2013-06-24 19:04:22 UTC (rev 4371)
@@ -2,7 +2,7 @@
//
// compiler.h: Rcpp R/C++ interface class library -- check compiler
//
-// Copyright (C) 2012 Dirk Eddelbuettel and Romain Francois
+// Copyright (C) 2012 - 2013 Dirk Eddelbuettel and Romain Francois
//
// This file is part of Rcpp.
//
@@ -22,6 +22,9 @@
#ifndef Rcpp__platform__compiler_h
#define Rcpp__platform__compiler_h
+// NB: A vast list valid identifiers is at these wiki pages:
+// http://sourceforge.net/p/predef/wiki/Home/
+
#undef GOOD_COMPILER_FOR_RCPP
#ifdef __GNUC__
#define GOOD_COMPILER_FOR_RCPP
More information about the Rcpp-commits
mailing list