CXXR (C++ R)
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
current-release
src
include
CXXR
config.hpp
Go to the documentation of this file.
1
/*CXXR $Id: config.hpp 1406 2013-09-20 08:14:25Z arr $
2
*CXXR
3
*CXXR This file is part of CXXR, a project to refactor the R interpreter
4
*CXXR into C++. It may consist in whole or in part of program code and
5
*CXXR documentation taken from the R project itself, incorporated into
6
*CXXR CXXR (and possibly MODIFIED) under the terms of the GNU General Public
7
*CXXR Licence.
8
*CXXR
9
*CXXR CXXR is Copyright (C) 2008-9 Andrew R. Runnalls, subject to such other
10
*CXXR copyrights and copyright restrictions as may be stated below.
11
*CXXR
12
*CXXR CXXR is not part of the R project, and bugs and other issues should
13
*CXXR not be reported via r-bugs or other R project channels; instead refer
14
*CXXR to the CXXR website.
15
*CXXR */
16
17
/*
18
* R : A Computer Language for Statistical Data Analysis
19
* Copyright (C) 1995, 1996 Robert Gentleman and Ross Ihaka
20
* Copyright (C) 1999-2006 The R Development Core Team.
21
*
22
* This program is free software; you can redistribute it and/or modify
23
* it under the terms of the GNU General Public License as published by
24
* the Free Software Foundation; either version 2.1 of the License, or
25
* (at your option) any later version.
26
*
27
* This program is distributed in the hope that it will be useful,
28
* but WITHOUT ANY WARRANTY; without even the implied warranty of
29
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30
* GNU Lesser General Public License for more details.
31
*
32
* You should have received a copy of the GNU General Public License
33
* along with this program; if not, a copy is available at
34
* http://www.r-project.org/Licenses/
35
*/
36
54
#ifndef CXXR_CONFIG_HPP
55
#define CXXR_CONFIG_HPP
56
69
#ifdef DOXYGEN
70
#define AGGRESSIVE_GC
71
#endif
72
#define AGGRESSIVE_GC
73
91
#ifdef DOXYGEN
92
#define CELLFIFO
93
#endif
94
107
#ifdef DOXYGEN
108
#define CHECK_EXPOSURE
109
#endif
110
#define CHECK_EXPOSURE
111
121
#ifdef DOXYGEN
122
#define FILL55
123
#endif
124
#define FILL55
125
136
#ifdef DOXYGEN
137
#define GCID
138
#endif
139
#define GCID
140
151
#ifdef DOXYGEN
152
#define NDEBUG
153
#endif
154
155
156
/* PROVENANCE_TRACKING is controlled by the
157
* --enable-provenance-tracking option to configure, and will be
158
* defined (or not) in config.h .
159
*/
160
180
#ifdef DOXYGEN
181
#define RARE_GC
182
#endif
183
196
#ifdef DOXYGEN
197
#define UNCHECKED_SEXP_DOWNCAST
198
#endif
199
200
#endif // CXXR_CONFIG_HPP
Generated by
1.8.1